html {
	height:101%; /* altijd de verticale scoll balk laten zien. dit voorkomt het verschuiven van de layout als de inhoud hoger is dan het scherm en er een scrollbalk te voorschijn komt */
}

body {
	background: #ebf0f5;
	font-family: Helvetica, sans-serif, Arial, Verdana ;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

input{
	vertical-align:middle;
}

h1
{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 28px;
	color: #505255;
	font-weight: normal;
}

pre
{
	margin:0px;
	padding:0px;
}

a:link
{
	color: #507580;
	text-decoration: none;
	font-size: 12px;
}

a:visited
{
	color: #507580;
	text-decoration: none;
	font-size: 12px;
}

a:hover
{
	font-size: 12px;
	color: #507580;
	text-decoration: underline;
}


img 
{
	border: 0px;
}

img.right
{
	float: right;
}

strong
{
	font-weight: bold;
}

p.aligncenter
{
	text-align: center;
}
p.alignright
{
	text-align: right;
}
p
{
	color: #696969;
}

div.clearboth
{
	clear:both;
}      

table
{
	border: 0px;
	margin: 0px;
	color: gray;
	
}
/**
td
{
	padding-right: 20px;
}
**/

div.kwart
{
	width: 160px;
	padding: 20px;
	margin: 10px;	
}
div.derdedeel
{
	width: 235px;
	padding: 20px;
	margin: 10px;	
}

div.half
{
	width: 380px;
	padding: 20px;
	margin: 10px;
}

div.driekwart
{
	width: 600px;
	padding: 20px;
	margin: 10px;	
}
div.borderleft
{
	border-left: 1px dotted #D5D5D5;
}
div.borderbottom
{
	border-bottom: 1px dotted #D5D5D5;
}
div.bordertop
{
	border-top: 1px dotted #D5D5D5;
}
div.borderright
{
	border-right: 1px dotted #D5D5D5;
}

div.imggal img
{
	margin: 7px;
}

img.gallery
{
	margin: 15px;
}

div.taligncenter
{
	text-align: center;
}
div.babybluebg
{
	background-color: #ebf0f5;
}

h2.darker
{
	color: #0D313D;
}

h2, h3
{
	color: #396fb5;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #D5D5D5;
}


/* main building blocks */
#mainwrap 
{
	text-align: left;
	padding-bottom: 50px;
	width: 990px;
	margin-left: auto;
    margin-right: auto;
}

p.alignright
{
	text-align: right;
	padding-right: 80px;
}

div.clearboth
{
	clear:both;
}


div.header
{
	background-image: url('header.png');
	background-repeat: no-repeat;
	height: 76px;
	margin:0px;
}
div.headertext
{
	padding-top: 40px;
	padding-left: 75px;
	padding-right: 75px;
	vertical-align: middle;
	margin:0px	;
}

div.tcenter
{
	text-align: center;
}


div.floatleft
{
	color: #747981;
	float:left;
	font-weight: 300;
	line-height: 22px;
	vertical-align: middle;
}
div.floatright
{
	float: right;
	line-height: 22px;
	vertical-align: middle;
}
a.mininav
{
	color: #396fb5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.mininav:link
{
	color: #396fb5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.mininav:visited
{
	color: #396fb5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.mininav:hover
{
	font-size: 12px;
	color: #396fb5;
	font-weight: bold;
	text-decoration: underline;
}

li.mininav
{
	list-style-type: none;
	display: inline;
	padding-right: 25px;
}

ul.mininav
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.mainnav
{
	background-image: url('mainmenu.png');
	background-repeat: no-repeat;
	height: 194px;
}

div.mainnav_links
{
	float:left;
	width: 200px;
	margin-top: 100px;
	margin-left: 80px;
	color: #bdc9cd;
}
a.mainnav_links
{
	color: #bdc9cd;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.mainnav_links:link
{
	color: #bdc9cd;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.mainnav_links:visited
{
	color: #bdc9cd;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.mainnav_links:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #bdc9cd;
	text-decoration: underline;
}
li.mainnav_links_left
{
	list-style-type: none;
	padding-bottom: 15px;	
}
ul.mainnav_links_left
{
	margin: 0px;
	padding: 0px;
	float:left
}
li.mainnav_links_right
{
	list-style-type: none;
	padding-bottom: 15px;
}
ul.mainnav_links_right
{
	margin: 0px;
	padding: 0px;
	float: right;
}

div.mainnav_right
{
	float:right;
	padding-right: 65px;
	padding-top: 40px;
}

div.middle
{
	background-image: url('middle.png');
	background-repeat: repeat-y;
	min-height: 400px;
	padding-left: 45px;
	padding-right: 55px;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 1px;
}

ul.middle
{
	color: #696969;
}

div.holder_bottomline_lightblue
{
	border-bottom: 1px solid #d5d5d5;
}



div.footer
{
	background-image: url('footer.png');
	background-repeat: no-repeat;
	height: 121px;
	margin:0px;
	padding-top: 30px;
	color: #696969;
	font-weight: bold;
}

div.footerleft
{
	float:left;
	padding-left: 70px;
	margin: 0px;
}

div.footermiddle
{
	text-align: center;
	font-weight: normal;
	margin: 0px;
}

div.footerright
{
	float:right;
	text-align: right;
	padding-right: 40px;
	margin: 0px;
}
span.headercompanyname
{
	color: #207995;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	float:left;
	line-height: 18px;
	vertical-align: middle;	
}

textarea
{
	width: 100%;
}

.footer p
{
	margin: 0px;
	padding: 0px;
}

.mainnav_right img
{
	margin-left: 15px;
}

.verstuurknop
{
	background-image: url(verstuur_knop.png);
	outline: none;
	border: 0px;
	width: 93px;
	height: 31px;
	background-repeat: no-repeat;
}


#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(incl/icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(incl/icons/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; }