@charset "utf-8";
/* CSS Document */
/* ================================================== */
/* GENERAL */
/* ================================================== */
html,body {height:100%;}
body{margin:0;padding:0;background:#ebe6e9;}
.clear {clear:both;}
img {display:block;border:0;}

/* ================================================== */
/* CONTAINER*/
/* ================================================== */
div#container {
	width:900px;
	
	/* 100% height fix! */
	min-height: 100%;
	height:100%; /* voor IE */
	height:auto !important; /* voor moderne browsers */

	background:url(img/bg.jpg) top;
	margin:0 auto;
	padding: 20px 0 0 0;
}
div#container img {margin:0 0 30px 0;}
/* ================================================== */
/* MENU*/
/* ================================================== */
div#menu {float:left;width:245px;}
div#menu2 { margin-left: 123px; margin-bottom: 10px; margin-right: 0; margin-top: 0; float:left;width: 400px;text-align:center;}
.but1,.but2,.but3 {width:165px;height:28px;background:#89346a;margin:0;padding:7px 0 0 65px;color:#fff;font:normal normal bold 18px normal inherit;display: block;text-decoration: none;}
.but2 {margin:30px 0;}
.but3 {margin:80px 0;}
.but4 {float:left;width:110px;height:18px;background:#89346a;margin:0 10px 0 0;padding:2px 0 0 0;color:#fff;font:normal normal bold 12px normal inherit;display: block;text-decoration: none;}
.but1:hover,.but2:hover ,.but3:hover ,.but4:hover {background:#5c2347;}
/* ================================================== */
/* CONTENT*/
/* ================================================== */
div#content {float:left;width:558px;margin:0 0 20px 20px;}
div#content .img_right{border: 1px solid #2c2b2e;float: right;}
div#content .img_left{border-color: #232323; border-width: 1px; border-style: solid; float: left;}
div#content img {border-width: 0px; border-style: none; margin:0 5px 0 0;padding:0;float:left;}
.foto_pagina a, .foto_pagina a.last {display:block;height:99px; width:132px;float:left;}
.foto_pagina a.last  {width: 142px;} 
div#content .down{display:inline;float:none;}
div#content .filler {height:99px; width:132px;float:left;}
div#content h3 {margin: 10px 0 0 0;padding:0;width:200px;}
/* ================================================== */
/* LIGHTBOX*/
/* ================================================== */
#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(img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }
a{ color: #89346a; }

