body
{
padding: 0px;
border: 0px;
margin:0px;
background:#FFFFFF;
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:906px;/* dit is om een vaste breedte te maken*/
  width:expression(906+1);
  padding:0px;
  border:0px;
  left:50%;/* dit is om te centreren*/
  margin-left:-453px;/* dit is om te centreren. Moet helft zijn van width*/
  background:#FFFFFF;
  border-right:solid 1px #6dccf5;
  border-left:solid 1px #6dccf5;
}

#linksboven
{
  position:relative;
  height:100px;
  width:50%;
  bottom:0px;
  left:0px;
  padding:0px;
  margin:0px;
  background:#FFFFFF;
  background-image:url(../images/links_boven.jpg);
  background-repeat:repeat;
  background-position:top;
   }


#header
{
  position:absolute;
  height:79px;
  width:906px;
  top:0px;
  left:0px;
  right:0x;
  padding:0px;
  margin:0px;
  background:#FFFFFF;
  border:0px;
  color:#000000;
  z-index:3;
  border-right:solid 1px #6dccf5;
  background-image:url(../images/logo.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}
  
#menu
{
  position:absolute;
  height:21px;
  width:906px;
  top:79px;
  left:0px;
  right:0x;
  padding:0px;
  margin:0px;
  border:0px;
  background:#FFFFFF;
  color:#000000;
  border-right:solid 1px #6dccf5;
  background-image:url(../images/menu/naast_menu.jpg);
  background-repeat:no-repeat;
  background-position:top right;
 }

#menu_balk
{
  position:absolute;
  width:660px;
  height:21px;
  top:0px;
  left:0px;
  right:0x;
  padding:0px;
  margin:0px;
  border:0px;
  background:#0063a7;
 }

#menulinks
{
  position:absolute;
  width:128px;
  top:100px;
  height:80%;
  bottom:29px;
  left:0px;
  padding-left:21px;
  padding-right:21px;
  padding-top:35px;
  margin:0px;
  color:#0063a7; 
  background:#FFFFFF;
}

#boventekst
{
  position:absolute;
  width:533px;
  height:29px;
  top:100px;
  left:128px;
  padding:0px;
  margin:0px;
  background-image:url(../images/tekst_boven.jpg);
 }
 
#tekst
{
  position:absolute;
  width:531px;
  width:expression(531+2);
  top:113px;
  bottom:29px;
  left:128px;
  padding:0px;
  margin:0px;
  color:#0063a7; 
  border-right:solid 1px #6dccf5;
  border-left:solid 1px #6dccf5;
  border-bottom:solid 1px #6dccf5;
  overflow:auto;
 }

* html #tekst { /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)-140-2);
}

#tekst_achtergrond
{
  position:absolute;
  width:531px;
  width:expression(531+2);
  top:113px;
  bottom:29px;
  left:128px;
  padding:0px;
  margin:0px;
  color:#0063a7; 
  border-right:solid 1px #6dccf5;
  border-left:solid 1px #6dccf5;
  border-bottom:solid 1px #6dccf5;
  overflow:auto;
  background-image:url(../images/tekst_home.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
 }

* html #tekst_achtergrond { /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)-140-2);
}

 
#tekst_inner
{
  padding-top:22px;
  padding-left:18px;
  padding-right:18px;
  padding-bottom:50px;
}
 
 
#bloem
{
  position:absolute;
  width:245px;
  top:100px;
  bottom:-8px;
  right:0px;
  padding:0px;
  margin:0px;
  z-index:3;
  overflow:hidden;
  background-image:url(../images/bloemen/achter.jpg);
  background-repeat:no-repeat;
  background-position:top;
}

* html #bloem{ /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)-100+8);
  width:expression(244);
  [if IE 6] right:expression(-1);
}

 
 #adres
{
  position:absolute;
  width:661px;
  height:29px;
  bottom:0px;
  left:0px;
  padding:0px;
  margin:0px;
  background-image:url(../images/adres.jpg);

 }
 
 #titel
{
  position:absolute;
  width:59px;
  height:500px;
  bottom:0px;
  left:907px;
  padding:0px;
  margin:0px;
  background:#FFFFFF;
  background-image:url(../images/titels/tekst_home.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
   }



* html #container{ /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight));
}





* html #foto{ /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)-150);
}

* html #banners{ /*IE6 hack*/
height: expression(Math.max(0*document.body.scrollHeight,document.body.offsetHeight)-150);
}




