@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9FB4B7;
}
a:link, a:visited, a:active {
	color: #405053;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #5B7478;
	text-decoration: underline;
}
#wrapper {
	background-color: #D2DDDD;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
}
#content {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#subnav {
	float: left;
	width: 209px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: right;
}
#main {
	width: 509px;
	padding-left: 15px;
	float: left;
}
#main h1 {
	color: #FF6B07;
	margin-top: 0px;
	font-size: 16px;
}
#main h2 {
	font-size: 14px;
}
#aanbod {
	width: 207px;
	float: left;
	margin-left: 14px;
}
#aanbod_bg {
	background-image: url(images/aanbod_bg.gif);
	width: 208px;
	background-repeat: repeat-y;
}
#aanbod_top {
	background-image: url(images/aanbod_top.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 208px;
}
#aanbod_onder {
	background-image: url(images/aanbod_onder.gif);
	height: 24px;
	width: 208px;
}
#aanbod_midden a {
	margin-left: 15px;
}
#clear {
	clear: both;
	width: 984px;
	height: 10px;
}
#subnav a, #aanbod a {
	text-align: right;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
#subnav a:link , #aanbod a:link, #subnav a:visited , #aanbod a:visited{
	color: #303F41;
	text-decoration: none;
}
#aanbod a:hover, #subnav a:hover {
	color: #E96206;
	text-decoration: none;
}


#subnav p, #aanbod p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navigatie {
	height: 48px;
	width: 750px;
	padding-top: 18px;
	padding-left: 23px;
}
#main img {
	margin-right: 12px;
}

#navigatie img {
	margin-right: 4px;
}

#footer {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}

