@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #E2F3E2;
}
#boog {
	position:absolute;
	width:955px;
	height:44px;
	margin-top: 127px;
}
#logo {
	position:absolute;
	height: 127px;
	width: 250px;
	background-color: #FFFFFF;
}
#menu {
	position:absolute;
	width:695px;
	background-color: #E2F3E2;
	margin: 30px 0px 0px 250px;
	height: 128px;
	vertical-align: bottom;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

#menu a:hover {
	color: #005555;
	background-color: #C7E9C7;
	border-top: 50px solid #9AC6C5;
	border-bottom: 10px solid #9AC6C5;
}
#menu a {
	color: #006666;
	text-decoration: none;
	background-color: #D3EDD3;
	padding: 7px;
	border-top: 50px solid #C7E9C7;
	border-bottom: 10px solid #C7E9C7;
}

#inhoud {
	position:absolute;
	margin-top: 170px;
	height: 400px;
	width: 445px;
	padding-left: 10px;
	background-image: url(foto1.jpg);
	background-repeat: no-repeat;
	background-position: 496px top;
	padding-top: 5px;
	text-align: justify;
	background-color: #F3F8F1;
	padding-right: 500px;
}

