body {
	background-color: #82807A; /* oude achtergrondkleur, maar v=130 */
	margin: 0px; /* MS IE6 fix */
}

.header {
	background-color: #C4C2BA;
	position: absolute;
	top: 80px;
	right: 0px;
	left: 0px;
	width: 100%;
	min-width: 980px;
	height: 150px;
	margin: 0px;
}

.headerkop {
	position: absolute;
	right: 25px;
	top: 88px;
	font-family: Times New Roman;
	font-size: 60px;
	color: white;
}

.menu {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: white;
	position: absolute;
	left: 60px;
	top: 126px;
}

.menu a:link {
	color: white;
	text-decoration: none;
}

.menu a:visited {
	color: white;
	text-decoration: none;
}

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

a:link {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

.text {
	background-color: #D8D5CE;
	position: absolute;
	top: 230px;
	left: 140px;
	width: 705px;
	min-height: 400px;
}

.text2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	margin: 25px;
	margin-bottom: 40px;
}

h2 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 24px;
	color: white;
}

.somp {
	position: absolute;
	bottom: 10px;
	left: 3%;
	width: 94%;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: gray;
	border-top: 1px dashed gray;
}