html {
	min-height: 100%;
	height: auto;
}
body {
	background-image:url(../../images/structure/bck_mid.jpg); 
	background-repeat:repeat-y;
	background-position:center;
	background-color:#011665;
	padding:0px;
	margin:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
#topbackground {
position:absolute;
z-index:1;
top:0px;
width:960px;
height:395px;
background-image:url(../../images/structure/bck_top.jpg); 
background-repeat:no-repeat;
background-position:top;
}
#car {
position:absolute;
z-index:4;
right:0px;
top:0px;
}
#menu {
position:absolute;
z-index:5;
left:41px;
top:134px;
text-align:center;
}
.adres {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	color:#011565;
}
#logo_rdw {
	padding-top: 10px;
	padding-left: 2px;
}
#content {
position:absolute;
z-index:8;
top:260px;
left:242px;
width:700px;
min-height:400px;
height:inherit;
}
/* algemene spullen */
a {
	text-decoration: none;
	color: #9fcffd;
}
a:hover {
	text-decoration: underline;
	color: #6ab3f9;
}
h1 { 
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
h2 { 
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	color: #9fcffd;
}
h3 { 
	font-family: verdana;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #6ab3f9;
}
.marquee {
	font-family: verdana;
	font-size: 14px;
	color: #ff7b1c;
	font-weight: bold;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 100%;
}
