/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
	height:100%;
}
body { 
	background: #cfe4e3;
	color:#161616;
	font-size:0.71em;
	line-height:1.5em;
	padding-left:1px;
}
* {
	font-size:100%;
}
 
a {
	color: #219397;
}
a:visited {}
a:hover {}
a:focus {
	text-decoration:underline;
}
a img {
	border:none;
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, dl, hr, address {
	margin:0 0 1em 0;
	padding:0;
}
p {
	margin:0 0 1em 0;
}
ul, ol {
	margin:1em;
	padding:0;
}
/*:focus { outline: 0; }*/
h1 {
	color:#219397;
	font-size:2.6em;
	line-height:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h2 {
	color:#219397;
	font-size:1.3em;
	font-weight:normal;
	line-height:normal;
}
h3 {
	color:#219397;
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #d2d2d2;
	height:1px;
}
hr.hidden {
	display:none;
}
input, select, textarea {
	font:100% Arial, Helvetica, sans-serif;
	color:#666;
}
ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
ol li {
	margin:0 0 0 1.2em;
	padding:0 0 0.4em 0;
}
select, textarea {}
td {
	vertical-align:top;
}
sup, sub {
	font-size:0.6em;
}
/* --------------------------- shared styles  */
/*  common styles  */
.alignR {
	text-align:right;
}
.clearfloats {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
}
br.clearfloats {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
}
.floatL {
	float:left;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.prct100 {
	width:100%;
}
h2.black {
	color:#252525;
	font-size:1.5em;
}
/* --------------------------- application related  */

/* formTable */
table.formTable {
	margin:5px 0;
}
table.formTable th {}
table.formTable td {
	padding:0 0 5px 0;
}
table.formTable label {
	margin:0 11px 0 0;
}
.obligatory {
	color:#f26534;
}
.obligatory sup,
	.obligatory sub {}
	
/* inputfield */
.inputfield {
	background: url(../site_images/bck_inputfield.gif) left top no-repeat;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #dfdfdf;
	display:block;
	margin:0;
	padding:3px 5px;
}
.inputfield input {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e9e9e9;
	border-left:none;
	border-right:none;
	margin:0;
}

/* textarea */
.textarea {
	background: url(../site_images/bck_textarea.gif) left top no-repeat;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #dfdfdf;
	display:block;
	padding:2px 5px;
}

.M {
	width:239px;
}
.L {
	width:278px;
}

/*---- buttons ----*/
.butS {
	width:5.5em;
}
.butMS {
	width:9em;
}
.butM {
	width:13em;
}
.butL {
	width:18em;
}
/*- greyButton -*/
.buttonGrey {
	background:url(../site_images/bck_buttonGreyR.gif) top right no-repeat;
	color:#7f7f7f;
	display:block;
	height:24px;
	text-align:center;
	text-decoration:none;
}
.buttonGrey span {
	background:url(../site_images/bck_buttonGreyL.gif) top left no-repeat;
	cursor:pointer;
	color:#ffffff;
	display:block;
	font-weight:bold;
	height:24px;
	margin:0 7px 0 0;
	padding:5px 0 0 7px;
}

/* ** main *********************************************************** */
#main {
	width:100%;
}
*html #main {
	zoom:1; /*avoids several IE bugs */
}

/* ---- content nl -- */

/* ** header ********************************************************* */
#header {
	background: url(../site_images/bck_headerTop.jpg) no-repeat center top;
	height:79px;
}
#headerContent {
	background: url(../site_images/bck_headerTop.jpg) no-repeat center top;
	height:79px;
	margin:0 auto;
	width:980px;
}
#headerContent #headerTop {
	height:126px;
	padding:0 5px;
}
#headerContent #headerBottom {
	height:70px;
}

/* ---- headL ------------------- */
#headerContent #headL {
	float:left;
	height:79px;
	position:relative;
	width:268px;
}

/* -----+ brand ----------------- */
#headerContent #headL #brand {
	left:27px;
	position:absolute;
	top:7px;
}

/* ---- headR ------------------- */
#headerContent #headR {
	float:left;
	height:19px;
	width:712px;
}

/* -----+ funcNav --------------- */
.nl #funcNav {
	float:left;
	width:430px;
}
.fr #funcNav {
	float:left;
	width:500px;
}
.en #funcNav {
	float:left;
	width:455px;
}
#funcNav a  {
	color:#797979;
	text-decoration:none;
}
#funcNav a:hover,
	#funcNav a:focus {
	color:#161616;
	text-decoration:underline;
}
#funcNav ul {
	margin:0;
	padding:0;
	display: inline-block; /* IE Float Clear, Part 1 */
	overflow: hidden; /* Float Clear */
}
#funcNav ul {
	clear:both;
}
#funcNav li {
	background:url(../site_images/bck_funcNavLine.gif) center right no-repeat;
	display:inline;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
}
#funcNav li a {
	color:#797979;
	display:block;
	float:left;
	height:100%;
	margin-right:0;
	padding:0 0.6em 0 0.5em;
	text-decoration:none;
}
#funcNav li a:hover {
	color:#161616;
	text-decoration:underline;
}
#funcNav li.last {
	background:none;
}
#funcNav li.last a {}
#funcNav li.active {}
#funcNav li.active a {}

