html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #e8ecf0 top repeat-x;
	margin: 0px;	
}
#container {
	width: 952px;
	margin: 0 auto;
	text-align: left;
}
#container_main {
	position: relative;
	text-align: left;
	padding: 0px;
	background: #ffffff;
}
#navigatie {
	position: relative;
	margin: 0px;
	height: 112px;
	background: url(../content/img/navigatie_header.gif);
	z-index: 30;
}
#tab {
	float: right;
	margin-top: 34px;
	margin-right: 38px;
}
#header {
	position: realtive;
	margin: 0px;
	height: 251px;
}
#content {
	position: realtive;
	margin-top: -1px;
}
#content_left {
	width: 686px;
	padding: 19px;
	background: #7c8537;
	border-right: 1px solid #7c8537;
}
#content_left_mid {
	background: #ffffff;
	padding: 20px;
}
#content_right {
	position: absolute;
	right: 0px;
	width: 190px;
	margin-top: 40px;
	margin-right: 15px;
}
/* FORMULIER HOLDER */
.formHolder {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
.fotoThumb {
	float: right;
	margin-left: 20px;
	border: 1px #333333 solid;
}
.invul {
	float: right;
	margin-right: 250px;
	margin-top: -15px;
	border: 1px #999999 solid;
	padding: 2px;
	background: #F5F5F5;
	width: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a4a37e;
}
.invulVerzenden {
	margin-top: 20px;
	margin-left: 190px;
	border: 1px #999999 solid;
	padding: 2px;
	background: #F5F5F5;
	width: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a4a37e;
}
/* EIND */
.mid_left {
	/*width: 290px;*/
}
.mid_right {
	float: right;
}
.adres_veld
 {
	padding-top: 10px;
	border-bottom: 1px #CCCCCC dashed;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.adres_veld_sub
 {
 	position: absolute;
 	margin-left: 300px;
	margin-top: 30px;
	width: 200px;
}
#footer {
	height: 30px;
	background: #ffffff;
	padding-left: 50px;
	padding-top: 13px;
}
#flags {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 870px;
}
/* TEKST EDIT */

p {
	font-size: 11px;
	color: #414647;
	line-height: 18px;
	margin: 0px;
}
p a{
	color: #a4a37e;
	text-decoration: underline;
}
p a:hover {
	color: #000000;
	text-decoration: none;
}
li {
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(../content/images/main/icon_arrow_nav.gif);
	line-height: 20px;
}
ul {
	marging: 0px;
}
.adres {
	color: #d2e9d8;
	line-height: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 16px;
	background: url(../content/images/main/icon_arrow_wit.gif) left 4px no-repeat;
}
.adres a{
	color: #d2e9d8;
	text-decoration: underline;
}
.adres a:hover{
	color: #ffffff;
	text-decoration: none;
}
p.list a{
	color: #858c36;
	text-decoration: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 14px;
	display: block;
	background: url(../content/img/icon_arrow.gif) left 6px no-repeat;
}
p.list a:hover{
	color: #858c36;
	text-decoration: underline;
}
.footer {
	color: #b6b6b6;
	font-size: 10px;
}
.footer a{
	color: #b6b6b6;
	text-decoration: none;
}
.footer a:hover{
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #7c8537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
	font-weight: 100;
}
h2 {
	font-size: 14px;
	color: #7c8537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 6px 0px;
}
hr {
	border: 1px #CCCCCC dashed;
}
#image {
	position: absolute;
	width: 200px;
	left: 780px;
	margin-top: 85px;
}
.imageHolder {
	margin-left: 20px;
}
/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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: 11px 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* Begin CSS Drop Down Menu */

/*<style type="text/css"> 
 
/* CSS issu des tutoriels www.alsacreations.com/articles
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
background: #000000;
position: absolute;
margin-left: 50px;
margin-top: 8px;
z-index: 100;
width: 700px;
}
#menu dl {
float: left;
margin: 0;
}
#menu dt a:hover {
cursor: pointer;
text-align: center;
font-size: 12px;
color: #FFFFFF;
margin-right: 20px;
}
#menu dd {
position: absolute;
border: 1px solid gray;
padding: 5px;
background: #e5e5e5;
z-index: 100;
margin-left: 0px;
}
#menu li {
text-align: left;
background: #e5e5e5;
padding-bottom: 2px;
border-bottom: 1px solid #ffffff;
list-style-image: none;
z-index: 100;
padding-left:0px;
margin-left:0px;
}
#menu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
width: 160px;
}
#menu li a {
color: #696969;
font-size: 11px;
text-decoration: none;
display: block;
height: 100%;
border: 1 none;
background: #e5e5e5;
padding-left: 15px;
background: url(../content/images/main/icon_arrow_nav.gif) left 8px no-repeat;
margin-bottom: 3px;
margin-top: 3px;
}
#menu li a:hover, #menu dt a:hover {
color: #1c923e;
}
.nav a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-top: -2px;
	display: block;
	background: #000000;
}

#collect{
	position: absolute;
	width:750px;
	height:250px;
	margin-top: expression("0px");
	z-index: -1;
	left: 2px;
	top: 0px;
}
/* End CSS Drop Down Menu */
