body {
	margin: 0;
}


a { color: #000; }

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-weight: bold;
}

.menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
}
.formtabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #333333;
}


.menu a:hover {
	background-image:url(achtergrond_menu_over.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
	
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	
}

/* hieronder css voor imageshower */
#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(lightbox/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(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* google maps */

#google_maps {
	width: 610px;
	height: 419px;
}

.infowindow, .infowindow a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* slideshow home */


#home_content {
	background: #fff;
	width: 961px;
	height: 419px;
	overflow: hidden;
	position: relative;
}

#slides {
    position: relative;
}

.slides_container {
	width: 961px;
	height: 419px;
}

.slides_container div {
	width: 916px;
	height: 419px;
	display:block;
}

#slides ul.pagination {
    list-style-type: none;
    position: absolute;
    left: 12px;
	bottom: 12px;
	z-index: 300;
	padding: 0;
	margin: 0;

}

#slides ul.pagination li { 
	float:left; 
	margin:0 3px;
}

#slides ul.pagination a { 
	background: url('../home/pagination.png') no-repeat; 
	background-position: 0 0;
	display:block; 
	height: 0;
	overflow: hidden;
	padding-top:13px;
	width: 0;
	padding-left: 13px; 
}

#slides ul.pagination li.current a {
	background-position: 0 -13px;
}

#slideshow_overlay {
	background: url(achtergrond_content.png);
	padding: 10px;
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
	height: 420;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#slideshow_overlay h1 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#slideshow_overlay h1 span { display: none; }

#contactgegevens {
	position: absolute;
	bottom: 30px;
	right: 10px;
	width: 240px;
	text-align: right;
}

#contactgegevens strong { display: block; }