/* -- funcBox -- */
.funcBox {
	background: url(../site_images/bck_funcNavL.png) left bottom no-repeat;
	padding:0 0 0 13px;
	display:block;
	float:left;
}
.funcBox .funcText {
	background: url(../site_images/bck_funcNavR.png) right bottom no-repeat;
	display:block;
	padding:5px 10px 8px 0;
	min-height:22px;
	height:auto!important;
	height:22px;
}

/* -------- constrast -- */
#funcNav .contrast {
	width:107px;
}
#funcNav .contrast a {
	background: url(../site_images/bck_contrast.gif) right center no-repeat;
	padding:0 19px 0 0;
}
.fr #funcNav .contrast {
	width:115px;
}

/* -------- funcCont -- */
#funcNav .funcCont {
	width:224px;
}
.fr #funcNav .funcCont {
	width:240px;
}
.nl #funcNav .funcCont {
	width:184px;
}
.en #funcNav .funcCont {
	width:210px;
}

/* -------- language -- */
#funcNav .language {
	width:100px;
}
#funcNav .language1 {
	width:42px;
}
#funcNav .language2 {
	width:70px;
}
#funcNav .language3 {
	width:99px;
}
#funcNav .language a,
	#funcNav .language1 a,
	#funcNav .language2 a,
	#funcNav .language3 a {
	text-transform:uppercase;
	color: #797979;
	font-size:1.05em;
	font-weight:bold;
}
#funcNav .language .active a,
	#funcNav .language1 .active a,
	#funcNav .language2 .active a,
	#funcNav .language3 .active a {
	color: #219397;
}

/* -----+ search ---------------- */
#search {
	background: url(../site_images/bck_searchInputL.gif) left top no-repeat;
	padding:0 0 0 9px;
	margin:6px 0 0 0;
	height:20px;
	float:left;
}
#search input.button {
	border:none;
	background:none;
	color:#ffffff;
	padding:3px 0 3px 8px;
	float:none;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}
#search input.inputfield {
	border:none;
	background:none;
	margin:0!important;
	float:none;
	padding:3px 0 0 0;
	height:17px;
}

/* nl */
.nl #search {
	width: 273px;
}
.nl .searchInput {
	width: 211px;
}
.nl .searchInput .inputfield {
	width: 200px;
}
.nl .searchBut {
	width: 50px;
}

/* fr */
.fr #search {
	float: left;
	width: 200px;
}
.fr .searchInput .inputfield {
	width: 90px;
}
.fr .searchBut {
	width: 100px;
}

/* en */
.en #search {
	float: left;
	width: 245px;
}
.en .searchInput .inputfield {
	width: 168px;
}
.en .searchBut {
	width: 65px;
}

/* general */
.searchInput {
	background: url(../site_images/bck_searchInputR.gif) right top no-repeat;
	height: 20px;
	float:left;
	display:block;
}
.searchBut {
	background: url(../site_images/bck_searchButton.gif) right top no-repeat;
	height: 20px;
	float:left;
	display:block;
}
.resultBut {
	/*background: url(../site_images/bck_searchButton.gif) right top no-repeat;*/
	height: 20px;
	float:left;
	display:block;
	margin:10px 0 15px !important
}


/* ** modNav ********************************************************* */
#modNav {
	background: url(../site_images/bck_headerBottom_repeat.gif) left top repeat-x;
	border-bottom:2px solid #eef8f8;
}
#modNavContent {
	background: url(../site_images/bck_headerBottom.gif) left top no-repeat;
	margin:0 auto;
	width:980px;
	min-height:31px;
	height:auto!important;
	height:31px;
}
#modNav #navigation {
	margin:0 0 0 268px;
	min-height:31px;
	height:auto!important;
	height:31px;
}
#modNav ul {
	margin:0 0 0 10px;
	padding:0;
	display: inline-block; /* IE Float Clear, Part 1 */
	overflow: hidden; /* Float Clear */
}
#modNav ul {
	clear:both;
}
#modNav ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	/*overflow:hidden;*/
}
#modNav a {
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 9px 6px 8px;
	display:block;
}
#modNav a:hover,
	#modNav a:focus {
	background:#1f9494 url(../site_images/bck_headBotHover.gif) left bottom repeat-x;
}
#modNav li.active a {
	background:#176a6a;
}

/* ** headerImg ****************************************************** */
/* home */
.home #headerImg {
	height:298px;
	background:#151016 url(../site_images/bck_homeHeaderRepeat.gif) center top repeat-x;
	border-bottom:2px solid #e2f1f0;
	position:relative;
	overflow:hidden;
}
/* content */
.content #headerImg {
	height:165px;
	background:#151016 url(../site_images/ill_contentHeader.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}

/* contactForm */
#headerImgContact {
	height:165px;
	background:#151016 url(../site_images/ill_contactHeader.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}


