/*------------------------------------------
Opmaak algemeen
------------------------------------------*/

body {
	margin:auto;
	padding:auto;
	background-image:url('../images/interface/bg_main.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	font-family:arial;
	font-size:11px;
	color:#333333;
}

th {
	text-align:left;
}

a {
	color:#007026;
}
a:hover {
	text-decoration:none;
}

/*------------------------------------------
Opmaak layers
------------------------------------------*/

div#maincontainer {
	margin:auto;
	text-align:center;
	width:862px;
	height:200px;
}

div#top {
	float:left;
	height:275px;
	width:862px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	background-image:url('../images/interface/header_nieuw1.jpg');
	background-repeat:no-repeat;
	background-color:white;
}

div#mainmenu {
	float:left;
	text-align:left;
	height:50px;
	width:842px;
	margin:183px 0px 0px 20px;
	color:white;
}

*html div#mainmenu {
	margin:183px 0px 0px 10px;
}

div#mainmenu_nieuw {
	float:left;
	text-align:left;
	height:50px;
	width:842px;
	margin:183px 0px 0px 20px;
	color:white;
}

div#content {
	float:left;
	width:862px;
	background-color:white;
	text-align:left;
	padding:0px 0px 25px 0px;
}

div#left {
	float:left;
	width:250px;
	margin:0px 60px 0px 0px;
}

*html div#left {
	margin:0px 29px 0px 0px;
}

div#right {
	float:left;
	width:522px;
}

div#full {
	float:left;
	width:832px;
}

/*------------------------------------------
Opmaak specifiek
------------------------------------------*/

a.mainmenu {
	color:white;
	text-decoration:none;
	padding-right:20px;
}
a.mainmenu:hover {
	text-decoration:underline;
}

a.mainmenu2 {
	color:white;
	text-decoration:none;
	padding-right:20px;
	font-size:9px;
}
a.mainmenu2:hover {
	text-decoration:underline;
}

div.block {
	float:left;
	width:100%;
}

div.head {
	float:left;
	width:100%;
	padding:8px 15px 0px 15px;
	height:22px;
	background-color:#007026;
	color:white;
	vertical-align:top;
}

div.head_klein {
	height:32px;
	background-image:url('../images/interface/bg_block_klein.jpg');
}

div.head_med {
	height:32px;
	background-image:url('../images/interface/bg_block_med.jpg');
}

div.head_groot {
	height:32px;
	background-image:url('../images/interface/bg_block_groot.jpg');
}

div.text {
	float:left;
	width:100%;
	padding:5px 15px 15px 15px;
	line-height:160%;
	text-align:justify;
}

input.button {
	color:white;
	border:1px solid #00451A;
	background-color:#007026;
	width:298px;
}

div.foto {
	float:left;
	width:200px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	margin:8px 8px 0px 0px;
	background-color:#007026;
	padding:5px 0px 0px 0px;
}

div.foto2 {
	float:left;
	width:200px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	margin:5px 5px 0px 0px;
	background-color:#007026;
	padding:5px 0px 0px 0px;
}

div.limiter {
	float:left;
	text-align:center;
	vertical-align:middle;
	height:125px;
	width:125px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	border:1px solid #00451A;
	background-color:white;
}

div.limiter img {
	margin:0px;
	padding:0px;
	border:0px;
}

a.paging {
	padding:5px 10px;
	text-align:center;
	border:1px solid #00451A;
	background-color:#007026;
	color:white;
}

/*-------------------------------------------
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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }