@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

#bovenbar {
	height:63px;
	background-image:url(images/1_02.gif);
}

#wrapper {
	background-color: #c7d3d9;
	width: 100%;
}

#header {
	height:259px;
	background-color:#1241A6; 
}

#navigatie{
	background-color:#10378F;
	border-right:1px solid #FFFFFF;
	width:266px;
	height:416px;
	float:left;
	color:#FFFFFF;
	list-style-image:none;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

}

#navigatie li a {
	width: 265px;
	background-color:#06C;
	display:block;
	color:#FFFFFF;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	list-style-type:none;
	margin-left:1px;
	#margin-left:-15px;
}
#navigatie a:hover {
	width: 265px;
	display:block;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#09F;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	list-style-type:none;
}



#laatstenieuws{
	background-color:#6098FF;
	height:157px;
	width:728px;
	#width:461px;
}

.laeserinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-left:20px;
	margin-top:19px;
}

.lastnewstitel {
	margin-left: 3px;
	margin-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FFFFFF;
	font-weight:bold;
}

.lastnewsimg {
	border:3px solid #e0f0ff;
	margin-left:3px;
	margin-right:3px;
}

.newstekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
#content {
	background-color:#EBF8FF;
	width:716px;
	padding-right:12px;
	clear:both;
	min-height:340px;
	padding-bottom:12px;
}
#footer {
	width:728px;
	clear:both;
}

.border {
	height:9px;
	width:728px;
	background-color:#E0F0FF;
}

.border2 {
	height:9px;
	width:728px;
	#width:461px;
	background-color:#E0F0FF;
}

.menuonderlinks {
	background-color:#10378F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	vertical-align:bottom;
	padding-right:4px;
	height:15px;
}
.menuonderlinks a {
	background-color:#10378F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
.menuonderlinks a:hover {
	background-color:#10378F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:right;
}

.titeltekst {
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	color:#005aff;
}
.koptekst {
	margin-left:5px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#005aff;
}

.plattetekst {
	margin-left:5px;
	font-family:Arial;
	font-size:12px;
	color:#10378f;
}
.plattetekst2 {
	margin-left:5px;
	font-family:Arial;
	font-size:12px;
	color:#10378f;
}

.imgstyle {
	border:5px solid #93d0f1;
	margin-left:10px;
}
.imgstyle2 {
	border:5px solid #93d0f1;
	margin-left:5px;
	margin-bottom:10px;
}
.skyscraper {
	position:absolute;
	top:322px;
	left:730px;
}

.scroll_checkboxes {
    height: 100px;
	width: 200px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc;
	background-color:#FFF
}


/* 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(../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; }
