BODY{
	font-family:Verdana;
	font-size:10px;
	color: white;
	margin: 0px;
	text-align:left;
        background-color: #513203;
	background-image:url(img/bg2.jpg);
	background-position:center top;
	background-repeat:repeat;
}

.main{
	height:100%;
	width: 800px;
}

.banner {
	padding-top: 10px;
	padding-bottom: 6px;
	vertical-align: middle;
}
.content{
	font-size:10px;
	color: white;

	float:left;
	height: 450px;	
	width: 800px;
	vertical-align: top;
}
.slideshow{
	width: 338;
	height: 450px;
}
.inhoud{
	font-size:10px;

	width: 340px;
	color: #d1b89b;
	vertical-align:top;
	background-image:url(img/inhoudbg.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
.menu {
	width:120px;
}

.titel{
	font-size:18px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #d19d63;
	border-bottom: 1px solid #d1b89b;
}

.tekst{
	font-size:12px;
	color: #d1b89b;
	vertical-align:top;
	padding-left: 10px;
	padding-top: 10px;
}
.tekst td{
	font-size:12px;
	color: #d1b89b;
	vertical-align:top;
}
.tekst img{
	border: 1px solid #d1b89b;
}
.tekst iframe{
	border: 1px solid #d1b89b;
}
.tekst img{
	margin-top: 3px;
	border: 1px solid #d1b89b;
}



.menuniks{
	font-size:10px;
	color: #d1b89b;
	border-left: none;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 5px;

}
.menuitem{
	font-size:10px;
	color: #d1b89b;
	border-bottom: 1px solid #d1b89b;
	border-right: 1px solid #d1b89b;
	padding: 7px;
	background-image:url(img/menu.gif);
	background-position: top left;
	background-repeat:no-repeat;
	opacity: 0.70; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
}
.menuitemaan{
	font-size:10px;
	color: white;
	border-bottom: 1px solid #d1b89b;
	border-right: 1px solid #d1b89b;
	padding: 7px;

	background-image:url(img/menu.gif);
	background-position: top left;
	background-repeat:no-repeat;
	opacity: 0.90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
}
.menuitem a {
	color: #d1b89b;
	text-decoration:none;
}
.menuitem a:hover {
	color: white;
	text-decoration:none;
}
.menuitem a:visited {
	color: #d1b89b;
	text-decoration:none;
}
.menuitem a:visited:hover {
	color: #d1b89b;
	text-decoration:none;
}

.menuitemaan a {
	color: #d1b89b;
	text-decoration:none;
}
.menuitemaan a:hover {
	color: white;
	text-decoration:none;
}
.menuitemaan a:visited {
	color: #d1b89b;
	text-decoration:none;
}
.menuitemaan a:visited:hover {
	color: #d1b89b;
	text-decoration:none;
}




.footer{
	font-size:10px;
	color: #d1b89b;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
}
.footer IMG{
	border: none;
	vertical-align: middle;
}






/* LIGHTBOX */



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color: white;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color:  white;
 	border: 1px solid #2c2c2c;
	border-bottom: none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	color: black;
}

#imageContainer{
	padding: 10px;
}

#imageContainer img {
	border: 1px solid white;
}

#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: 12px "Century Gothic","New Gothic Std", Arial, sans-serif;
	background-color: white;

	border-top: none;
	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{
}
#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: black;
}





