/* --------------------------- 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: #989898;
	color:#161616;
	font-size:0.71em;
	line-height:1.5em;
	padding-left:1px;
}
* {
	font-size:100%;
}
 
a {
	color: #000000;
}
a:visited {}
a:hover {}
a img {
	border:none;
}
a:focus {
	text-decoration:underline;
}
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:#000000;
	font-size:2.5em;
	line-height:1em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h2 {
	color:#000000;
	font-size:1.3em;
	font-weight:normal;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	color:#999;
	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-size: 100%;
	font:100% Arial, Helvetica, sans-serif;
	color:#000000;
}
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  */
/* contentTable */
.smallTable,
	.mediumTable,
	.largeTable,
	.xlargeTable {
	padding:0 0 1.7em 0;
}
.smallTable {
	width:30%;
}
.mediumTable {
	width:50%;
}
.largeTable {
	width:70%;
}
.xlargeTable {
	width:100%;
}
table.contentTable {}
table.contentTable th {}
table.contentTable td {}
table.contentTable th.evenCol,
table.contentTable td.evenCol {}
table.contentTable td.evenCol {}

table.addressTable {
	color: #5f5f5f;
}
table.addressTable td h4 {
	color: #000000;
	font-weight:normal;
	font-size:1.05em;
	margin:0;
}
table.addressTable td {
	padding:0 25px 15px 0;
}

/* one column */
.numberCol_1 tr td {
	width:675px;
}

/* two columns */
.numberCol_2 {
	background: url(../site_images/highcontrast/bck_numberCol_2.gif) left top repeat-y;
}
.numberCol_2 tr td {
	width:305px;
}
/* three columns */
.numberCol_3 {
	background: url(../site_images/highcontrast/bck_numberCol_3.gif) left top repeat-y;
}
.numberCol_3 tr td {
	width:190px;
}

/* 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: #ffffff;
	/*border-top:1px solid #d0d0d0;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #dfdfdf;*/
	border:1px solid #000000;
	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: #ffffff;
	/*border-top:1px solid #d0d0d0;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #dfdfdf;*/
	border:1px solid #000000;
	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/highcontrast/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/highcontrast/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/highcontrast/bck_headerTop.jpg) no-repeat center top;
	height:79px;
}
#headerContent {
	background: url(../site_images/highcontrast/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:10px;
}
#headerContent #headL #brand a {
	background: url(../site_images/highcontrast/lgo_kmska.gif) no-repeat center top;
	width:221px;
	height:98px;
	display:block;
}
#headerContent #headL #brand a img {
	display:none;
}

/* ---- headR ------------------- */
#headerContent #headR {
	float:left;
	height:19px;
	width:712px;
}

/* -----+ funcNav --------------- */
#funcNav .funcCont {
	width:224px;
}
.fr #funcNav .funcCont {
	width:240px;
}
.nl #funcNav .funcCont {
	width:173px;
}
.en #funcNav .funcCont {
	width:199px;
}

#funcNav a  {
	color:#797979;
	text-decoration:none;
}
#funcNav a:hover  {
	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/highcontrast/bck_funcNavLine.gif) center right no-repeat;
	display:inline;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
}
#funcNav li a {
	color:#000000;
	display:block;
	float:left;
	height:100%;
	margin-right:0;
	padding:0 0.6em 0 0.5em;
	text-decoration:none;
}
#funcNav li a:hover {
	color:#000000;
	text-decoration:underline;
}
#funcNav li.last {
	background:none;
}
#funcNav li.last a {}
#funcNav li.active {}
#funcNav li.active a {
	background:#000000;
	color:#ffffff!important;
}

/* -- funcBox -- */
.funcBox {
	background: url(../site_images/highcontrast/bck_funcNavL.png) left bottom no-repeat;
	padding:0 0 0 13px;
	display:block;
	float:left;
}
.funcBox .funcText {
	background: url(../site_images/highcontrast/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/highcontrast/bck_contrast.gif) right center no-repeat;
	padding:0 19px 0 0;
}

/*#funcNav .defaultLink {
	display:block;
}
#funcNav .contrastLink {
	display:none;
}*/

#funcNav li.defaultLink {
	background:none;
}



/* -------- funcCont -- */
#funcNav .funcCont {
	width:224px;
}

/* -------- language -- */
#funcNav .language {
	width:100px;
}
#funcNav .language a {
	text-transform:uppercase;
	color: #000000;
	font-size:1.05em;
	font-weight:bold;
}
#funcNav .language .active a {
	background:#000000;
	color: #ffffff;
}

