body {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
}

p, ul, li, h1, h2, hr {
	margin: 0px;
	padding: 0px;
}

#main-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 942px;
	background-color: white;
}

#header {
	height: 51px;
	margin: 0 21px;
}

h1.header {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #282413;
	line-height: 51px;
}

#afbeelding {
	width: 900px;
	height: 522px;
	margin: 0 21px;
}

#menu {
	position: absolute;
	width: 550px;
	height: 33px;
	margin: -14px 196px 0 196px;
	background: transparent url('images/menu-bg.png') no-repeat;
}

p.menu, p.menu a {
	text-align: center;
	font-family: Times, serif;
	font-size: 16px;
	line-height: 33px;
	color: #131313;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	color: #777;
}

span.split {
	padding: 0 9px;
}

span.active {
	color: #7f0c0c;
}

h1.pagetitle {
	margin: 48px 0 0 0;
	font-family: Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #669999;
	text-align: center;
}

h2.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #373737;
	text-align: center;
	text-transform: uppercase;
}

#text {
	margin: 25px 0 0 72px;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #646464;
}

span.text-title {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #282413;
}

#text a {
	color: #898989;
	text-decoration: none;
}

#text a:hover, #text a:active {
	color: #456a6a;
	text-decoration: none;
}

.text-left {
	float: left;
	width: 389px;
	text-align: justify;
}

.text-right {
	float: left;
	width: 389px;
	margin: 0 0 0 24px;
	text-align: justify;
}

#txt-footer {
	clear: both;
	height: 35px;
}

#footer {
	clear: both;
	height: 25px;
}

