body,html {
	height:100%;
	padding:0;
	margin:0;
	background-color: #FFF;
	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: 133px;
	width: 1000px;
	float: left;
}
#links{
	height: auto;
	width: 213px;
	float: left;

}
#midden{
	height: auto;
	width: 574px;
	float: left;

}

#rechts{
	height: auto;
	width: 213px;
	float: left;

}
#onder {
	height: 66px;
	width: 1000px;
	float: left;
	background-image: url(img/midden.jpg);
	background-repeat: no-repeat;
}
.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3F97FB;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 2px;
	letter-spacing: 0px;
	line-height: 12pt;
}
.update{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0C0D11;
	font-weight: normal;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0px;
	line-height: 12pt;
}
.linkermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6C6C6C;
	font-weight: normal;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 0px;
	line-height: normal;
}
.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: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 0px;
	line-height: 12pt;
}

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

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

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