/* -----+ search ---------------- */
#search {
	background: url(../site_images/highcontrast/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;
	float:none;
	font-size:1em;
	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: 178px;
}
.en .searchBut {
	width: 58px;
}

/* general */
.searchInput {
	background: url(../site_images/highcontrast/bck_searchInputR.gif) right top no-repeat;
	height: 20px;
	float:left;
	display:block;
}
.searchBut {
	background: url(../site_images/highcontrast/bck_searchButton.gif) right top no-repeat;
	height: 20px;
	float:left;
	display:block;
}

/* ** modNav ********************************************************* */
#modNav {
	background: url(../site_images/highcontrast/bck_headerBottom_repeat.gif) left top repeat-x;
	border-bottom:2px solid #eef8f8;
}
#modNavContent {
	background: url(../site_images/highcontrast/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.2em;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 7px 6px;
	display:block;
}
#modNav a:hover,
	#modNav a:focus {
	/*background:#1f9494 url(../site_images/highcontrast/bck_headBotHover.gif) left bottom repeat-x;*/
	background:#ffffff;
	color:#000000;
}
#modNav li.active a {
	background:#ffffff;
	color:#000000;
}

/* ** headerImg ****************************************************** */
/* home */
.home #headerImg {
	height:298px;
	background:url(../site_images/bck_homeHeaderRepeat.gif) left top repeat-x;
	border-bottom:2px solid #e2f1f0;
	position:relative;
	overflow:hidden;
}
/* content */
.content #headerImg {
	height:165px;
	background:#151016 url(../site_images/highcontrast/ill_contentHeader.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}

/* contactForm */
#headerImgContact {
	height:165px;
	background:#151016 url(../site_images/highcontrast/ill_contactHeader.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}


/* ** body *********************************************************** */
#body {
	background: url(../site_images/highcontrast/bck_contentTop_repeat.gif) center top repeat-y;	
}
#bodyContent {
	background: url(../site_images/highcontrast/bck_contentTop.jpg) center top no-repeat;
}
#bodyContent #content {
	background: url(../site_images/highcontrast/bck_contentTop.jpg) center top no-repeat;
	font-size:1.05em;
	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/highcontrast/bck_contentCenter.gif) center bottom no-repeat;
}

/* -- Columns -- */
/* one column */
.oneColumn {
	background: url(../site_images/highcontrast/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/highcontrast/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:#000000;
	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;
	/*font-size:1.1em;*/
}
/* -- level 01 --*/
#leftNav ul li {
	background:url(../site_images/highcontrast/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/highcontrast/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:#ffffff!important;
	background:#000000!important;
}
#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/highcontrast/bul_modMenu01.gif) top left repeat-y;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	width:232px;
	height:1%;
	/*text-transform:uppercase;*/
}
#leftNav ul li li a {
	background:url(../site_images/highcontrast/bck_nav02.gif) 32px 4px no-repeat;
	color:#444444;
	display:block;
	padding:1px 0 1px 50px;
	text-decoration:none;
	height:1%;
	line-height:1.2em;
}
#leftNav ul li li a:hover {
	color:#ffffff;
}
#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/highcontrast/bul_modMenu02.gif) 0 0.4em no-repeat;
	padding:0 0 7px 12px;
}
#leftNav ul li ul li li a:hover,
	#leftNav ul li ul li li a.active {
	background:url(../site_images/highcontrast/bul_modMenu02_over.gif) 0 0.4em no-repeat;
}
	
	
/* -----+ contextual boxes ------- */
/* ---- contBox_fixed ---- */
.contBox_fixed {
	margin:0 0 20px 0;
}
/* -- tip -- */
.tip {
	background: url(../site_images/highcontrast/bck_tipCenter.gif) left top repeat-y;
}
.tip .tipTop {
	background: url(../site_images/highcontrast/bck_tipTop.gif) left top no-repeat;
}
.tip .tipText {
	background: url(../site_images/highcontrast/bck_tipBottom.gif) left bottom no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-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: #ffffff;
	background: url(../site_images/highcontrast/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/highcontrast/bck_contNavLine.gif) left bottom repeat-x;
	color:#000000;
	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/highcontrast/bck_virtTourTop.gif) left top no-repeat;
}
.tourInfo span {
	background: url(../site_images/highcontrast/bck_virtTourBottom.gif) left bottom no-repeat;
	color:#000000;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	padding:5px 20px 16px 23px;
	line-height:1.2em;
}
/* rebuild */
.rebuildInfo {
	background: url(../site_images/highcontrast/bck_rebuildTop.gif) left top no-repeat;
}
.rebuildInfo span {
	background: url(../site_images/highcontrast/bck_rebuildBottom.gif) left bottom no-repeat;
	color:#000000;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	padding:5px 20px 16px 23px;
	line-height:1.2em;
}
/* newsletter */
.newsletter {
	color:#000000;
	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;
}
#contentR ul {
	margin:0 0 1em 0;
}
#contentR ul li {
	background:url(../site_images/highcontrast/bul_content.gif) 0 5px no-repeat;
	line-height:1.3em;
}

