body {
	color: #3e3600;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/waterondergrond.jpg);
}
#maincontent {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding-top: 188px;
}
#header {
	position: absolute;
	height: 140px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#menu {
	position: absolute;
	height: 18px;
	width: 639px;
	left: 161px;
	top: 145px;
}
/* LAY OUTH */

/* MENU */


/* m1 div oranje bij betrefende page en alle overige menuspecificaties */
.m1 {
	padding-right:12px;
	padding-left:12px;
	height: 100%;
	/* width: 71px; */
	float: left;
	background-color: #FA9732;
	text-align: center;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 185%;
	font-weight: bold;
}
.m1 a:link {
	height: 100%;
	/* width: 71px; */
	float: left;
	background-color: #FA9732;
	text-align: center;
	display: inline;
	color: #009;
	text-decoration: none;
}
.m1 a:visited {
	color: #009;
	text-decoration: none;
}

/* alle overige menu div's groen  */
.m2 {
	padding-right:12px;
	padding-left:12px;
	height: 100%;
	/* width: 71px; */
	float: left;
	background-color: #659934;
	text-align: center;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 185%;
	font-weight: bold;
}
.m2 a:link {
	height: 100%;
	/* width: 71px; */
	float: left;
	background-color: #659934;
	text-align: center;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
}
.m2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.m2 a:hover{
	height: 100%;
	/* width: 71px; */
	float: left;
	background-color: #659934;
	text-align: center;
	display: inline;
	color: #009;
}


/* div komt op alle pagina's voor, maar met verschillende foto's. links onder header */

#leftpicbox {
	position: absolute;
	height: 619px;
	width: 160px;
	left: 0px;
	top: 145px;
	text-align: left;
}


#feeter {
	position: relative;
	height: 25px;
	width: 780px;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 9px;
}
#feeter a {
	text-decoration: none;
	color: #6699FF;
	font-style: italic;
}
#feeter a:hover {
	text-decoration: none;
	color: #FF00FF;
	font-style: italic;
}
    a:link {
	text-decoration: none; 
	color:#003399;
    }
    a:visited {
	text-decoration: none;
	color:#003399;
    }
    a:hover {
	text-decoration: none; 
	color:#009999;
    }
    a:active {
	text-decoration: none;
	color:#003399;
    }