/* ** body *********************************************************** */
#body {
	background: url(../site_images/bck_contentTop_repeat.gif) center top repeat-y;	
}
#bodyContent {
	background: url(../site_images/bck_contentTop.jpg) center top no-repeat;
}
#bodyContent #content {
	background: url(../site_images/bck_contentTop.jpg) center top no-repeat;
	margin:0 auto;
	width:980px;
}
#contentContainer {
	width:931px;
	margin:0 17px 0 32px;
	min-height:500px;
	height:auto!important;
	height:350px;
	position:relative;
}
#contentContBot {
	background: url(../site_images/bck_contentCenter.gif) center bottom no-repeat;
}

/* -- Columns -- */
/* one column */
.oneColumn {
	background: url(../site_images/bck_bodyCont_oneCol.gif) left top;	
}
/* one column, no leftBlock */
.oneColumn_noLeft {
	background: #ffffff;	
}

/* -- contentContainer with footer */

/* ---- contentL ----------------- */
#contentL {
	float:left;
	width:234px;
}
#content #contentL .margin {
	margin:12px 15px 5px 14px;
	padding:0;
}

/* -----+ leftNav ---------------- */
#leftNav {
	background: #f8fcfb url(../site_images/bck_leftNavBot.gif) left bottom repeat-x;
	/*margin:0 2px 30px 0;*/
	margin: 0 2px 39px 0;
	padding:0 0 16px 0;
}
#leftNav #navTitle {
	padding:6px 5px 5px 14px;
	background:#268d8d;
	margin:0 0 0 2px;
}
#leftNav h2 {
	color:#ffffff;
	font-weight:bold;
	font-size:1.25em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#leftNav ul {
	margin:6px 0 4px 0;
}
/* -- level 01 --*/
#leftNav ul li {
	background:url(../site_images/bck_leftNavLine.gif) bottom left repeat-x;
	font-size:1.05em;
	font-weight:bold;
	margin:0;
	padding:0;
	width:232px;
	height:1%;
	text-transform:uppercase;
}
#leftNav ul li.last {
	background:none;
}
#leftNav ul li a {
	background:url(../site_images/bck_nav01.gif) 14px 9px no-repeat;
	color:#161616;
	display:block;
	padding:6px 0 6px 31px;
	text-decoration:none;
	height:1%;
	line-height:1.2em;
}
#leftNav ul li li a {
	color:#161616;
}
#leftNav ul li a:hover,
	#leftNav ul li a:focus {
	color:#268D8D;
	text-decoration:underline;
}
#leftNav ul li a.active {
	color:#268D8D;
}
#leftNav ul li ul {
	padding:0 0 8px 0;
}
#leftNav ul li ul li ul {
	padding:0;
}
/* -- level 02 --*/
#leftNav ul li li {
	background:url(../site_images/bul_modMenu01.gif) top left repeat-y;
	font-size:0.95em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
	width:232px;
	height:1%;
	text-transform:uppercase;
}
#leftNav ul li li a {
	background:url(../site_images/bck_nav02.gif) 32px 4px no-repeat;
	color:#444444;
	display:block;
	padding:1px 0 1px 50px;
	text-decoration:none;
	height:1%;
	line-height:1.5em;
}
#leftNav ul li li a:hover,
	#leftNav ul li li a:focus {
	color:#e36211;
}
#leftNav ul li li a.active {
	color:#e36211;
	font-weight:bold;
}

/* -- level 03 --*/
#leftNav ul li ul {
	margin:0;
}
#leftNav ul li ul li li {
	background:none;
	margin:0;
	padding:0 0 0 16px;
	width:232px;
}
#leftNav ul li ul li li a {
	background:url(../site_images/bul_modMenu02.gif) 0 0.5em no-repeat;
	padding:0 0 7px 12px;
}
#leftNav ul li ul li li a:hover,
	#leftNav ul li ul li li a:focus,
	#leftNav ul li ul li li a.active {
	background:url(../site_images/bul_modMenu02_over.gif) 0 0.5em no-repeat;
}

/* -- level 04 --*/
#leftNav ul li ul li ul {
	margin:0;
	padding:2px 0 5px;
}
#leftNav ul li ul li ul li {
	/*background:none;*/
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	padding:0 0 0 50px;
	text-transform:none;
	width:182px;
}
#leftNav ul li ul li ul li a {
	background:url(../site_images/bul_contentRound_grey.gif) 0 0.55em no-repeat;
	padding:0 0 2px 12px;
}
#leftNav ul li ul li ul li a:hover,
	#leftNav ul li ul li ul li a:focus,
	#leftNav ul li ul li ul li a.active {
	background:url(../site_images/bul_contentRound_grey.gif) 0 0.55em no-repeat;
	color:#666;
}
	
	
/* -----+ contextual boxes ------- */
/* ---- contBox_fixed ---- */
.contBox_fixed {
	margin:0 0 20px 0;
}
/* -- tip -- */
.tip {
	background: url(../site_images/bck_tipCenter.gif) left top repeat-y;
}
.tip .tipTop {
	background: url(../site_images/bck_tipTop.gif) left top no-repeat;
}
.tip .tipText {
	background: url(../site_images/bck_tipBottom.gif) left bottom no-repeat;
	color:#4d5028;
	font-family:Georgia, "Times New Roman", Times, serif;
	min-height: 138px;
	height:auto!important;
	height:138px;
	line-height:1.3em;
	padding:10px 13px 13px 13px;
	text-align:center;
}
.tip .tipText h2 {
	color: #555837;
	background: url(../site_images/bck_tipLine.gif) center bottom no-repeat;
	padding:0 0 0.5em 0;
	margin:0 0 0.6em 0;
}
.tip .tipText p {
	margin:0;
	padding:0;
}