.withFooter#contentContainer #contentR {
	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/highcontrast/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 {
	font-size:1.1em;
	/*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/highcontrast/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;
}
.content .titR .print {
	background:url(../site_images/highcontrast/ico_print.gif) left top no-repeat;
	height:13px;
	width:15px;
}
.content .titR .print img {
	display:none;
}
/* 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/highcontrast/bck_imgHolderCenter.gif) left top repeat-y;
	float:right;
	margin:0 0 15px 15px;
	width:370px;
}
.content .imgHolder img {}
.content .imgTop {
	background:url(../site_images/highcontrast/bck_imgHolderTop.gif) left top no-repeat;
}
.content .imgBottom {
	background:url(../site_images/highcontrast/bck_imgHolderBottom.gif) left bottom no-repeat;
	padding:2px 2px 4px 4px;
}

/* general column style */
.column {}
.column .title {
	border-top:1px solid #ffffff;
	background:#000000;
	color:#ffffff;
	padding:8px 16px 9px 16px;
}
#contentR .column .title h2 {
	color:#ffffff!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin:0;
	padding:0;
}
.column h3 {
	color: #000000;
	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/highcontrast/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 p.intro {
	font-weight:bold;
}

.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;
}
.contentText .no_column .textBox .text {
	padding:0 133px 0 0;
}
.contentText p.intro {
	font-weight:bold;
}
.contentText p.date {
	margin:0 0 1.5em 0;
}
.contentText p.important {
	font-weight:bold;
	font-style:italic;
}
.contentText table {
	margin:0 0 1.3em 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;
}
.whiteTop .no_column {
	padding-top:35px!important;
}
.contentText_M .no_column .textBox .text {
	padding:0;
}
.contentText_M p.intro {
	font-weight:bold;
}

/* one column, no left */
.oneColumn_noLeft .contentText .no_column {
	padding: 35px 65px 30px 65px;
}

/* ------- three columns -- */
.threeColumns {
	background: url(../site_images/highcontrast/bck_bodyContent.gif) left top;	
}
.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;
}
.green_contentText h3 {
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.05em;
	text-transform:uppercase;
}

/* ------- no column -- */
.green_contentText .no_column {
	padding:15px 5px 15px 11px;
}

/* one column, no left */
.oneColumn_noLeft .green_contentText .no_column {
	padding: 15px 27px 15px 31px;
}

/*---- contentFooter ------------- */
#contentFooter {
	color:#000000;
	position: absolute;
	bottom: 0;
	width:697px;
	height:6em;
	border-top:2px solid #ccdad9;
	left:234px;
}
#contentFooter h3 {
	color: #000000;
	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/highcontrast/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/highcontrast/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/highcontrast/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/highcontrast/bck_footer.gif) center top no-repeat;
}
#footerContent {
	background: url(../site_images/highcontrast/bck_footer.gif) center top no-repeat;
	min-height:40px;
	height:auto!important;
	height:40px;
	margin:0 auto;
	width:980px;
	text-align:center;
	padding:2px 0 0 0;
}
#footer ul {
	background:#000000;
	margin:0 17px 0 32px;
	padding:7px 2px 5px 2px;
}
#footer ul li {
	background: url(../site_images/highcontrast/bck_footerList.gif) left center no-repeat;
	color:#ffffff;
	font-weight:bold;
	display:inline;
	font-size:1em;
	margin:0;
	padding:0 5px 0 10px;
}
#footer ul li.first {
	background:none;
}
#footer ul li a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover {
	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 {}

