body{
background: url('images/background.png') repeat-x #fff;
background-position:0 40px;
margin:0;
padding:0 0 20px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align:left;
}

/* GENERAL */

div{
	padding:0;
	margin:0;
}

div#container{
	margin-top:40px;
}
div#center{
	margin:0 auto 0 auto;
	width:1115px;
}


div#menu, div#text, div#fadeshow, div#logo{
	background:#6cabcc;
	float:left;
}
div#menu, div#text, div#fadeshow{border-right:3px solid #fff;}

a img{
	border:0;
}

/* MENU */

div#menu{
	width:185px;
	height:380px;
	background:url('images/menu-gradient.png') repeat-y right top;
	/* border-left:3px solid #fff; */
}

div#menu ul{
	list-style:none;
	margin:45px 0 0 5px;
	padding:0;
}

div#menu ul li{
	font-size:11px;
	padding:5px;
}

div#menu ul li a{
	color:#fff;
	text-decoration:none;
}
div#menu ul li a:link {}
div#menu ul li a:visited {}
div#menu ul li a:hover {text-decoration:underline; color:#000;}
div#menu ul li a:active {}

div#menu ul li a.current{color:#000;}
div#menu ul li a.current:hover{text-decoration:none;}

/* TEXT */

div#text{
	width:325px;
	min-height:355px; /* -25px voor de padding! */
	background:url('images/text-background.png') repeat-y left top #515151;
	padding-bottom:25px;
}

div#text h1{
	margin:25px 0 0 25px;
	padding:0;
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
div#text h2{
	margin:25px 0 -17px 25px;
	padding:0;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

div#text p{
	font-size:11px;
	color:#cdcdcd;
	width:265px;
	margin:22px 0 0 25px;
	line-height:16px;
	text-align:justify;
}

div#text p a{
	color:#fff;
	text-decoration:underline;
}
div#text p a:link {}
div#text p a:visited {}
div#text p a:hover {text-decoration:none; color:#fff;}
div#text p a:active {}

div#text iframe{
	margin:25px 0 0 25px;
	float:left;
}

/* IMAGE */

div#fadeshow{
	width:400px;
	height:380px;	
}
div#fadeshow img{
	padding:0;
	margin:0;
	border:0;
}

/* THUMBNAILS */

div#logo{
	width:193px;
	height:380px;
	margin:0;
	padding:0;
}
div#logo img{
	margin-top:262px;
}

/* LIGHTBOX */

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