body,html{
	margin: 0 ;
	padding: 0 ;
	width: 100% ;
	height: 100% ;
	background-attachment: fixed;
	background-image: url(../images/background.png) ;
	background-color: #000000 ;
}
.mainlevel{
	color: #ffffff;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
A.mainlevel:hover {
	color: #003366;
	background-color: #ffffff;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
A.mainlevel:active {
	color: #003366;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.titel{
	color: #003366;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
.broodtekst{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 10px ;
	padding-right: 30px ;
}
.nieuws{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 10px ;
	padding-right: 20px ;
}
.nieuws_extra{
	color: #cc0000;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 10px ;
	padding-right: 20px ;
}
.componentheading{
	color: #003366;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 10px ;
	padding-right: 30px ;
	padding-top: 20px ;
}
.werkgroep{
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 10px ;
	padding-right: 30px ;
	padding-top: 20px ;
}
div#site {
	position: absolute ; 
	width: 845px ;
	min-height: 100% ;
	left: 50% ;
	margin-left: -400px ;
}
div#links {
	float: left ; 
	width: 250px ;
	min-height: 100% ;	
	background-image: url(../images/transparant.png) ;
	background-repeat: repeat ;
	background-position: top left ;
}
div#rechts {
	float: right ; 
	width: 545px ;
	min-height: 600px ;
}
div#header {
	background-image: url(../images/header.jpg) ;
	background-color: #00fefb ;
	width: 100% ;
	height: 175px ;
}
div#menu {
	background-image: url(../images/bg_menu.png) ;
	width: 100% ;
	height: 40px ;
	text-align: center ;
}
div#main {
	background-color: #ffffff;
	min-height: 480px ;
}
div#onderkant_main {
	background-image: url(../images/onderkant_main.png) ;
	width: 545px ;
	height: 20px ;
}	
div#leeg1 {
	height: 30px ;
}
div#nieuws_totaal {
	position: fixed ;
	width: 250px ;
	height: 300px ; 
}
div#nieuws {
	display: block ;
	height: 300px ;
	width: 250px ;
	padding-top: 50px;
	background-image: url(../images/post-it.png) ;
	background-repeat: no-repeat;
}
div#leeg2 {
	height: 300px ;
}
div#contact_totaal {
	position: fixed ;
	width: 250px ;
	height: 225px ;
}	
div#contact {
	height: 225px ;
	width: 250px ;
	background-image: url(../images/bg_contact.png) ;
	background-repeat: no-repeat;
	padding-left: 10px ;
}
div#leeg3 {
    height: 10px ;
}
div#leeg4 {
	width: 50px ;
}
