@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

/* --- --- --- */

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #000000;
}

a.nav:link, a.nav:visited, a.nav:active{
	float: left;
	padding-left: 35px;
	padding-right: 35px;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #a6a6a6;
	text-decoration: none;
	
	border-left-color: #6c6c6c;
	border-left-style: solid;
	border-left-width: 1px;
}

a.nav:hover{
	color: #ffffff;	
}

a.nav_current:link, a.nav_current:visited, a.nav_current:active, a.nav_current:hover{
	float: left;
	padding-left: 35px;
	padding-right: 35px;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	
	border-left-color: #6c6c6c;
	border-left-style: solid;
	border-left-width: 1px;
}

a.header:link, a.header:visited, a.header:active, a.header:hover{
	color: #ffffff;
	text-decoration:none;	
}

a.a_standard:link, a.a_standard:visited, a.a_standard:active{	
	color: #ffffff;
	text-decoration: none;
}

a.a_standard:hover{
	text-decoration: underline;	
}

/* Van toepassing op alle afbeeldingen */
img{
	border: 0px;	
}

/* Voor de afbeeldingen die links gealigneerd staan op een pagina met rechts ernaast tekst */
img.content_left{
	float: left;
	
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
}

/* Voor de hele grote afbeeldingen (pagina breedte) die gewoon centraal gealigneerd staan op de pagina */
img.content_center{
	margin-left: 10px;
	margin-bottom: 10px;
	
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
}

/* De action buttons (grijze) */
img.content_actbtn{
	margin-top: 5px;
	margin-left: 10px;
}

/* De partner afbeeldingen */
img.partner{
	float: left;
	margin-right: 5px;
	padding: 2px;
	
	border-color: #3f3f3f;
	border-width: 1px;
	border-style: solid;
}

/* De fotoalbum afbeeldingen */
img.photoalbum{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

/* Pagina titels */
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;	
	color: #ffffff;
	
	padding-left: 10px;
	
	margin-bottom: 5px;
}

/* Titels in wit stuk van de site onderaan */
h3{
	font-size: 13px;
	color: #3f3f3f;
	
	margin-bottom: 5px;
}

p.content_p_big{	
	font-size: 14px;
	
	margin-left: 10px;
	margin-right: 10px;
	
	margin-bottom: 10px;
}

p.content_p{
	margin-bottom: 10px;
	margin-top: 10px;
}

p.content_p_attention{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

p.indekijker{
	font-size: 14px;
	width: 350px;
	text-align: center;
}

#footer_center p.content_p{
	color: #3f3f3f;
}

fieldset{
	width: 660px;
	margin-bottom: 10px;
}

legend{
	margin-left: 10px;	
}

label{
	float: left; 
	display: block;
	width: 95px;	
}

input.tekst{
	width: 200px;
	height: 16px;
}

input.submit{
	margin-top: 10px;	
	width: 75px;
}

textarea{
	width: 200px;
	height: 36px;
}

/* --- --- --- */

#container{
	width: 100%;		
}

#banner_full{
	float: left;
	width: 100%;
	height: 108px;
	background-color: #1b1f22;
}

#banner_center{
	width: 885px;
	height: 108px;
	margin: auto auto auto auto;	
}

#banner_center #banner_foto{
	float: left;
}

#banner_center #banner_indekijker{
	float: left;
	
	margin-top: 25px;
	margin-left: 70px;
	padding: 5px;
	
	color: #ffffff;
	
	border: 1px solid white;
}

#nav_full{
	float: left;
	width: 100%;
	height: 41px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#nav_center{
	font-size: 14px;	
	width: 885px;
	height: 36px;
	margin: auto auto auto auto;
	padding-top: 5px;
}

#nav_center em{
	font-size: 10px;	
	display: block;	
}

#content_full{	
	float: left;
	width: 100%;
	
	background-color: #98c93c;
	
	/*
	border-bottom-style: solid;
	border-bottom-color: #2ca64e;
	border-bottom-width: 1px;
	*/
	
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_center{	
	width: 885px;
	min-height: 300px;
	
	margin: auto auto auto auto;
}

#content_center .tekst_foto{
	margin-bottom: 20px;
	
	/*
	padding-bottom: 15px;
	
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	*/
}

#content_center .iframe{
	float: left;
	width: 865px;
	height: 350px;
	
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
}

#content_center #form{
	width: 885px;
	margin-left: 10px;
	margin-top: 10px;
}

#content_center #contactform_left{
	float: left;
	width: 320px;
}

#content_center #contactform_right{
	float: left;
	width: 320px;
}

#content_center .frm{
	margin-bottom: 2px;	
}

#content_center .frm-req{
	margin-bottom: 2px;	
}

#content_center .fotoalbum{
	margin-bottom: 10px;
}

#content_center .dummy{
	clear: left;	
}

#footer_full{
	clear: left;
	width: 100%;
	background-color: #ffffff;
	
	border-top-color: #a0a0a0;
	border-top-style: solid;
	border-top-width: 1px;
}

#footer_center{
	clear: left;
	width: 885px;
	min-height: 125px;
	margin: auto auto auto auto;
	padding-top: 15px;
}

#laatste_nieuws{
	float: left;
	width: 200px;
	margin-right: 35px;
	margin-bottom: 15px;
}

#recenties_klanten{
	float: left;
	width: 305px;
	margin-right: 35px;
}

#partners{
	float: left;
	width: 310px;
}

#credits{
	clear: left;
	width: 885px;
	padding-bottom: 15px;
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a0a0a0;
}

/* --- --- --- */

div.wrap{
	width: 885px;
	margin: 0 auto;
	text-align: left;
}

div#header{
	margin: -1px 0 10px;
}

div#header div.wrap{
	height: 299px;
	background-color: #ffffff;
	/*background: url(images/header-bg.png) 50% 0 no-repeat;*/
}

div#header div#slide-holder{
	z-index: 40;
	width: 885px;
	height: 299px;
	position: absolute;
}

div#header div#slide-holder div#slide-runner{
	top: 5px;
	left: 5px;
	width: 875px;
	height: 289px;
	overflow: hidden;
	position: absolute;
}

div#header div#slide-holder img{
	margin: 0;
	display: none;
	position: absolute;
}

div#header div#slide-holder div#slide-controls{
	left: 0;
	bottom: 240px;
	width: 875px;
	height: 46px;
	display: none;
	position: absolute;
	background: url(images/slide-bg.png) 0 0;
}

div#header div#slide-holder div#slide-controls p.text{
	float: left;
	color: #ffffff;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	margin: 15px 0 0 20px;
	text-transform: uppercase;
}

div#header div#slide-holder div#slide-controls p#slide-nav{
	float: right;
	height: 24px;
	display: inline;
	margin: 11px 15px 0 0;
}

div#header div#slide-holder div#slide-controls p#slide-nav a{
	float: left;
	width: 24px;
	height: 24px;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#header div#slide-holder div#slide-controls p#slide-nav a.on{
	background-position: 0 -24px;
}

div#header div#slide-holder div#slide-controls p#slide-nav a{
	background-image: url(images/slide-nav.png);
}

/* --- --- --- */

#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; 
	margin-top: -40px;
}

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