body
{
padding: 0px;
border: 0px;
margin:0px;
background:#c9c7e4;
overflow:hidden;
}

#container
{
  position:absolute;
  top:0px; /* dit is om de hoogte 100% te geven*/
  bottom:0px;/* dit is om de hoogte 100% te geven*/
  width:986px;/* dit is om een vaste breedte te maken*/
 padding:0px;
  border:0px;
  left:50%;/* dit is om te centreren*/
  margin-left:-493px;/* dit is om te centreren. Moet helft zijn van width*/
  background:#efeff7;
 }

 #inhoud
{
  position:absolute;
  width:821px;
  height:100%;
  top:0px;
  bottom:0px;
  left:0px;
  padding:0px;
  margin:0px;
  border:0px;
  overflow:none;
  background-image:url(../images/achter_tekst.jpg);
 }
 
#header
{
  position:absolute;
  height:153px;
  width:821px;
  background:#efeff7;
  top:0px;
  left:0px;
  padding:0px;
  margin:0px;
  border:0px;
  color:#000000;
  background-image:url(../images/boven/boven_wie.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
  }
  
  #titel
{
  position:absolute;
  height:67px;
  width:821px;
  top:153px;
  left:0px;
  padding:0px;
  margin:0px;
  border:0px;
  background:none;
  background-image:url(../images/titel/titel_welkom.jpg);
  background-repeat:no-repeat;
  background-position:top;
  }
 

 
 #tekst
{
  position:absolute;
  width:821px;
  width:expression(820);
  top:220px;
  bottom:52px;
  left:0px;
  padding:0px;
  margin:0px;
overflow:auto;
 }

* html #tekst
{
  height:expression(document.body.offsetHeight-220-52);
}

 
#tekst_inner
{
  padding-top:22px;
  padding-left:18px;
  padding-right:18px;
  padding-bottom:50px;
}
 
 
 
 #onder
{
  position:absolute;
  height:52px;
  width:821px;
  background:#f1f0f6;
  bottom:0px;
  left:0px;
  right:0x;
  padding:0px;
  margin:0px;
  border:0px;
  
  }
  
#menu
{
  position:absolute;
  height:100%;
  width:165px;
  top:0px;
  left:821px;
  right:0x;
  padding:0px;
  margin:0px;
  border:0px;
  color:#FFFFFF;
  background-image:url(../images/menu/menu_achter.jpg);
  background-repeat:repeat;
   }





 
 

* html #container{ /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)+0);
}



#adres_image
{
  width:165px;
  height:147px;
  background-repeat:no-repeat;
  background-position:bottom right;
  background-image:url(../images/adres.jpg);
  overflow:hidden;
}


#onder_shortcuts
{
  display:inline;
}

