@charset "utf-8";
/****************************** KSVMAARKEDAL.BE *******************************/
/*              THIS CSS FILE DEFINES THE LAYOUT OF THE PAGES       	     */
/****************************************************************************/
@import url('menu.css');
@import url('footer.css');
@import url('button.css');
@import url('tables.css');


body {
	color:#333333;
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
	background-color:#ffffff;
	
}

span.required {
	color: #C13E3D;
	font-size:10px; 
}
span.remark {
	font-size: 10px;
}
.subtitel{
	color:#3333FF;
	font-size:10px;
	font-weight:bold;
	}
	

	
.kader{
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
.lijn{
	border:1px solid;
	border-bottom-color: #3333FF;
	border-bottom-style: solid;
	}
.tekstbanner{
	color:#333366;
	font-size:9px;
	font-weight:bold;
	}
.linkvenster a:hover, a:link, a:visited{
	  color: #3333FF;
	  font-style:italic;
	  text-decoration: none;  
}






#header {
	background: url(../images/layout/banner.png) center top no-repeat;
	height: 110px;	
	text-align:right;
	/*padding-top: 10px;
	padding-right: 10px;*/
}

#header a:link, #header a:visited { 
	  color: #CCCCCC;
	  font-style:italic;
	  text-decoration: none;
	  
}


#header a:hover {  
	  color: #013958;
	  text-decoration: underline;  
}

#language{
	padding-top: 10px;
	padding-right: 10px;
	vertical-align:middle;
}

#container{
	width: 950px;
	/*height:760px;	*/	
	margin: 5px auto 5px auto;
	
	/*background-color: #ffffff;	*/
}

.content ul li {
	margin: 5px;
}
.centerDiv
{
	padding-left: 50px;
}

#content {
  float: left;
  width: 720px;
  min-height: 450px;
  height:auto;
  margin: 20px auto 15px 15px;  
}

h2 {
	margin: 5px 0px 10px 0px;
	font-size: 10pt;
	font-variant: small-caps;

	color: #333399;
}

h3 {
	margin: 5px 0px 8px 5px;
	font-size: 9pt;
	font-variant: small-caps;
	color: #000000;
}

h4 {
	margin: 15px 0px 15px 30px;
	font-size: 9pt;
	margin-bottom: 7px;

}
h5 {
	margin: 20px 0px 15px 32px;
	font-size: 8pt;
	font-variant: small-caps;
	text-decoration: underline;
	color: #636554;
}
.datum{
	font-size:8pt;
	color: #333366;
}
.linkbanner{
	font-size:7pt;
	color: #333366;
}
#content a:link, #content a:visited { 
	  color: #606060;
	  font-style:italic;
	  text-decoration: none;  
}
#content a:hover {  
	  color: #5d5740;
	  text-decoration: underline;  
}

p{
	padding-left:30px;
}
#form{
	float:left;
	width:750px;
	/*height:500px;*/
}
img{
	border:solid 1px;
	border-color:#CCCCCC;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/layout/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/layout/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



