body, html{
margin: 0;
height: 100%;
}

#main_container{
float: left;
width: 100%;
min-height: 100%;
_height: 100%;
background: url('xxxxx.jpg') no-repeat;
margin: 0px 0 0 0;
}

#header_container{
width: 100%;
height: 160px;
background: #000066 url('logoleft.jpg') no-repeat;
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0
}

#subheader_container{
float: right;
width: 220px;
height: 160px;
background: #000066 url('logoright.jpg') no-repeat;
/* background: #99FF66; */
}


#header_menucontainer{
float: left;
width: 100%;
height: 30px;
background: #99FF66;
}

#links_container{
float: left;
width: 220px;
}

#rechts_container{
/* background: url('indextopright.jpg') no-repeat top right; */
float: right;
width: 160px;
}

#content_container{
margin: 0px 160px 0px 220px;
background: url('indexleftbottom.jpg') no-repeat bottom right;
/* margin-left:220px; margin-right:160px; margin-top:0; margin-bottom:0; */
border: 1px solid #99FF66;
}

#content_menucontainer{
height: 30px;
background: #4C5389;
}

#footer_container{
clear: both;
height: 50px;
padding: 5px 0 0 0;
background: #000066;
width: 100%;
}
