@import url("opmaak/voorbeeldaqua.css");

body{
font-family:arial;
font-size:9pt;
text-decoration:none;
background-color: #B3A68A;
margin: 0;
}

#visinfo{
background-color:#000000;
width:500px ;
}

#visinfo1{
background: url('opmaak/bgtab1.png');
color:#FFFF00;
text-align:center;
}

#visinfo2{
background: url('opmaak/bgtab2.png');
color:#DDDDDD;
text-align:center;
}


p, a, td{
color:#4D3802;
font-size:9pt;
line-height:12pt;
}

tr{
background: url('img/bg_home1.png');
}

a{
text-decoration:underline;
}

a.menu, a.kop{
text-decoration:none;
}

a.kop, #footer{
color:#DDD;
}

a.menu:hover, a.home1:hover, a.home2:hover, a.home3:hover, a.home4:hover{
color:#F6E2B0;
}

a.kop:hover{
color:#FFF;
}

img, img:link{
background-color: #000;
padding: 1px;
border: 0px;
}

a:hover img{
background-color: #F6E2B0;
padding: 1px;
border: 0px;
}

#container{
margin: 0 auto;
background: #7B8181 url('img/bg.jpg') no-repeat;
width: 960px;
}

#container_outline{
margin: 0 auto;
background: #7B8181 url('opmaak/bg2.gif');
width: 980px;
}

#kop{
color:#ddd;
text-align: left;
margin-top: 0;
background: url('img/kop.gif') no-repeat;
height: 80px;
line-height:12pt;
}

#Tkop{
color:#ddd;
text-align: left;
margin-top: 0;
background: url('img/Tkop.gif') no-repeat;
height: 80px;
line-height:12pt;
}

#menu{
margin-top: 5px;
padding: 5px;
width: 140px;
float:left;
line-height:12pt;
}

#inhoud{
margin-top: 10px;
width: 780px;
float:left;
line-height:12pt;
}
									  
#home1, #home2, #home3, #home4{
float: left;
width: 780px;
margin-top: 15px;
margin-left: 0px;
padding: 5px;
background: url('img/bg_home1.png');
line-height:12pt;
}

#home1{
margin: 0 0 0 0;
line-height:12pt;
}
									  
#home4{
margin-bottom: 15px;
line-height:12pt;
}

#footer{
padding: 2px;
background: url('img/voet.gif') no-repeat;
height: 70px;
clear: both;
margin: 0px;
}

#foto{
float: left;
padding: 11px;
margin: 4px;
}

#zcf{
float: left;
text-align: center;
background: url('img/bg_home1.png');
width: 180px;
padding: 5px;
margin: 5px;
} 

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

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
