div.submenu {
	border-top: 0px;
	background: #f6f6f6;
}

div.submenubot {
	border-bottom: 0px;
	background: #f6f6f6;
}

div.topmenu {
	width: 810px;
	padding-left: 202px;
	height: 30px;
}

div.topmenu a{
	padding-left:0px;
	padding-right:0px;
	height: 20px;
	border-width: 0px;
	width: 125px;
}

div.topmenu a.actief,
div.topmenu  a:hover {
	background: white;
	border: 1px solid #689E00;
	padding: 7px 0px 0px 0px;
	height: 21px;
	width: 123px;
}

div.bottommenu {
	padding-left:102px;
	width: 910px;
	background: #689E00;
	height: 28px;	
}

div.bottommenu a, div.topmenu a {
	color: #ffffff;
	display: block;
	float: left;
	font-family: arial;
	font-size: 11px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 3px 0px;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	white-space: nowrap;
}
div.bottommenu a {
	padding-left: 15px;
	padding-right: 15px;
	height:16px;
	width: auto;
}

div.bottommenu a.actief,
div.bottommenu a:hover {
	background: #ffffff;
	height:16px;
	width: auto;
}


div#content div#text {
	margin-top:0px;
}

div#content div#text h3 {
	margin-left: 0px;
}