/* -- other boxes -- */
.contTextBox {
	margin:0 0 25px 0;
}
.contTextBox h2 {
	background: url(../site_images/bck_contNavLine.gif) left bottom repeat-x;
	color:#219397;
	font-weight:bold;
	margin:0;
	padding:0 0 0.25em 0;
	text-transform:uppercase;
}
.contTextBox h2 a {
	text-decoration:none;
}

/*content*/
.content .contTextBox h2 {
	margin:0 0 5px 0;
}
/* tour */
.tourInfo {
	background: url(../site_images/bck_virtTourTop.gif) left top no-repeat;
}
.tourInfo span {
	background: url(../site_images/bck_virtTourBottom.gif) left bottom no-repeat;
	color:#393939;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:5px 20px 16px 23px;
	line-height:1.2em;
	text-decoration:none;
}
.tourInfo a {
	color:#393939;
	text-decoration:none;
}
.tourInfo a:hover {
	text-decoration:underline;
}
/* rebuild */
.rebuildInfo {
	background: url(../site_images/bck_rebuildTop.gif) left top no-repeat;
}
.rebuildInfo span {
	background: url(../site_images/bck_rebuildBottom.gif) left bottom no-repeat;
	color:#63682b;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:5px 20px 16px 23px;
	line-height:1.2em;
	text-decoration:none;
}
.rebuildInfo a {
	color:#63682b;
	text-decoration:none;
}
.rebuildInfo a:hover {
	text-decoration:underline;
}
/* newsletter */
.newsletter {
	color:#383838;
	text-transform:uppercase;
}
/* webBox */
.web {
	padding:10px 0 0 0;
}
.web img {
	margin:3px 0 0 0;
}
.web .webL {
	width:44px;
}
.web .webR {
	width:158px;
}

/* ---- contentR ----------------- */
#contentR {
	float:left;
	width:697px;
}
/*.content #contentR h2,
	.content #contentR h3,
	.content #contentR h4 {
	line-height:1em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.content #contentR h2 {
	color:#219397;
	font-size:2.2em;
	margin:0.9em 0 0.5em 0;
}
.content #contentR h3 {
	color:#ec4908;
	font-size:1.6em;
	margin:0.7em 0 0.5em 0;
}
.content #contentR h4 {
	color:#63682b;
	font-size:1.3em;
	margin:0.6em 0 0.25em 0;
}*/
#contentR ul {
	margin:0 0 1em 0;
}
#contentR ul li {
	background:url(../site_images/bul_content.gif) 0 5px no-repeat;
	line-height:1.3em;
}

.withFooter {
	padding:0 0 6em 0;
}

/* one column, no left */
.oneColumn_noLeft #contentR {
	width:931px;
	float:none;
}

/* -----+ breadcrumb/title ------- */
#contentTitle,
	#breadcrumb {
	background:#da5707 url(../site_images/bck_titleBar.gif) left top repeat-x;
	min-height:28px;
	height:auto!important;
	height:28px;
	width:697px;
}
#titlePlaceHolder {
	padding:8px 0 3px 16px;
}
#titlePlaceHolder h1 {
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#breadPlaceHolder {
	padding:5px 0 3px 16px;
}
#breadPlaceHolder a {
	color:#ffffff;
	text-decoration:none;
	padding:0 2px 0 0;
}
#breadPlaceHolder span.breadcrumb {
	color:#ffffff;
	font-size:0.75em;
	padding:5px 0;
}
#breadPlaceHolder a:hover,
	#breadPlaceHolder a:focus {
	text-decoration:underline;
}
/* one column, no left */
.oneColumn_noLeft #breadcrumb {
	width:931px;
}

/* -----+ general style content -- */
/* title, contentTitle (landing) */
.content .title {
	background:url(../site_images/bck_contentLine.gif) left bottom repeat-x;
	padding:0 0 11px 0;
	margin:0 0 15px 0;
}
.content .title h1,
	.content .contentTitle h1 {
	margin:0;
	padding:0;
}
/* contentText */
.content .titL {
	float:left;
	width:500px;
}
.content .titR {
	float:left;
	text-align:right;
	width:147px;
}
/* contentText_M */
.content .contentText_M .titL {
	float:left;
	width:400px;
}
.content .contentText_M .titR {
	float:left;
	text-align:right;
	width:97px;
}
.content .titR .print {
	padding:4px 0 0 0;
	display:block;
	width:15px;
	height:13px;
	float:right;
}

