body {
	margin: 0px;
	padding: 0px;
	background-color: #264B03;
	font-family: Arial, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
A:hover {
	color: #6EAD07;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	font-weight: bold;
}

.logoblok
{
	height: 150px;
	position: relative;
	width: 770px;
	margin-left: -385px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.navigatieblok
{
	width: 109px;
	position: absolute;
	top: 0px;
	height: 100%;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	left: 0px;
	font-size: medium;
}
.inhoudblok
{
	width: 550px;
	margin-left: -385px;
	position: absolute;
	left: 50%;
	background-color: #F0F0F0;
	top: 150px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 200px;
	background-image: url(../images/zwartlijn_01.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 140%;
	font-size: small;
}
