body {
	background-color: #091f39;
	line-height: 18px;
	font-family: "Arial";
	font-size: 12px;
	margin: 20px;
	margin: 10px 0 0 0;
}

h1 {
	margin: 25px 20px 5px 20px;
	padding: 0;
	font-size: 14px;
	color: #167552;
	border-bottom: 1px dotted #167552;
}
h2 {
	margin: 25px 20px 0 20px;
	padding: 0;
	font-size: 12px;
	color: #167552;
}
p {
	margin: 10px 20px 10px 20px;
}
a {
	color: #167552;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #294a70;
}
img {
	border: 0 none;
}

div.clear {
	border: 0px none;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
span.foutmelding {
	background-color: inherit;
	color: #6b1501;
}
span.goedmelding {
	background-color: inherit;
	color: #008000;
}


div#website {
	width: 965px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.bg1 {
	background-image: url(/img/gif/bg01.gif);
}
.bg2 {
	background-image: url(/img/gif/bg02.gif);
}

/* Header */
div#header {
	width: 965px;
	height: 251px;
	background-color: #fff;
}
div#header div#logo {
	float: left;
	width: 336px;
	height: 72px;
	margin-top: 15px;
}

div#header ul#menu {
	float: left;
	width: 629px;
	height: 32px;
	margin: 15px 0 0 0;
	padding: 40px 0 0 0;
	list-style-type: none;
	background-image: url(/img/jpg/menu-bg3.jpg);
	
	
}
div#header ul#menu li {
	position: relative;
	float: left;
	font-weight: bold;
	/*padding: 0 12px 0 25px;*/
	padding: 0 8px 0 8px;
	list-style-type: none;
}
div#header ul#menu li a {
	color: #fff;
	text-decoration: none;
}
div#header ul#menu li a.selected,
div#header ul#menu li a:hover {
	color: #b2d8ca;
}
div#header ul#menu li ul.submenu {
	position: absolute;
	top: 17px; left: 0;
	margin: 0;
	padding: 5px 0;
	background: #13335a;
	list-style-type: none;
}

div#header div#slideshow {
	float: left;
	width: 658px;
	height: 162px;
}
div#header div#payoff {
	float: left;
	width: 307px;
	height: 162px;
}

/* Content */
div#content {
	width: 965px;
	height: auto;
	min-height: 300px;
}
div#content div#block1 {
	float: left;
	width: 336px;
	height: auto;
}
div#content div#block2 {
	position: relative;
	float: left;
	width: 322px;
	height: auto;
}
div#content div#block2 div.block {
	/*position: relative;*/
	margin: 0 13px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #167552;
}
div#content div#block2 img#nvm {
	position: absolute;
	bottom: 25px; right: 10px;
}
div#content div#block2 img#kiki {
	position: absolute;
	bottom: 25px; right: 45px;
}
div#content div#block3 {
	float: left;
	width: 307px;
	height: auto;
	padding-bottom: 20px;
}
div#content div#block3 p.object {
	padding: 10px 0 15px 0;
	font-size: 11px;
}
div#content div#block3 p.object b {
	color: #167552;
}
div#content div#block3 p.object img {
	border: 1px solid #f1f1f1;
}
div#content div#block3 p#aanbod {
	margin-top: 40px;
	text-align: right;
	border-top: 1px dotted #167552;
}
div#content div#block3 div#banners {
	width: 230px;
	margin: 72px 38px 0 38px;
}


div#content div#block4 {
	float: left;
	width: 638px;
	margin: 0 10px 0 10px;
}
div#content div#block4 h1 {
	margin: 25px 0 5px 0;
}
div#content div#block4 h2 {
	margin: 25px 10px 0 10px;
	padding: 0;
	font-size: 12px;
	color: #167552;
}
div#content div#block4 p {
	margin: 10px 10px 10px 10px;
}

/* Footer */
div#footer {
	width: 965px;
	height: 28px;
	overflow: hidden;
	background-color: #fff;
}
div#footer p {
	margin-bottom: 10px;
	text-align: right;
	line-height: 12px;
}


