/* CSS Document */
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #FFFFFF url(../images/background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {	
	margin: 0px;
}
div#container{
	position:absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
div#header {
	width: 100%;
	height: 228px;
	background-image:url(../images/header_stretch.gif);
	background-repeat:repeat-x;
	position: relative;
	padding: 0;
	margin: 0;
}
div#inhoud {

}
div#content {
	margin: 228px 0px 0px 0px;
	position: relative;		
	margin: 0 auto;
	padding-bottom: 68px;
}
div#footer {
	width: 100%;
	height: 68px;
	background-image:url(../images/footer_stretch.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	position:absolute;
	font-size:10px;
	bottom: 0px;	
	left: 0px;	
	text-align: left;
}
a {
	color: #007ea3;
	text-decoration: none;
}
a:hover {
	color: #007ea3;
	text-decoration: underline;
}
a:active {
	color: #007ea3;
	text-decoration: none;
}
a:visited {
	color: #007ea3;
	text-decoration: none;
}
#dealerworden {
	font-size: 11px;
	font-weight: bold;
	width: 500px;
}