/* contentTitle (landing) */
.content .contentTitle {
	background:#ffffff;
	padding:35px 25px 11px 25px;
	width:647px;
}

/* one column, no left */
.content .oneColumn_noLeft .titL {
	width:654px;
}

/* imageBox */
.content .imgHolder {
	background:url(../site_images/bck_imgHolderCenter.gif) left top repeat-y;
	float:right;
	margin:0 0 15px 15px;
	width:370px;
}
.content .imgHolder img {
	/*border:2px solid #000000;
	margin:10px 13px 11px 11px;
	height:176px;
	width:338px;
	overflow:hidden;*/
	border:2px solid #000000;
	margin:10px 13px 11px 11px;
	display: inline-block
}
.content .imgSize {}
.content .imgTop {
	background:url(../site_images/bck_imgHolderTop.gif) left top no-repeat;
}
.content .imgBottom {
	background:url(../site_images/bck_imgHolderBottom.gif) left bottom no-repeat;
	padding:2px 2px 4px 4px;
}

/* general column style */
.column {}
.column .title {
	background:#268d8d;
	padding:9px 16px;
}
.column .title h2 {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin:0;
	padding:0;
}
.column .title a {
	color:#ffffff;
	margin:0;
	display:block;
	text-decoration:none;
}
.column .title a:hover {
	text-decoration:underline;
}
.column .title a:focus {
	text-decoration:underline!important;
}
.column h3 {
	color: #e36211;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
.column ol {
	margin:0.5em;
}
.column ol li {
	padding:0.1em;
}
.column .textBox {
	padding:9px 16px;
}
.column .textBox .intro {
	font-weight:bold;
	background:url(../site_images/bck_contLine.gif) left bottom repeat-x;
	padding:0 0 10px 0;
	margin:0;
}
.column .textBox .intro p {
	margin:0;
	padding:0;
}
.column .textBox .text {
	padding:18px 0 0 0;
}

/* one column, no left */
.oneColumn_noLeft .column .textBox {
	padding: 9px 36px;
}

/* -----+ introText ------------ */
/* ------- no column -- */
.introText .no_column {
	padding:15px 25px 15px 25px;
	background:#ffffff;
}
.introText .no_column .textBox .text {
	padding:0 133px 0 0;
}
.introText_M .no_column {
	padding:15px 175px 15px 25px;
	background:#ffffff;	
}

/* one column, no left */
.oneColumn_noLeft .introText .no_column {
	padding: 35px 65px 30px 65px;
}

/* -----+ contentText ------------ */
.whiteBottom {
	border-top:2px solid #ccdad9;
}

/* ------- no column -- */
.contentText .no_column {
	padding:35px 25px 30px 25px;
	background:#ffffff;
	min-height:300px;
	height:auto!important;
	height:300px;
}
.contentText .no_column .textBox .text {
	padding:0 133px 0 0;
}


/* one column, no left */
.oneColumn_noLeft .contentText .no_column {
	padding: 35px 65px 30px 65px;
}

/* -----+ contentText_sub -------- */
/* other contentboxes */

/* ------- no column -- */
.contentText_M .no_column {
	padding:27px 175px 15px 25px;
	background:#ffffff;
	min-height:300px;
	height:auto!important;
	height:300px;
}
.whiteTop .no_column {
	padding-top:35px!important;
}
.contentText_M .no_column .textBox .text {
	padding:0;
}

/* one column, no left */
.oneColumn_noLeft .contentText .no_column {
	padding: 35px 65px 30px 65px;
	min-height:300px;
	height:auto!important;
	height:300px;
}

/* ------- three columns -- */
.threeColumns {
	background: url(../site_images/bck_bodyContent.gif) left top;	
}
.threeColumns .column .headImg a {
	display:block;
}
.threeColumns .column {
	float:left;
	width:231px;
	margin:0 2px 0 0;
}
.threeColumns .column.last {
	width:231px;
	margin:0;
}

/* -----+ green_contentText -------- */
.green_contentText {
	background: #e9f4f3;
	border-top:2px solid #ccdad9;
	/* bijkomende styles */
	position:absolute;
	bottom:70px;
	left:234px;
	width:697px;
}
.green_contentText h3 {
	color: #63682b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.05em;
	text-transform:uppercase;
}

/* ------- no column -- */
.green_contentText .no_column {
	padding:10px 5px 15px 17px;
}

/* one column, no left */
.oneColumn_noLeft .green_contentText .no_column {
	padding: 15px 27px 15px 31px;
}

/*---- contentFooter ------------- */
#contentFooter {
	color:#566c6b;
	position: absolute;
	bottom: 0;
	width:697px;
	height:6em;
	border-top:2px solid #ccdad9;
	left:234px;
}
#contentFooter h3 {
	color: #455958;
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
#contentFooter p {
	margin:0;
	padding:0;
}
#contentFooter .press {
	text-transform:uppercase;
}
#contentFooter .bullet {
	background: url(../site_images/bck_footerList.gif) left center no-repeat;
	height:4px;
	line-height:4px;
	margin:1px 5px 0 3px;
	padding-left:4px;
	width:4px;
}

