body,html {
	height:100%;
	padding:0;
	margin:0;
	background-color: #CADFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
#totaal{
	width:100%;
	height:100%;



}
#container {
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px auto;
	padding-top: 0px;

}
#top{
	height: 118px;
	width: 1000px;
	float: left;
}
#links{
	height: 100%;
	width: 180px;
	float: left;
	background-image: url(img/links.jpg);
	background-repeat: no-repeat;
}
#midden {
	height: 100%;
	width: 640px;
	float: left;
	background-image: url(img/midden.jpg);
	background-repeat: no-repeat;
}
#rechts{
	height: 100%;
	width: 180px;
	float: left;
	background-image: url(img/rechts.jpg);
	background-repeat: no-repeat;
}
.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #A04DF8;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 2px;
	letter-spacing: 0px;
	line-height: 12pt;
}
.update{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0C0D11;
	font-weight: normal;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 10px;
	letter-spacing: 0px;
	line-height: 12pt;
}
.linkermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #F0EFF6;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 2px;
	letter-spacing: 0px;
	line-height: 17pt;
}
.rechtermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F0EFF6;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 4px;
	letter-spacing: 0px;
	line-height: 12pt;
}
.paginatekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330000;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 8px;
	letter-spacing: 0px;
	line-height: 12pt;
}

a.anders:link {
	color: #FFF;
	text-decoration: none;
	
}
a.anders:visited {
	color: #FFF;
	text-decoration: none;

}
a.anders:hover {
	color: #131112;
	text-decoration: none;

}
a.anders:active {
	color: #FFF;
	text-decoration: none;
		
}
