/*
kleuren dap
groen donker rgb(44,71,47)
groen midden rgb(76,122,81)
groen licht rgb(124,199,132)
groen heel licht rgb(200,255,200)
*/
html  {
	margin:0;
	padding:0;
	font-size:14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:86%;
	font-weight:normal;
	line-height:1.4em;
	color: rgb(200,255,200);
	margin:0;
	padding:0;
	background: url(beeld/bodyback.gif) top repeat-x  rgb(76,122,81) ;
}
img {
	border:0;
}
#topdiv {
	position: absolute;
	top:0px;
	width:910px;
	height:245px;
	left:50%;
	margin-left:-455px;
	background: url(beeld/landschapsbalk-4.jpg) center top no-repeat;
	border-left:solid 1px rgb(124,199,132);
	border-right:solid 1px rgb(124,199,132);
	border-bottom:solid 1px rgb(124,199,132);
	z-index:10;
}
#container {
	position:absolute;
	left: 50%;
	margin-left:-455px;
	top:295px;
	width:910px;
	z-index:0;
}
#container h1 {
	position:relative;
	margin:10px;
	background-color:rgb(44,71,47);
	color:rgb(124,199,132);
	padding:5px;
	font-size:100%;
	text-transform:uppercase;
	z-index:2;
}
h4 {
	border-bottom: 1px solid rgb(44,71,47);
	margin:0 10px;
}
#inhouddiv {
	position:relative;
	margin-left: 165px;
	border:1px solid rgb(124,199,132);
	line-height: 1.6em;
}
#inhouddiv p {
	margin:15px;
}
#inhouddiv a {
	color:rgb(124,199,132);
	text-decoration:none;
}
#inhouddiv a:hover {
	color:rgb(200,255,200);
	border-bottom: 1px solid rgb(200,255,200);
}
#inhouddiv ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 40px;
}
#inhouddiv .ultwee {
	list-style: circle;
}
.vet {
	font-weight:  bold;
}
.groter {
	font-size: 130%;
}
.donkergroen {
	color:rgb(44,71,47);
}
.lichtgroen {
	color:rgb(124,199,132);
}
.img-rechts {
	float:right;
	margin:10px 0 10px 10px;
	border: 1px solid rgb(124,199,132);
}
.img-links {
	float:left;
	margin:10px 10px 10px 0;
}
.inspring {
	text-indent: 30px;
}
.vraag {
	font-style:italic;
	color:  rgb(200,255,200);
	border-bottom: 1px solid rgb(44,71,47);
	border-top: 1px solid rgb(44,71,47);
	border-right: 1px solid rgb(44,71,47);
	font-size: 110%;
}
h2 {
	font-size: 110%;
	margin:0 15px;
	border-bottom: 2px solid rgb(44,71,47);
	display: inline;
	padding-bottom: 0.3em;
}
.nummer {
	background-color: rgb(44,71,47);
	padding: 0.25em 0.4em;
}
.uppijl {
	float: right;
	margin:0 15px;
}


/* verticaal menu ********************************/
#menudiv {
	position: relative;
	width: 155px;
	margin: 0;
	padding:0;
	float:left;
}
#menudiv ul {
	list-style-type:none;
	padding:0; margin:0;
}
#menudiv li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin-bottom: 4px;
}
#menudiv a {
	display: block; /* to increase clickable area as a’s default to inline */
	text-decoration:none;
	border: 1px solid rgb(124,199,132);
	border-right: 1px solid rgb(124,199,132);
	padding: 2px 0;
	background-color: rgb(44,71,47);
}
#menudiv a:hover  {
	border-right: 5px double rgb(124,199,132);
}

/*	 hovereffect op de actuele pagina!. 
Op iedere pagina heeft dus de body-tag 
heeft een eigen id en in de menu.inc heeft 
iedere list een eigen id*/

#home #menudiv_home a,
#land #menudiv_land a,
#gezd #menudiv_gezd a,
#paar #menudiv_paar a,
#park #menudiv_park a,
#diag #menudiv_diag a, 
#dive #menudiv_dive a, 
#cont #menudiv_cont a, 
#vaca #menudiv_vaca a,
#link #menudiv_link a,
#medi #menudiv_medi a,
#form #menudiv_form a,
#foto #menudiv_foto a {
	border-right: 5px double rgb(124,199,132);
}
#menudiv img {
	border:0;
}

/*eind menu*/

/* tabel */

.contacttabel {
	margin:10px;
	width:95%;
	border:0;
	border-spacing: 1em 0.3em;
}
.contacttabel td {
	padding:0.2em 0.5em;
}
col.kol1 {
	width: 15%;
	background-color: rgb(44,71,47);
}
col.kol2 {
	width: 35%;
}
col.kol3 {
	width: 50%;
}
#kaart {
	margin: 10px 10px 10px 18%;
}
.schematabel {
	margin:15px;
	width: 95%;
	border:1px solid rgb(200,255,200);
	border-spacing: 0.5em;
	border-collapse:collapse;
}
.schematabel td {
	padding:0.2em 0.5em;
	text-align:center;
	border:1px solid rgb(200,255,200);
}
.schematabel .donker {
	background-color: rgb(44,71,47);
	text-align: right;
	border: 0;
}
.formlijst {
	list-style-image:url(beeld/formdoc.gif);
	line-height: 3em;
	font-size: 120%;
}

/* ------------------ horizontaal drop down menu --------- */
#nav, #nav ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	background: url(beeld/menu-back.gif) no-repeat rgb(44,71,47);
	height: 20px;
}
#nav {
	margin:260px 0 0 0; 
	position:relative; 
	z-index:500;
	padding: 1px;
	padding-left: 170px;
	border: 1px solid rgb(124,199,132);
}
#nav li {
	float:left;
	position:relative;
	margin-right: 10px;
	width:145px;
}
#nav a, #nav a:visited {
	display:block; 
	width:155px; 
	font-size:10px; 
	color:#000; 
	height:20px; 
	text-decoration:none; 
	text-indent:5px; 
	background:rgb(44,71,47); 
	border-left:solid 5px rgb(44,71,47);
}
#nav li:hover > a {
	border-left:double 5px rgb(124,199,132);
}
#nav li ul {
	display: none;
	border-bottom: 1px solid rgb(124,199,132);
}
#nav li:hover > ul {
	display:block; 
	position:absolute; 
	top:20px; 
	left:0;
}
#nav > li:hover > ul {
	left:0; 
	top:24px;
}
/* --------©link-------*/
#menudiv .copy a {
	background:none;
	border:none;
	font-size: 75%;
	text-decoration:none;
	color:rgb(124,199,132);
	text-align:right;
}
#menudiv .copy a:hover {
	color:rgb(44,71,47);
}
#fototabel {
	width:95%;
	border-collapse:collapse;
	margin:10px;
	border-bottom: 1px solid rgb(44,71,47);
}
#fototabel td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}
/* End */
#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(beeld/galerij/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(beeld/galerij/lightbox/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; }



