/* Layout Stylesheet */ 

body {
	margin:auto;
	text-align:center;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: ede9e2;
}

 p.groot{
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 1.4em; /* = 14px */
 }

 p.groter{
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 1.2em; /* = 12px */
 }

#main {
	font-size: 1.1em;
	text-align:left;
	width:900px;
	margin:auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding:0px 20 0;
	height: 800px;
	background-color: ede9e2;


 }

#hdr {
 height:160px;
 }

#bar {
 height:25px;
 border:solid #000000;
 }

#bodyblock {
	position:relative;
	width:750px;
	padding:0;
	left: 10px;


 }

#l-col {
	float:left;
	width:170px;
	height:400px;
	display: list-item;
 }

#content {
	width:500px;
	height:600px;
	text-align:left;
	padding: 0 70px 0 0;

 }

#ftr {
 height:70px;
 margin:0;
 padding:0 0 0 120px;
 }

 
 ul{
list-style: none;
margin: 0;
padding: 0;
}

li{
margin: 0;
padding: 0;
font-family: verdana;
}

li a{
display: block;
text-decoration: none;
padding: 4px 5px 4px 5px;
border-top: 2px solid #FFF;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
border-left: 2px solid #FFF;
width: 115px;
}
 .indent a {
	background-image: url(images/checkkl.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 15pt;
	display: block;
	text-decoration: none;
	width: auto;
	border: none;
}

li a:link, li a:visited{
background: #c6b787 url(images/alink.jpg);
color: #c44128;
font-weight: bold;
}

li a:hover, li a:active{
background: #e0e1dc url(images/aactive.jpg);
color: #00a158;
font-weight: bold;
}

li li a:link, li li a:visited{
background: #F9E5CD;
color: #E47C00;
font-weight: normal;
}

li li a:hover, li li a:active{
background: #E47C00;
color: #FFF;
font-weight: normal;
}

ul ul{
margin: 0 0 0 25px;
}
.kopje {
	 font-size: 1.2em; /* = 12px */
	font-weight: bold;
}

span {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited{
color: #0094d9;
font-weight: bold;
}

a:hover, a:active{
color: #00a158;
font-weight: bold;
}
#beeldplaatsing{
position: absolute;
top: 390px;
left: 180px;
width: 335px;
height: 223px;

}
#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