/* one column, no left */
.oneColumn_noLeft #contentFooter {
	width:931px;
	left:0;
}

/*-- twoColumns -- */
.twoColumns#contentFooter {
	background:url(../site_images/bck_bodyContentFooter.gif) left top repeat-y;
}
.twoColumns#contentFooter .column {
	float:left;
	width:347px;
	margin:0 2px 0 0;
}
.twoColumns#contentFooter .last.column {
	width:347px;
	margin:0;
}

/* one column, no left */
.oneColumn_noLeft .twoColumns#contentFooter {
	background:url(../site_images/bck_bodyContentFooterNoLeft.gif) left top repeat-y;
}
.oneColumn_noLeft .twoColumns#contentFooter .column {
	float:left;
	width:465px;
	margin:0 2px 0 0;
}
.oneColumn_noLeft .twoColumns#contentFooter .last.column {
	width:464px;
	margin:0;
}

/* ** footer ********************************************************* */
#footer {
	background: url(../site_images/bck_footer.gif) center top no-repeat;
}
#footerContent {
	background: url(../site_images/bck_footer.gif) center top no-repeat;
	min-height:40px;
	height:auto!important;
	height:40px;
	margin:0 auto;
	width:980px;
	text-align:center;
	padding:7px 0 0 0;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	background: url(../site_images/bck_footerList.gif) left center no-repeat;
	color:#628280;
	font-weight:bold;
	display:inline;
	font-size:0.9em;
	margin:0;
	padding:0 5px 0 10px;
}
#footer ul li.first {
	background:none;
}
#footer ul li a {
	color:#628280;
	text-decoration:none;
}
#footer ul li a:hover,
	#footer ul li a:focus {
	text-decoration:underline;
}
#footer ul li img {
	vertical-align:bottom;
}
#footer #navFooter {
	padding:7px 2px;
	text-align:center;
}
#footer a:link, #footer a:visited {}
#footer a:hover {}

#slideshow .slide {margin:0 auto!important; width:100% !important; background-position:center; background-repeat:no-repeat!important}

.defaultLink {
	display:none!important;
}
.contrastLink {
	display:block;
}
#funcNav li.contrastLink {
	background:none;
}

/* ------ photoApplication -------- */
#contentR .photoApp ul {
	margin:0;
	padding:0;
	display: inline-block; /* IE Float Clear, Part 1 */
	overflow: hidden; /* Float Clear */
	width:647px;
}
#contentR .photoApp ul {
	clear:both;
}
#contentR .photoApp ul li {
	display:inline;
	float:left;
	background:none;
	margin:2px 2px 0 0;
	padding:6px;
	border:1px solid #cfcfcf;
	position:relative;
	width:145px;
	height:111px;
	overflow:hidden;
}
#contentR .photoApp ul img {
	height:107px;
	width:141px;
	border:2px solid #000000;
}
.boxcapt {
	background:#000000;
	position:absolute;
	display:block;
	top:76px;
	left:6px;
	height:36px;
	/*width:131px;*/
	width:133px;
	margin:0 2px;
	padding:4px 5px 0 5px;
	overflow:hidden;
}
h3 .boxcapt {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:-1px;
	font-weight: normal;
	margin:0;
	/*padding:0;*/
	line-height:1.1em;
}
p .boxcapt {
	padding: 0;
	color:#eddec4;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}
.boxcapt a {
	color:#eddec4;
	text-decoration:none;
}
h3 .boxcapt a {
	color:#ffffff;
	text-decoration:none;
}
.boxcapt a:hover {
	text-decoration:underline;
}
.contentGallery .contentText {
	margin-bottom:245px;
}
.contentText .photoNav table {
	margin:0;
	padding:0;
	height:25px;
}
.photoNav {
	background:#000000;
	border-bottom:1px solid #cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:0 20px 0 15px;
}
.photoNav a {
	color:#ffffff;
	text-decoration:none;
}
.photoNav a.first {
	border-right:1px solid #343434;
}
.photoNav a.last {
	border-left:1px solid #343434;
}
.photoNav a:hover {
	text-decoration:underline;
}

.leftLinks {
	width:25%;
}
.leftLinks a,
	.rightLinks a {
	padding:4px 11px 0;
	display:block;
}
.leftLinks a {
	float:left;
}
.rightLinks {
	text-align:right;
	width:25%;
}
.rightLinks a {
	float:right;
	text-align:right;
}
.pageLinks {
	padding:3px 11px 0;
	width:25%;
}
.pageLinks a,
	.pageLinks span {
	padding:3px;
}
.pageLinks span.active {
	color:#4c4c4c;
}

/* ----- resultPage -----*/
.searchTxt {
	margin:10px 75px 2px 0;
	padding:2px 10px;
	background:#e9f4f3;
	border-bottom:1px solid #CCDAD9;
}
.searchResults {
	margin: 0 75px 0 0;
	/*border-bottom:1px solid #cccccc;*/
}
.searchItem {
	padding:25px 10px 10px 10px;
	background:url(../site_images/bck_searchLine.gif) left bottom repeat-x;
	/*border-top:1px solid #cccccc;*/
}
.searchItem h2 {
	margin:0 0 0.5em 0;
	padding:0;
}
.searchItem a {
	color:#161616;
	display:block;
	text-decoration:none;
}
.searchItem b {
	background:#219397;
	color:#ffffff;
	padding:0 2px;
}
.searchItem h2 a {
	color:#ff7e00;
	display:inline;
	font-size:1.2em;
	text-decoration:none;
}
.searchItem h2 a:hover {
	color:#ff7e00;
}
.searchItem a:hover {
	color:#161616;
	text-decoration:underline;
}
.formSearch {
	/*margin:0 0 15px 0;
	padding:5px 10px;*/
}
.resultPage #search {
	background: none;
	padding:0;
	margin:0;
	height:auto;
	float:none;
}

