body {
	margin-top: 0px;
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 10pt;
}

h3 {
	color:#000000;
	text-decoration: underline;
}

.buttons a {
	background-image: url(MenuItem.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 166px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 3px;
	display: block;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.style1 {color: #FF0000;}

.style2 {color: #F00;}

.buttons a:hover {
color: #000000;
text-decoration: none;}


.centreren {
	margin: auto;
	min-height: 600px;
	width: 800px;
}


#header {
	text-align:center;
	height: 162px;
	width: 800px;
	background-image: url(Header.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}

#inhoud{
	float: right;
	width: 625px;
	min-height: 438px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(WaterMark.png);
	background-position: right bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#menu{
	float: left;
	width: 167px;
	background-image: url(Fluid.png);
	background-repeat: repeat-y;
	min-height: 438px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border: 1px solid #000000;
}
#info {
	position: relative;
	font-weight: bold;
	color: #FF0000;
	float: right;
}
