body{
 	margin: 0; 
 	padding: 0;  	
 	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
 	background-image: url(../images/background/line.png);
 	background-repeat: repeat-x; 
 	background-position: left 133px;
 	background-color: #AFB0B4; 
 }

#bg-body-highres {
	width: 100%;
	height: 133px;
	background-color: #000000;
}

#outer{
 width: 900px; 
 margin: auto;

} 

#header {
float: left;
height: 121px;
width: 900px;
margin: 12px 0 0 0;
background-image: url(../images/headers/home.png);
background-repeat: no-repeat;
}

#menu {
float: left;
height: 26px;
width: 900px;
margin: 0 0 0 0;
}

#inhoud {
 float: left;
 background: #FFFFFF;
 width: 900px;
 background-image: url(../images/background/achtergrond_rechts_inhoud.png);
 background-repeat: repeat-y; 
 background-position: left top;
}

#inhoud_eigen_overzicht {
 float: left;
 background: #FFFFFF;
 padding: 0 10px 0 10px;
}

#linker_menu {
float: left;
width: 197px;
background: #363638;
background-image: url(../images/background/achtergrond_links.png);
background-position: left top;
background-repeat: no-repeat;
}

#midden_inhoud {
 float: left;
 background: #FFFFFF;
 width: 505px;
 height: 100%;
}

#midden_externe_inhoud {
 float: left;
 background: #FFFFFF;
 width: 703px;
 height: 100%;
}

#rechter_menu {
float: left;
background: #363638;
width: 198px;
background-image: url(../images/menu/achtergrond_rechts.png);
background-repeat: no-repeat;
}

#sub_header{
 float: left;
 width: 505px;
}

#bottom_round{
float: left;
width: 900px;
height: 18px;
background-image: url(../images/background/bottom.png);
background-repeat: no-repeat;
margin: 0 0 0 0;
}

#footer{
 float: left;
 width: 900px;
 height: 75px;
 color:#000000;
 margin:1px 0 0 0;
 background-image: url(../images/background/bottom_spiegeling.png);
 background-repeat: no-repeat;
 }

#footer_eigen_overzicht{
 float: left;
 height: 23px;
 color:#000000;
 margin:1px 0 0 0;
 }

.ftr_left {
	float: left;
	padding: 3px 0 0 15px;
}

.ftr_right {
	float: right;
	text-align: right;
	padding: 3px 15px 0 0;
}

a.footerlink:link, a.footerlink:visited { color: #F8991D; text-decoration: underline; }