#calendar {
	height:298px;
	margin:0 auto;
	width:980px;
	position:relative;
	z-index:100;
}
#calendar #calBox {
	background:url(../site_images/bck_calendar.png) left top no-repeat;
	width:390px;
	height:298px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#calendar #calBox .overviewEvents {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	padding:0 65px 0 0;
}
#calendar #calBox .overviewEvents a {
	background:url(../site_images/bul_overviewEvents.gif) left 3px no-repeat;
	color:#dbe4e3;
	text-decoration:underline;
	padding:0 0 0 10px;
}
#calendar #calBox .overviewEvents a:hover {
	color:#dbe4e3;
	text-decoration:none;
}
#calendar #calsubBox {
	/*background:url(../site_images/bck_calendarSub.png) left top no-repeat;
	width:596px;
	height:298px;
	overflow:hidden;
	float:left;
	position:absolute;
	top:0;
	left:354px;*/
}
#calendar #resultaat {
	color:#ffffff;
	padding:40px 71px 10px 68px;
	background:url(../site_images/bck_calendarSub.png) left top no-repeat;
	width:457px; /* 596-71-68=457 */
	height:298px;
	overflow:hidden;
	float:left;
	position:absolute;
	top:0;
	left:354px;
}
#calendar #resultaat .dateTitle {
	color:#dbe4e3;
	background:url(../site_images/bck_calSubLine.gif) left bottom repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.82em;
	margin:0 0 15px;
	padding:0 0 15px;
}
#calendar #resultaat .close {
	cursor:pointer;
	float:right;
}
#calendar #resultaat h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.2em;
	margin:0 0 0.3em 0;
}
#calendar #resultaat .EVENEMENT h3
	#calendar #resultaat .EVENEMENT h3 a {
	color:#44a39d;
	text-decoration:none;
}
#calendar #resultaat .TENTOONSTELLING h3,
	#calendar #resultaat .TENTOONSTELLING h3 a {
	color:#e25f10;
	text-decoration:none;
}
#calendar #resultaat .TENTOONSTELLING h3 a:hover {
	color:#e25f10;
	text-decoration:underline;
}
#calendar #resultaat .result {
	background:url(../site_images/bck_calSubLine.gif) left bottom repeat-x;
	min-height:72px;
	height:auto!important;
	height:72px;
	padding:10px 0;
}
#calendar .calNav {
	/*background:#000000 url(../site_images/bck_calSubLine.gif) left top repeat-x;*/
	font-family:Georgia, "Times New Roman", Times, serif;
}
#calendar .calNav a {
	color:#ffffff;
	text-decoration:none;
}
#calendar .calNav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#calendar .calNav .scrollerStart,
	#calendar .calNav .scrollerEnd {
	padding:5px 10px;
}
#calendar .calNav .scrollerStart {
	float:left;
}
#calendar .calNav .scrollerEnd {
	float:right;
}
#datepicker {
	padding:30px 55px 9px;
}
#slideshow {
	/*position:absolute!important;*/
}
.errorMsg {
	color:#d92c04;
	margin:0 0 10px 0;
	width:435px;
}
#contentR .errorMsg ul {
	margin:0.5em 0 0 0;
}
#contentR .errorMsg ul li {
	padding:0 0 0.2em 1.2em;
}
.errorMsg .errorBoxTop {
	background:url(../site_images/bck_errorMsgTop.gif) left top no-repeat;
	padding:11px 15px 7px 15px;
}
.errorMsg .errorBoxBottom {
	background:url(../site_images/bck_errorMsgBottom.gif) left top no-repeat;
	height:16px;
}
.error {
	/*border:1px solid #c30000;*/
	border:1px solid #d95e04;
}
.errorText {
	color:#d92c04;
	display:block;
	margin:0 0 10px 0;
}

