body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	background: #005192;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}

#mainsite {
	position:absolute;
	top: 21px;
	left:50%;
	width:996px;
	margin-left:-498px; 
	text-align: left;
	background: #fff;
	height: 240px;
}
#logo {
	position:absolute;
	top: 20px;
	left: 40px;
	width: 155px;
	height: 31px;
}
#sfeerbeeld {
	position:absolute;
	top: 69px;
	width: 100%;
	height: 145px;
}
#tblmain {
	position: absolute;
	top: 239px;
	width: 996px;
	border-bottom: 20px solid #fff;
	margin: 0;
	padding: 0;
	background: #fff;
}
#tblmain .left {
	width: 302px;
	padding: 0 18px 20px 15px;
	vertical-align: top;
}
#tblmain .right {
	width: 480px;
	padding: 32px 150px 20px 22px;
	vertical-align: top;
	border-left: 1px solid #9f9384;
}
#tblmain .right .accentStart {
	float: left;
}
#breadcrumbs {
	position: absolute;
	top: 237px;
	left: 361px;
	color: #aeada9;
}
#breadcrumbs a {
	font-size: 10px;
	color: #aeada9;
	text-decoration: none;
}