
body {
	text-align: center;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: gray;
	scrollbar-base-color: gray;
	scrollbar-track-color: #242424;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:0px;
	margin-left: 10px;
	color:black;
}
p.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	color: black;
}
#container {
	position: relative;
	text-align: left;
	width: 970px;
	height: 690px;
	top: 0px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}
#head {
  position: absolute;
	left:40px;
	top:485px;
	width: 200px;
	height: 30px;
	color: #FFFFFF;
}
.menu {
	position: absolute;
	z-index:3;
	height: 30px;
	width: 700px;
	left: 20px;
	top: 10px;
}
.titel {
	position: absolute;
	z-index:3;
	height: 30px;
	width: 200px;
	left: 230px;
	top: 60px;
}
.top {
	position: absolute;
	height: 80px;
	width: 170px;
	right: 0px;
	top: 10px;
	text-align: left;
}
.inhoud	{
	position:absolute;
	z-index:1;
	width: 740px;
	height:465px;
	left: 190px;
	top: 130px;
	overflow:auto;
}
.overinhRight	{
	position:absolute;
	z-index:2;
	width: 125px;
	left: 40px;
	top: 160px;
	height:295px;
	overflow:no;
}
