@charset "UTF-8";

html {
  height: 100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #ffcc66;
	background-image: url(../beeld/monsback01.png);
}

#container {
position: relative;
margin: auto;
width: 900px;
height: auto;
background-color: #ffffff;
border: 1px solid grey;
}

#container .wrapper {
	width: 900px;
	margin: 0; 
	padding: 0; 
	height: 100%;
}

#header {
position: relative;
top: 0px;
left: 0px;
width: 900px;
height: 125px;
background-image: url(../beeld/balk900.jpg);
clear: both;
}

#holder {
position: relative;
width: 900px;
min-height: 600px;
margin-bottom: 20px;
}

#menu {
position: relative;
/* top: 125px;
left: 0px; */
width: 200px;
min-height: 400px;
padding-left: 10px;
float: left;
}

#content {
position: relative;
width: 670px;
margin-left: 10px;
margin-right: 10px;
/* min-height: 600px; */
z-index: 1;
float: right;
}

.clr {
clear: both;
}
.monstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #CC0000;
}

a:active {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
