/*Algemene styling*/
html{
	background: url('../images/footer_bg.png') bottom left #F4F4F4 repeat-x;
}
body{
	font: 12px Arial, Verdana;
	margin: 0px;
}
h1,h2,h3,p{
	margin: 0px;
}
h2{
	font: 19px Arial, Verdana;
	color: #008EEB;
	margin-bottom: 11px;
	padding-top: 7px;
	padding-bottom: 11px;
	clear: both;
	border-bottom: 1px solid #E5E5E5;
}
a{
	text-decoration: none;
}
a img{
	border: 0px;
}
input[type="text"]{
	background: url('../images/input_bg.png') no-repeat;
	width: 233px;
	height: 17px;
	font: 11px Arial, Verdana;
	color: #A3A3A3;
	padding: 8px;
	border: 0px;
}
input[type="submit"]{
	background: #008EEB;
	font: 12px Arial, Verdana;
	color: #FFFFFF;
	padding: 6px;
	float: right;
	border: 0px;
	border-bottom: 2px solid #0073BF;
}

/*Container*/
div#container{
	width: 940px;
	margin: 0px auto;
}

/*Top_bar*/
div#top_bar{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div#top_bar div#lijn{
	background: #000000;
	height: 5px;
}
div#container a#top_bar{
	background: #000000;
	width: 203px;
	height: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 711px;
	padding: 11px;
	display: block;
}

/*Logo*/
a#logo{
	background: url('../images/logo7.png') no-repeat;
	width: 421px;
	height: 79px;
	margin-top: 50px;
	margin-left: 27px;
	margin-bottom: 25px;
	float: left;
	display: block;
}

/*Menu*/
ul#menu{
	margin: 0px;
	margin-top: 100px;
	margin-right: 8px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
ul#menu li{
	margin-left: 27px;
	float: left;
}
ul#menu li a{
	color: #000000;
}

/*Header*/
div#header{
	background: url('../images/header_bg.png') no-repeat;
	width: 250px;
	height: 193px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 655px;
	padding-right: 35px;
	padding-bottom: 20px;
	clear: both;
}
div#header p{
	font: 11px Arial, Verdana;
	color: #A3A3A3;
}

/*Box_home_bg*/
div.box_home_bg{
	background: url('../images/box_home_bg.png') no-repeat;
	width: 264px;
	height: 169px;
	padding: 17px;
	float: left;
}
div.box_home_bg p{
	font: 11px Arial, Verdana;
	color: #A3A3A3;
}
div.box_home_bg a{
	color: #008EEB;
	border-bottom: 1px dotted #008EEB;
}
div.box_home_bg a.thumb{
	width: 250px;
	margin-top: 7px;
	margin-left: 5px;
	margin-bottom: 22px;
	border: 1px solid #E5E5E5;
	display: block;
}
div.box_home_bg a.thumb img{
	padding: 5px;
	display: block;
}

/*Content*/
div#content_top{
	background: url('../images/content_top_bg.png') no-repeat;
	width: 940px;
	height: 30px;
}
div#content{
	background: url('../images/content_bg.png') repeat-y;
	width: 900px;
	font: 11px Arial, Verdana;
	color: #A3A3A3;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
div#content_bottom{
	background: url('../images/content_bottom_bg.png') no-repeat;
	width: 940px;
	height: 28px;
}
div#content div.button{
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
	float: right;
}
div#content div.button a{
	background: #008EEB;
	font: 12px Arial, Verdana;
	color: #FFFFFF;
	padding: 6px;
	border-bottom: 2px solid #0073BF;
}
div#content a{
	color: #008EEB;
	border-bottom: 1px dotted #008EEB;
}
div#content a.thumb{
	width: 580px;
	margin-top: 7px;
	margin-left: 5px;
	margin-bottom: 22px;
	border: 1px solid #E5E5E5;
	float: left;
	display: block;
}
div#content a.thumb img{
	padding: 5px;
	display: block;
}

/*Button*/
div.button{
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
	float: right;
}
div.button a{
	background: #008EEB;
	font: 12px Arial, Verdana;
	color: #FFFFFF;
	padding: 6px;
	border-bottom: 2px solid #0073BF;
}

/*Footer*/
div#footer{
	height: 75px;
	font: 11px Arial, Verdana;
	color: #6C6C6C;
	text-align: right;
	padding-top: 85px;
	padding-right: 8px;
	clear: both;
}
div#footer a{
	color: #6C6C6C;
}
a{
	text-decoration: none;
	color: #A3A3A3;
}
/*Meldingen*/
div.error{
	background: #fffbe7;
	color: #E90E00;
	padding: 7px;
	overflow: hidden;
	border: 1px solid #FF867E;
}
div.error ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.warning{
	background: #fffbe7;
	color: #FFAE46;
	padding: 7px;
	overflow: hidden;
	border: 1px solid #FFAE46;
}

div#content ul#talen{
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;

}
div#content ul#talen p a img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div#content ul#talen p a img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#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; }

