@charset "iso-8859-1";
/* CSS Document */

body {
text-align:center;
background-color:#CDC998;
}


p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
}

a:link{
	color:#000;
	font-style:italic;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#CCC;
	text-decoration:none;
	outline: none;
}

a:active{
	color:#333;
	text-decoration:none;
	outline: none;
}

a:visited{
	color:#000;
	font-style:italic;
	text-decoration:none;
	outline: none;
	text-align: left;
}


h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
	text-align:left;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:12px;
	margin: 20px 0px 20px 0px;
	text-align:left;
}




.list{
	color:#000;
	text-align:left;
	margin-left:20px;
}

#container{
	position:relative;
	margin:20px auto;
	width:700px;
	height:760px;
	background-color:#EFEFEF;
	border: #FFF 3px solid;
}

#header{
	background-image:url(/images/header.jpg);
	width:700px;
	height:200px;
	text-align:center;
}

#content{
	width:700px;
}

#text{
	float:left;
	width:400px;
	height:auto;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	text-align: left;
}
	
#special {
	float:right;
	width:220px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #ADCFDA 2px solid;

}	

#footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
}
	
	
#menu{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	width:700px;
	height:40px;
	float:left;
	margin-top:200px;
	left:50%;
	}
		
#menu a{
	text-align:center;
	text-decoration:none;
	font-style:normal;
	color:#06C;
	background-image:url(/images/button.gif);
	background-repeat:no-repeat;
	background-position:0 0;	
	vertical-align:middle;
	line-height:36px; /* tekst in het midden centreren */
	display:block;
	border:none;	/* 1px solid #8D8D8D */
	white-space:nowrap;
	height:36px;
	margin:0;
	}
	
#menu a:link, #menu a:visited{ /* #menu a:active{ */
	background-color: #D6D6D6;
	text-decoration:none;
	}
#menu a:active{
	background-color: #D6D6D6;
	text-decoration:none;
	background-image:url(/images/button.gif);
	background-position: -200px 0;
	}
	
#menu a:hover{
	/*color: #28556b;*/
	/*background-color: white; */
	text-decoration:none;
	background-image:url(/images/button.gif);
	background-position: -100px 0;
	}

#menu ul{
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menu a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu li
	{
	position:relative;
	min-height: 1px;
	height:auto;		
	vertical-align: bottom;
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	font-size:10px; /* dropdown font grootte */
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}


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

