body {
	margin: 0px;
	padding: 0px;
}

.header {
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px; /* de helft van de breedte */
	background-image: url(pictures/achtergrond_header.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 80%;
	height: 110px;
}

.hele_breedte {
	position: relative;
	top: 110px;
	background-color: #3F0045;
	width: 100%;
	height: 27px;

}

.menu {
	width: 800px;
	position: relative;
	top: 3px;
	left: 51%;
	margin-left: -400px; /* de helft van de breedte */
}

.body {
	width: 800px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -400px; /* de helft van de breedte */
	font-family: Arial;
	font-size: 80%;
	padding: 15px;
}

.knop_hoofdmenu {
background-color: #3F0045;
	color: White;
	font-family: Arial;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 1px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 21px !important;
	float: left;
	vertical-align: bottom;
}

.knop_hoofdmenu:hover {
	background-color: White;
	color: #003466;
	text-decoration: underline;
}

.knop_hoofdmenu_gekozen {
background-color: White;
	color: #3F0045;
	text-align: center;
	font-family: Arial;
	font-size: 105%;
	text-decoration: none;
	margin-bottom: 7px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 1px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 21px !important;
	float: left;
	vertical-align: bottom;
}

.content_links {
	position: relative;
	width: 460px;
	margin-right: 15px;
		float: left;
}

.content_rechts {
	position: relative;
	width: 310px;
		float: left;
}

h1 {
	font-family: Arial;
	font-size: 180%;
	color: #3F0045;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 140%;
	color: #3F0045;
	font-weight: bold;
}