body {
	background: #fffaed;
	margin: 0;
	padding: 0;
}

a {
	color: #4A417A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

.top {
	width: 100%;
	height: 80px;
	position: relative;
	margin-bottom: 10px;
}

.naam {
	width: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: Arial;
	font-size: 16px;
	color: #4A417A;
	font-weight: bold;
	letter-spacing: 2pt
}

.taal {
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.header {
	width: 100%;
	height: 138px;
	overflow: hidden;
}

.menu {
	width: 100%;
	padding: 10px 0 10px 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.inhoud {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.inhoud table {
	font-weight: bold;
}
