html, body, #wrapper  {
	margin: 0px;
	padding: 0px;
	min-width: 961px;
	background-color: #000;
	height: 100%;
}
#wrapper {
	background-image: url(../images/template/bodyachtergrond.jpg);
	background-position: left top;
}

body > #wrapper {height: auto; min-height: 100%;}

div#main {
	width: 961px;
	margin: 0 auto;
	padding-bottom: 38px; /* must be same height as the footer */
}
div#wrapper div#main div#header {
	height: 580px;
	width: 961px;
	background-image: url(../images/template/header.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
}
div#header div#navigatie {
	float: left;
}

div#header #landennavigatie {
	float: right;
	padding-right: 4px;
	width: 85px;
	padding-top: 199px;
}
div#header #landennavigatie a{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 17px;
	
}
div#header #landennavigatie #nederlands{
	background-image: url(../images/template/nederlands.jpg);
	height: 12px;
	width: 20px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}
div#header #landennavigatie #engels{
	background-image: url(../images/template/engels.jpg);
	height: 12px;
	width: 20px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;	
}
div#header #landennavigatie #duits{
	background-image: url(../images/template/duits.jpg);
	height: 12px;
	width: 20px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;	
}
div#header #landennavigatie #frans{
	background-image: url(../images/template/frans.jpg);
	height: 12px;
	width: 20px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;	
}
div#wrapper div#main div#content {
	background-image: url(../images/template/content-background-fotoer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	width: 881px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
div#wrapper div#main div#content div#googlemap{
	width: 881px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
div#wrapper div#main div#content div#googlemap a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
div#wrapper div#main div#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
div#wrapper div#main div#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B0FF31;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

div#footer {
	position: relative;
	margin-top: -38px; /* negative value of footer height */
	height: 38px;
	clear:both;
	background-image: url(../images/template/footer.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-width: 961px;
}
div#footer div#adres{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0FF31;
	line-height: 38px;
	width: 961px;
	margin: 0 auto;
}
div.clearer {
	clear: both;
}



/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
