body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #89806B;
	margin: 0px;
	padding: 0px;
	color: #89806B;
}
#wrapper {
	background-color: #A6CE39;
	width: 700px;
	margin-left: 150px;
}
#graphicframe {
	background-image: url(images/links_boom.gif);
	background-repeat: no-repeat;
	background-position: 320px 0px;
	float: left;
	background-color: #A6CE39;
	width: 100%;
	height: 308px;
}
#menu {
	float: left;
	width: 700px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #A6CE39;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: -30px;
}
#menu li {
	display: inline;
	margin-right: 50px;
	float: left;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #A6CE39;
}
#menu a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #CCC;
}
#menu a.menu_current {
	color: #89806B;
}
#logo {
	float: left;
	margin-top: -50px;
}
#logo img {
	border: none;
	float: left;
}
#content {
	background-color: #FFF;
	float: left;
	height: 340px;
	width: 650px;
	border-top-width: 100px;
	border-right-width: 100px;
	border-bottom-width: 100px;
	border-left-width: 100px;
	border-bottom-style: solid;
	border-top-color: #A6CE39;
	border-right-color: #A6CE39;
	border-bottom-color: #A6CE39;
	border-left-color: #A6CE39;
	padding-top: 60px;
	padding-left: 50px;
	margin-top: -8px;
}
#submenu {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 18px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu a {
	font-weight: bold;
	color: #A5CD39;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
#contenttext {
	float: left;
	width: 350px;
	padding-left: 20px;
	height: 250px;
	overflow: auto;
	scrollbar-3dlight-color:#FFF; 
	scrollbar-arrow-color:#A5CD39; 
	scrollbar-base-color:#FFF; 
	scrollbar-darkshadow-color:#FFF; 
	scrollbar-face-color:#FFF; 
	scrollbar-highlight-color:#A5CD39; 
	scrollbar-shadow-color:#A5CD39;
}
#contenttext ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 18px;
}
#contenttext h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#contenttext a {
	color: #A6CE39;
	text-decoration: none;
}
#contenttext a:hover {
	text-decoration: underline;
}
#pagetitle h1 {
	margin-left: 125px;
	color: #A5CD39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	float: left;
	width: 400px;
}
#contenttext p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.groen {
	color: #A5CD39;
	font-weight: bold;
}
#contenttext form {
	margin: 0px;
	background-color: #89806B;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#contenttext label {
	padding-left: 2px;
	padding-right: 2px;
}
label[for=field4] {
	display:none;
}
label[htmlFor="field4"] {
	display: none;
}
#contenttext textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	width: 339px;
	margin-bottom: 3px;
}

#contenttext input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 280px;
	background-color: #FFF;
}
#contenttext #button {
	width: 341px;
	color: #A6CE39;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 2px;
}
