@charset "utf-8";
/* CSS Document */

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #84A8EA;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}

a:active {
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.links, .links a, .links a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	max-width: 900px;	
}

.links a:active, .links a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
	text-align: justify;
	vertical-align: top;
	max-width: 900px;	
}

.contenlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}

.contenlinks a, .contenlinks a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
}

.contenlinks a:active, .contenlinks a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;	
}


/* Main layout */
* {
	margin: 0;
	padding: 0;
}

#hoofdcontainer {
	width: 950px;
	margin: 0px auto; 
	border: 0px;
}

#header {
	height: 60px;
	background-color: #A4BEEF;
	margin-bottom: 0px;
	float: left;
	width: 950px;
}

#headerlogo {
	height: 80px;
	margin-bottom: 0px;
	background-color: #A4BEEF;
	float: left;
	width: 850px;
}

#headerlanguages {
	height: 80px;
	margin-bottom: 0px;
	background-color: #A4BEEF;
	float: right;
	width: 100px;
}

#middle {
	position: static;
	height: 380px;
	margin-bottom: 0px;
	float: left;
	width: 950px;
}

#middleleft {
	position: absolute;
	background-color: #A4BEEF;
	margin-bottom: 0px;
	float: left;
	width: 300px;
	height: 380px;
}

#middleright {
	position: static;
	margin-bottom: 0px;
	float: right;
	width: 650px;
}

/* Navigation layout */
#navigationlayout {
	height: 20px;
	margin-bottom: 25px;
	margin-top: 5px;
	float: left;
	width: 950px;
}

.navigation, .navigation a, .navigation a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	max-width: 900px;	
}

.navigation a:active, .navigation a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
	text-align: justify;
	vertical-align: top;
	max-width: 900px;	
}

/* Bottom layout */
#extranavigationlayout {
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	width: 350px;
}

#textlayout {
	margin-bottom: 0px;
	margin-top: 0px;
	float: right;
	width: 450px;
}

#bottompicture {
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	width: 950px;
}

#footerlayout {
	margin-bottom: 2px;
	margin-top: 5px;
	float: left;
	width: 950px;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.footer a, .footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.footer a:active, .footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

/* LightBox photo gallery */
#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/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: 90; width: 100%; height: 500px; background-color: #000; }
	}
