@charset "utf-8";

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #4A7001;

	margin: 0px;

	background-image: url(bg.jpg);

	background-repeat: no-repeat;

	background-color: #8D9D00;

	background-attachment: fixed;

}



#hoofding {

	position:absolute;

	width:700px;

	margin-top: 40px;

	margin-left: 50px;

}

#menu {

	position:absolute;

	width:150px;

	margin-top: 210px;

	margin-left: 50px;

	background-image: url(bg-layer.png);

	padding-top: 10px;

	padding-bottom: 10px;

}

#inhoud {

	position:absolute;

	width:510px;

	margin-top: 210px;

	margin-left: 220px;

	text-align: justify;

	background-image: url(bg-layer.png);

	padding: 10px;

}

#menu ul {

	list-style-image: url(bullet.jpg);

}

.margefoto {

	margin-right: 15px;

}





#inhoud a {

	color: #386101;

}

#inhoud h1 {

	color: #AFDB52;

	font-size: 12pt;

	text-transform: uppercase;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #AFDB52;

}

#menu a:link {

	color: #BBDA50;

	font-weight: bold;

	text-decoration: none;

}

#menu a:visited {

	color: #BAD552;

	font-weight: normal;

	text-decoration: none;

}

#menu a:hover {

	color: #C2DD58;

	background-color: #487401;

}


