/**
	Algemeen
**/
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: verdana, arial;
	font-size: 10px;
}

body {
	background-color: #4F4F4F;
}

a:hover, a {
	color: #AFDB14;
	text-decoration: none;
}

a {
	text-decoration: underline
}

#Wrapper {
	width: 805px;
	margin: 30px auto;
	background-image: url('/images/center_bg.jpg');
} 

#Top {
	height: 125px;
	background-image: url('/images/topbg.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#Menu {
	height: 30px;
	padding-left:30px;
	background-image: url('/images/menu_bg.jpg');
	background-repeat: no-repeat;
}

#CenterTop {
	background-image: url('/images/center_top.jpg');
	height:31px;
}

#CenterContent {
	background-image: url('/images/center_bg.jpg');
	padding: 5px 30px 50px 30px;
	margin-bottom: 0px;
}

#CenterBottom {
	background-image: url('/images/center_bottom.jpg');
	height:26px;
	width:805px;
	clear:both;
}

#Bottom {
	background-image: url('/images/border_bg.jpg');
	background-repeat: no-repeat;
	height:26px;
	color: #383531;
	padding: 10px 10px 0px 30px;
	text-align:left;
	font-size: 11px;
	clear: both;
}

.MenuItem {
	display:block;
	float:left;
	padding:7px 30px;
	text-align:center;
	color: white;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}

h2,h3,h4 {
	color:#9A0000;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	font-size: 15px;
}

h3 {
	font-size: 12px;
}

#CurrentTab {
	color: #B3E913;
}

.SubMenu {
	border: 1px solid #A19A8F;
	border-top: 0px;
	position: absolute;
	top:185px;
	background-color:#322F2B;
	text-align:center;
	width: 150px;
}

.SubMenu a {
	display: block;
	color: white;
	padding: 6px;
	font-size: 12px;
	text-decoration: none;
	border-bottom:1px solid #A19A8F;
	z-index:1000;
}

.SubMenu a:hover {
	color: #AFDB14;
}

#BeukenMenu {
	margin-left: 110px;
}

#VerzorgingMenu {
	margin-left: 230px;
}

#GroenMenu {
	margin-left: 370px;
}

legend {
	color:black;
	font-weight:bold;
	margin-bottom: 5px;
}

fieldset {
	width: 70%;
	margin-top:5px;
	display:block;
	padding: 5px;
	border: 2px solid #ccc;
}

ul {
	margin-top:4px;
	margin-bottom: 4px;
}

li {	
	margin-left:10px;
	list-style:none;
	line-height: 20px;
	font-size: 11px;
}

#MainLeft {
	float:right;
	width:200px;
	padding: 10px;
	padding-top:0px;
	border-left:1px solid #ccc;
	margin-left: 10px;
}

table, tr, td {
	border: 0px;
}

#ErrorBox {
	margin: 5px;
}
