  

* 				{ padding: 0px; margin: 0px; }

body			{ background-color: #FFFFFF; font-family: arial; font-size: 12px; color: #000;}
a img			{ border: none; }
p				{ margin: 10px 0 10px 0; }


#container		{ background-image: URL('./../images/bg/bg.jpg'); height: 575px; width: 990px; position: absolute; top: 50%; left: 50%; margin-left: -495px; margin-top: -287px; }

#menu			{ position: absolute; top: 270px; left: 50px; }
#menu li		{ width: 179px; margin-left: 5px; height: 42px;  border: 0px solid #000; margin-bottom: 5px; list-style: none; font-weight: bold; text-align: center;}
#menu li a		{ color: #000; text-decoration: none;}
#menu li a:hover{ color: #009; text-decoration: none;}

#menu2			{ position: absolute; top: 367px; left: 227px; display: none;}
#menu2 li		{ width: 179px; margin-left: 5px; height: 42px;  border: 0px solid #000; margin-bottom: 5px; list-style: none; font-weight: bold; text-align: center;}
#menu2 li a		{ color: #000; text-decoration: none;}
#menu2 li a:hover{ color: #009; text-decoration: none;}

#content		{ width: 600px; height: 400px; overflow: auto; padding: 5px; bottom: 10px; left: 360px; background-color: #fff; border: 0px solid #999; position: absolute; }


#footer			{ position: absolute; text-align: right; bottom: -14px; right: 1px; color: #CCC; }
#footer a		{ color: #999; text-decoration: none;}
#footer a:hover	{ color: #000; font-weight: bold; }




/* Lightbox */



#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/vorige.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/volgende.jpg) 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: 111px; float: right;  padding-bottom: 0.7em;	}	
#overlay	{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	
	