/* ----------- sitemap ------------*/
#contentR ul.sitemap {
	margin:6px 0 4px 0;
}
/* -- level 01 --*/
#contentR ul.sitemap li {
	background:none;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	padding:0;
	width:350px;
	height:1%;
	text-transform:uppercase;
}
#contentR ul.sitemap li a {
	background:url(../site_images/bck_nav02.gif) 14px 9px no-repeat;
	color:#E36211;
	display:block;
	padding:6px 0 6px 31px;
	text-decoration:none;
	height:1%;
	line-height:1.2em;
}
#contentR ul.sitemap li li a {
	color:#161616;
}
#contentR ul.sitemap li a:hover {
	color:#E36211;
	text-decoration:underline;
}
#contentR ul.sitemap li ul {
	padding:0 0 8px 0;
}
#contentR ul.sitemap li ul li ul {
	padding:0;
}
/* -- level 02 --*/
#contentR ul.sitemap li ul li {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	width:350px;
	height:1%;
	text-transform:none;
}
#contentR ul.sitemap li ul li a {
	background:url(../site_images/bul_contentGreen.gif) 32px 4px no-repeat;
	color:#444444;
	display:block;
	font-weight:bold;
	padding:1px 0 1px 45px;
	text-decoration:none;
	height:1%;
	line-height:1.2em;
}
#contentR ul.sitemap li ul li a:hover {
	color:#268D8D;
}
/* -- level 03 --*/
#contentR ul.sitemap li ul ul {
	margin:0;
}
#contentR ul.sitemap li ul li ul li {
	background:none;
	font-size:1em;
	margin:0;
	padding:0 0 0 16px;
	width:350px;
}
#contentR ul.sitemap li ul li ul li a {
	background:url(../site_images/bul_contentRound.gif) 30px 5px no-repeat;
	padding:2px 0 2px 45px;
	font-weight:normal;
	text-transform:none;
}
#contentR ul.sitemap li ul li ul li a:hover {
	}

/* -- level 04 --*/
#contentR ul.sitemap li ul ul ul {
	margin:0;
}
#contentR ul.sitemap li ul li ul li ul li {
	background:none;
	font-size:1em;
	margin:0;
	padding:0 0 0 16px;
	width:350px;
}
#contentR ul.sitemap li ul li ul li ul li a {
	background:url(../site_images/bul_contentRound_grey.gif) 30px 7px no-repeat;
	padding:2px 0 2px 42px;
	font-weight:normal;
	text-transform:none;
}
#contentR ul.sitemap li ul li ul li ul li a:hover {
	color:#666;
}

/* docTypes */
a.msW, a.msX, a.msP, a.pdf {
	padding:3px 0px 2px 28px;
}
a.msW {
	background: url(../site_images/ico_msW.gif) 0 5px no-repeat;
}
a.msX {
	background: url(../site_images/ico_msX.gif) 0 5px no-repeat;
}
a.msP {
	background: url(../site_images/ico_msP.gif) 0 5px no-repeat;
}
a.pdf {
	background: url(../site_images/ico_pdf.gif) 0 5px no-repeat;
}

#paging {
	margin:2px 75px 0 0;
}
#paging a {
	text-decoration:none;
}
#paging a:hover {
	text-decoration:underline;
}
.pagination {
	padding:3px 0;
}
.pagination .SearchFirst span {
	padding:0 5px 0 0;
}
.pagination .SearchPages {
	text-align:center;
}
.pagination .SearchLast span {
	padding:0 0 0 5px;
}

/* ------ overviewEvents page -------- */
#overviewEvents {}
#overviewEvents .overviewItem {
	padding:25px 10px 10px 10px;
	background:url(../site_images/bck_searchLine.gif) left bottom repeat-x;
	/*border-top:1px solid #cccccc;*/
}
.overviewItem h2 {
	color:#ff7e00;
	margin:0 0 0.5em 0;
	padding:0;
}
.overviewItem a {
	color:#161616;
	display:block;
	text-decoration:none;
}
.overviewItem h2 a {
	color:#ff7e00;
	display:inline;
	font-size:1.2em;
	text-decoration:none;
}
.overviewItem h2 a:hover {
	color:#ff7e00;
}
.overviewItem a:hover {
	color:#161616;
	text-decoration:underline;
}

/*new style*/
.column .title a:hover {
                text-decoration:underline;
}
.tourInfo a:hover {
text-decoration:underline;
}
#breadcrumb {
                color:#ffffff;
}
#contentL table.contentTable th {
                font-size:1.05em;
}

/* new CSS */
.content .title h1, .content .contentTitle h1 {
      line-height:1.2em;
}

.column .title a {
      text-decoration:none!important;
}

/* Start/Stop slideshow */
#butHeader {
      background:url(../site_images/bck_butHeader.gif) left top no-repeat;
      width:47px;
      height:23px;
      padding:1px;
      bottom:15px;
      right:20px;
      position:absolute;
      z-index:9999;
}
#butHeader a {
      width:23px;
      height:23px;
      display:block;
      float:left;
}
#butHeader a.play {
      margin:0 1px 0 0;
}
#butHeader a.pause {}

/* no column */

.noColumn#contentFooter {
                background-image:none;
                background-color:#e9f4f3;
}
.noColumn#contentFooter .column {
                width:465px;
                float:left;
}
.noColumn#contentFooter .last{
                width:230px !important;
}
.noColumn#contentFooter .last .textBox{
                text-align:right;
                /*padding-top:23px;*/
}

/* Anysurfer */
#as-gfx img {
   width: 50px;
   height: 40px;
   border: none;
}

#as-txt {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
}
