html, body {
	width: 100%;
	margin: 0px;
	background-color: #db1006;
}

div, span, p, h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

a:link, a:visited{
	color:red;
}

a:hover{
	color:#666666;
}

h1 { 
	font-size: 18px;
	margin: 10px 0px;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	margin: 10px 0px;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	margin: 10px 0px;
	font-weight: bold;
}

#wrapper {
	background-color:#dec022;
	width: 909px;
	height:auto;
	margin: 28px auto 28px auto;
	padding:10px;
}

#header {
	background-color:#757070;
	padding:2px;
	max-height:270px !important;
}

#header img{
	border: 3px solid #8c8383;
	margin-left: 13px;
}
#header img.firstimg{
	margin-left: 0px;
}

#subnav{
	text-align:center;
	background-color:#757070;
	width:909px;
	height:48px;
}
#submenu{
	color:#fff;
	padding-top:10px;
}
#submenu ul{
	margin:auto;
	width:550px;
	list-style:none;
}
#submenu li{
	float:left;
	margin: auto 10px;
	font-size:13px;
	background-image:url(../../images/structure/submenu_streep.jpg);
	background-repeat:no-repeat;
	background-position: center 19px;
	height:21px;
}

#submenu li a,
#submenu li a:visited{
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}

#submenu li a:hover{
	color:#ffd520;
	background-image:url(../../images/structure/submenu_streep_over.jpg);
	background-repeat:no-repeat;
	background-position: center 18px;
	height:20px;
}

#mid{
	background-color:#cec4a3;
	width:909px;
}

#content{
	margin-top:-340px;
	margin-left:170px;
	width:700px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	padding:10px;
}

#content img{
	border: 2px solid #757070;
}

#hoofdnav{
	background-image:url(../../images/structure/hoofdnav_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	height:230px;
}

#hoofdnav ul{
	list-style:none;
	float:left;
	width:150px;
}

#hoofdnav li{
	color:#fff;
	font-size:14px;
	background-image:url(../../images/structure/hoofdnav_streep.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	margin: 10px 0px;
	padding-bottom: 10px;
}

#hoofdnav li a,
#hoofdnav li a:visited{
	color:#fff;
	text-decoration:none;
}

#hoofdnav li a:hover{
	color:#ffd520;
}

#adres{
	background-image:url(../../images/structure/adres_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	padding-top:20px;
	width:151px;
	height:120px;
}

#footer{
	background-color:#cec4a3;
}

#footer img{
	border: 3px solid #8c8383;
	margin-left: 13px;
}
#footer img.firstimg{
	margin-left:3px;
}

#marquee {
	position:absolute;
	margin-top:-20px;
	margin-left:-30px;
	width:760px;
}

.marquee span{
	text-transform: uppercase;
	font-weight:bold;
	color:#000;
	font-size: 12px;
}
