/*
coding by Henk Jan Bouwmeester (http://www.hetgelaat.nl)
*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color:#1B396D;
	color:#333333;
	/*background-image: url(../images/bckgr.png);*/
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bckgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body, html {
	height: 100%;
}
#omheen {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bckgr_omheen.gif);
	margin-bottom: 25px;
	min-height: 100%;
	width: 100%;
	position: relative;
}
* html #omheen {
	height: 100%;
}
* html body {
background-image: url(../images/bckgr.gif);
	
}
#container {
	width: 675px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 38px;
	
}
#header {
	background-color:#224072;
	background-image: url(../images/bckgr_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width:720px;
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	height: 210px;
	overflow: hidden;
}
#header img {
	margin: 18px 0 0 12px;
}

#wrap h1, #header h1 {
	background: url(../images/vandaalen_titel.jpg) no-repeat;
	text-indent: -9000px;
	margin: 15px 15px 10px 25px;
	padding: 0px;
}

#wrap h1#uk, #header h1#uk {
	background: url(../images/vandaalen_titel_uk.jpg) no-repeat;
	
}

* html #wrap h1, * html #header h1 {
	margin-bottom: 5px;
}
#header h1#mainimage {
	position: absolute;
	left: 32px;
	top: 18px;
	width: 677px;
	height: 210px;
	margin: 0;
	padding: 0;
	background: url(../images/bckgr_1.jpg) no-repeat left top;
}
#wrap {
	background-color:#657FA0;
	position: absolute;
	top: 110px;
	left: 32px;
	height: 100px;
	width: 677px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;	
}
#center #wrap {
	background-color:#657FA0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 677px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;	
	
	overflow: hidden;
}
#wrap address {
	margin: 0;
	padding: 0px 0px 30px 0px;
	text-indent: -9000px;
}
#mainimage {
	
}
#wrap address a {
	background: url(../images/vandaalen_email.jpg) no-repeat;
	position: absolute;
	left: 28px;
	width: 160px;
	height: 15px;
	
}
#wrap address span {
	background: url(../images/vandaalen_telefoon.jpg) no-repeat;
	position: absolute;
	left: 176px;
	width: 160px;
	height: 15px;
}
.uk address span {
	background: url(../images/vandaalen_telefoon_uk.jpg) no-repeat !important;
	
}

#content {
	float: left;
	width: 70%;
	margin: 3px 0 0 25%;
	border-left: solid 1px #E5E4DF;;
	padding: 15px 0 0 15px;
}
#content h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	text-transform:lowercase;
	margin: 1.2em 0 -0.5em 0;
	color:#666666;
}
#content h3 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform:lowercase;
	margin: 1.1em 0 -0.9em 0;
	color:#666666;
}	
#content address {
	margin-top: 10px;
}
#content p {
	line-height: 140%;
	margin: 0.8em 0 0 0;
	
}
* html #content	{
	display: inline;
}
	
#navigation	{
	float: left;
	width: 28%;
	margin-left: -96%;
	margin-top: 15px;
}
#navigation  ul, #navigation li{
	margin: 0px;
	padding: 0px;
}
#navigation li{ 
	list-style:none;
	width: 150px;
	text-align: right;
	padding: 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:116%;
	font-weight:bold;
	color: #E3AB72;
}
#navigation a:link, #navigation a:visited{
	color:  #E3AB72;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active{
	color:  #657FA0;
	text-decoration: none;
}
#navigation .hier a:link, #navigation .hier a:visited, #navigation .hier a:hover, #navigation .hier a:active{
	color:  #082954;
	text-decoration: none;
}


#block_3 {
	float: left;
	width: 33%;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
	background-color: #FDFDF5;
	
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	bottom: 0px;
	
	position:absolute;
	left: 50%;
	width: 675px;
	margin-left: -338px;
	height: 15px;
	text-align: center;
	
	}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color:#666666;
}