body, html{
margin: 0;
height: 100%;
}


#main_container{
float: left;
width: 100%;
/* min-height: 100%; */
_height: 100%; 
background: url('indexbg.jpg') no-repeat; 
margin: 0 0 0 0;
}

#header_container{
width: 100%;
height: 200px;
text-align: center;
vertical-align: middle;
/* border-bottom: 1px solid #98CC00; */
/* background: url('bgheadr.jpg') no-repeat left top; */
padding: 0;
}

#logo_container{
float: right;
width: 300px;
height: 87px;
background: url('logoheader.gif') no-repeat;
padding: 0 0 0 0px;
}

#links_container{
float: left;
width: 200px;
/* background: url('bg.jpg') no-repeat; */
padding: 0 0 0 0px;
}

#rechts_container{
float: right;
width: 220px;
}

#content_container{
/* height: 100%; */
margin: 0px 210px 0px 200px;
border-left: 1px solid #1483F6;
border-right: 1px solid #1483F6;
}

#index01_container{
/* background: url('xxx.jpg') no-repeat; */
padding-left:160px; padding-right:0px; padding-top:0; padding-bottom:0;
}


#balkonder{
/* background: url('xxx.jpg') repeat-y left; */
height: 50%;
width: 100%;
padding: 0px 0 0 215px;
text-align: left;
}

#footer_container{
clear: both;
height: 80px;
padding:0px 0 0 0; 
width: 100%;
text-align: center;
background: url('bgfooter.jpg') no-repeat left;
border-top: 1px solid #1483F6;
/* color: #ffffff; */
}
