div#wrapper {
position: absolute;
width: 850px;
left: 50%;
margin-left: -425px;
text-align: left;
}



div#content {
position: absolute;
left: 0;
top: 86px;
}

div#leftblock {
float: left;
width: 680px;
}

div#left {
float: left;
width: 120px;
padding: 67px 0px 0px 0px;
background-image:url(../images/achterzijmenu.png);
height:inherit;

}

div#main {
float: right;
width: 560px;
padding: 0px;

}

div#right {
float: right;
width: 170px;
padding: 67px 0px 0px 0px;

}

div.clr {
clear: both;
}



