/* DIV */
#header
{
  padding-top: 0px;
  height: 95px;
  width: 1000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#menu
{
  position: absolute;
  padding: 5px;
  top: 100px;
  width: 100px;
  left: 6px;
}

DIV.menu_optie
{
  width: 122px;
  height: 20px;
  color: white;
  margin: 2px;
  vertical-align: middle;
  padding-top: 1px;
  background-image: url(../images/knop.jpg);
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-position: right bottom;  
}

#tekst
{
  position: absolute;
  left: 155px;
  top: 100px;
  height: 475px;
  width: 836px;
  background-image: url(../images/achtergrond.gif); 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-position: right bottom;
}

#footer
{
  position: relative;
  top: 400px;
  left: 2px;
}

#blue
{
  background-color: #005480;
  height: 20px;
  position: absolute;
  top: 66px;
  left: 8px;
  z-index: 1;
  width: 985px;
}

#orange
{
  background-color: #D38A00;
  position: absolute;
  top: 89px;
  left: 8px;
  line-height: 3px;
  height: 3px;
  font-size: 3px;
  width: 985px;
}

/* LINK */
A.taallink
{
  position: absolute;
  right: 1px;
  top: 5px;
}
