* body{
	margin:0px;
	padding:0px;
	background-attachment:fixed;
	/*background-image: url(../images/achtergrond.jpg);*/
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	background-color:#0A4EA3;
}
a {
	color:#0066FF;
}
a:hover {
	color:#0099FF;
	text-decoration: none;
}
.knop {
	font-size:10px;
	height:21px;
}
#menu {
	width:130px;
	height:130px;
	float:left;
	position:absolute;
	margin-left: 300px;
	margin-top:200px;
}
a:active {
	color:#0066FF;
	text-decoration: none;
}
#titel{
	font-family:Arial;
	font-size:24px;
	color:#0066FF;
	text-align:left;
}
#content{
	font-family:Arial;
	font-size:12px;
	color:#000066;
	text-align:left;
	padding-left:40px;
	width: 850px;
	float:left;
}
#barright {
	font-family:Arial;
	font-size:12px;
	color:#000066;
	text-align:left;
	padding-right:35px;
	width: 300px;
	height:100%;
	float:right;
}