html {
	font-family: Tahoma,verdana, arial;
	font-size: 12px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: #AE6119;
	overflow-y: scroll;
	background-color: #FDFEF0;
}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}

a, a:hover {
	color: #AAC949;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
	color: #AAC949;
	margin-bottom: 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}	

p {
	margin-top: 0px;
}
	
.Spacer {
	clear: both;
}

#Wrapper {
	width: 804px;
	margin: 5px auto;
}

#Header {

}

#HeaderTitel {
	display: block;
	padding: 99px 50px 50px 90px;
	font-size: 19px;
	font-weight: bold;
}

#HeaderLogo {
	position: absolute;
	margin-left: 625px;
	z-index: 200;
}

#HeaderImageBox {
	width: 800px;
	height: 200px;
	background-image: url(/images/image/01_welkomstpagina.jpg);
	background-repeat: no-repeat;
	border-right:4px solid #AAC949;
	cursor:pointer;
}

#HeaderImagesText {
	color: white;
	display: block;
	padding: 80px 0px 0px 170px;
	font-weight: bold;
	line-height: 16px;
	width: 630px;
	border-right:4px solid #AAC949;
	height: 150px;
	font-style:italic;
}

#HeaderImagesText b {
	display: block;
	margin-top: 10px;
	text-align: right;
	padding-right: 300px;
	font-style:normal;
}

#HeaderImage {
	position: absolute;
	margin-top: -83px;
	opacity: 0.6;
	z-index: 100;
}

#MainContent {
	border-right:4px solid #AAC949;
	padding-top: 15px;
}

#LeftMenu {
	float: left;
	width: 200px;
}

#RightContent {
	float: right;
	width: 580px;
	padding-right: 10px;
}

.MenuBlock {
	background-color:#AAC949;
	margin-bottom: 15px;
}

.MenuSubBlock {
	padding: 10px 10px 10px 15px;
} 

.MenuBlock h4 {
	margin-top: 0px;
}

.MenuBlock a, .MenuBlock a:hover {
	color: #AE6119;
	margin-bottom: 30px;
	display: block;
	z-index: 120;
	position: absolute;
}

ul {
	margin: 2px 0px;
}

fieldset b {
	color:#AAC949;
}

.MenuFotoBlock {
	margin-bottom: 15px;
}

.EigenFotoForm fieldset {
	padding: 20px;
	width: 90%;
}