#footer ul li.anysurfer {
	background: url(../site_images/highcontrast/ico_anysurfer.gif) left bottom no-repeat!important;
	padding-top:6px!important;
	padding-left:28px!important;
}
#footer ul li.anysurfer img {
	display:none;
}

.defaultLink {
	display:none!important;
}
.contrastLink {
	display:block;
}

/* ------ 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:32px;
	width:131px;
	margin:0 2px;
	padding:8px 5px 0 5px;
	overflow:hidden;
}
.boxcapt h3 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:-1px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.boxcapt p {
	padding: 0;
	color:#eddec4;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.boxcapt a {
	color:#eddec4;
	text-decoration:none;
}
.boxcapt a:hover {
	text-decoration:underline;
}
.contentText .photoNav table {
	margin:0;
	padding:0;
}
.photoNav {
	background:#000000;
	border-bottom:1px solid #cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	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:8px 11px 9px 11px;
	display:block;
}
.leftLinks a {
	float:left;
}
.rightLinks {
	text-align:right;
	width:25%;
}
.rightLinks a {
	float:right;
	text-align:right;
}
.pageLinks {
	padding:8px 11px 9px 11px;
	width:25%;
}
.pageLinks a,
	.pageLinks span {
	padding:3px;
}
.pageLinks span.active {
	color:#4c4c4c;
}



.defaultLink {
	display:block!important;
}
.contrastLink {
	display:none!important;
}

#footer ul li.anysurfer {
	background: url(../site_images/highcontrast/ico_anysurfer.gif) left bottom no-repeat!important;
	padding-top:6px!important;
	padding-left:28px!important;
}
#footer ul li.anysurfer img {
	display:none;
}



#calendar {
	height:298px;
	margin:0 auto;
	width:980px;
	position:relative;
	z-index:100;
}
#calendar #calBox {
	background:url(../site_images/highcontrast/bck_calendar.png) left top no-repeat;
	width:390px;
	height:298px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#calendar #calsubBox {}
#calendar #resultaat {
	color:#ffffff;
	padding:40px 71px 10px 68px;
	background:url(../site_images/highcontrast/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 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.2em;
	margin:0 0 0.5em 0;
}
#calendar #resultaat .EVENEMENT h3
	#calendar #resultaat .EVENEMENT h3 a {
	color:#44a39d;
}
#calendar #resultaat .TENTOONSTELLING h3,
	#calendar #resultaat .TENTOONSTELLING h3 a {
	color:#e25f10;
}
#calendar #resultaat .result {
	background:url(../site_images/highcontrast/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/highcontrast/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 55px;
}

#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;
}

/* ----------- sitemap ------------*/
#contentR ul.sitemap {
	margin:6px 0 4px 0;
}
/* -- level 01 --*/
#contentR ul.sitemap li {
	background:none;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	width:350px;
	height:1%;
	text-transform:uppercase;
}
#contentR ul.sitemap li a {
	background:url(../site_images/highcontrast/bck_nav02.gif) 14px 9px no-repeat;
	color:#000000;
	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:#000000;
	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/highcontrast/bul_contentGreen.gif) 32px 4px no-repeat;
	color:#000000;
	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:#000000;
}
/* -- 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/highcontrast/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 {}


/* ----------- error/404 ------------*/
.page404.content #headerImg {
	height:165px;
	background:#151016 url(../site_images/highcontrast/ill_content404Header.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}
.pageError.content #headerImg {
	height:165px;
	background:#151016 url(../site_images/highcontrast/ill_contentErrorHeader.jpg) center top no-repeat;
	border-bottom:2px solid #e2f1f0;
}
.page404 #contentContainer,
	.pageError #contentContainer  {
	min-height:350px;
	height:auto!important;
	height:350px;
}
.page404.content .title,
	.pageError.content .title  {
	margin:8px 0 15px 0;
}
.page404 #leftNav #navTitle,
	.pageError #leftNav #navTitle {
	min-height:17px;
	height:auto!important;
	height:17px;
}
.page404 h1,
	.pageError h1 {
	font-size:1.9em;
}
.page404 .errorTxt,
	.pageError .errorTxt {
	margin:0 0 10px 0;
}
.page404 .errorLink,
	pageError .errorLink  {
	margin:0 0 10px 0;
}
#contentR h2,
	#contentR h3,
	#contentR h4 {
	color:#000000!important;
}
.searchItem h2,
	.searchItem h2 a,
	.searchItem h2 a:hover {
	color:#000000;
}
.searchItem b {
	background:#000000;
}
