html{
  /*overflow: hidden;*/

}
body
{
  margin: 0;
  font-family: Arial, Bookman Old Style, Times New Roman, Century Gothic, sans-serif;
  font-size: 16px;
  background-color:#FEFDDE;marilou//#C1Cd79;//////#BB8749;Roodbruin////
}

div#header
{
  position: absolute;
  height: 10%;
  /*width:100%;*/
}

div#links
{
  /*height: 100%;*/
  font-size: 12px;
  position: absolute;
  top: 138px;
  width:270px;
  background-color:#FEFDDE;//PMS-kleur#7F8C51;mariloudonkergroen//#C7CC5F;felgroen//#FFFBB6;lichtgeelgroen////CF905B;middengroen//#CC9C4E;beige// #BAC405;Oude kleur//
  /*background-image:url('images/linkBackground.JPG');*/
}

div#text
{
  position: absolute;
  /*overflow: auto;*/
  top: 150px;
  left: 270px;
  padding: 1%;
  font-size: 15px;
  height: 70%;
  width: 754px;
  color: #404040;
  /*z-index: 2;*/
  /*color:black;*/
  /*padding: 15;*//*werkt alleen bij IE*/

}

h2
{
  color:#BB8749;
}
b
{
  color:#BB8749;
}

table
{
  font-size: 15px;
  color: #404040;
}


div#links a:hover
{ color:#5D9650;}
div#links a:link
{ color:  #BB8749;}
div#links a:visited
{ color:  #BB8749;}
div#links a:active
{ color:  #BB8749;}

div#text a:hover
{ color: #5D9650;}
div#text a:link
{ color:  #BB8749;}
div#text a:visited
{ color:  #BB8749;}
div#text a:active
{ color:  #BB8749;}

a:hover{text-decoration:underline;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:underline;}
