body {
	width:100%;
    height: 100%;
	background-image: url("/afbeeldingen/header_bg.gif");
	background-color: #DCE7FC;
    background-repeat: repeat-x;
	background-position:top;
	background-attachment:fixed;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	position:relative;
	
}
div.menu {
    position: fixed;
	top:0px;
    width: 100%;
    margin: 0 auto;
	background-image: url("/afbeeldingen/header_bg.gif");
	background-color: #DCE7FC;
    background-repeat: repeat-x;
	background-position:top;
	background-attachment:fixed;
	border-bottom:1px solid #000;
}
div.wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 1380px;
}
div.clear {
	clear:both;
	margin:0;
	padding:0;	
}
div.maincontainer {
    background: url("/afbeeldingen/main_bg_split.gif") repeat-y scroll 0 0 #FFFFFF;
    border: 1px solid #A4ABB3;
    position: absolute;
    top: 43px;
	width:100%;
}
div.mainwhite {
    background: none repeat scroll 0 0 #FFFFFF;
}
div.header {
    height: 96px;
    position: absolute;
    top: 0;
}
div.body{
}
div.footer {
    background: url("/afbeeldingen/footer.gif") no-repeat scroll left bottom #FFFFFF;
    border-top: 1px dotted #A4ABB3;
    padding: 5px 0 10px;
}