html{
  /*overflow: hidden;*/

}
body
{
  margin: 0;
  font-family: Arial, Bookman Old Style, Times New Roman, Century Gothic, sans-serif;
  font-size: 16px;
  background-color:#FFFFCC;marilou//#C1Cd79;//////#9CA656;Groen////
}

div#header
{
  position: absolute;
  height: 10%;
  /*width:100%;*/
}

div#links
{
  /*height: 100%;*/
  font-size: 15px;
  position: absolute;
  top: 138px;
  width:200px;
  background-color:#FFFFCC;//PMS-kleur#7F8C51;mariloudonkergroen//#C7CC5F;felgroen//#FFFBB6;lichtgeelgroen////CF905B;middengroen//#CC9C4E;beige// #BAC405;Oude kleur//
}

div#text
{
  position: absolute;
  /*overflow: auto;*/
  top: 150px;
  left: 210px;
  padding: 1%;
  font-size: 15px;
  height: 70%;
  width: 814 px; /*734px; 77%;*/
  color: #404040;
  /*z-index: 2;*/
  /*color:black;*/
  /*padding: 15;*//*werkt alleen bij IE*/

}

h2
{
  color:#9CA656;
}
h3
{
  color:#9CA656;
}
h4
{
  color:#404040;
}
h5
{
  color:#404040;
}
h6
{
  color:#404040;
}
b
{
  color:#9CA656;
}

table
{
  font-family: Arial ;
  font-size: 15px;
  color: #404040;
}


div#links a:hover
{ color: #404040;}
div#links a:link
{ color: #9CA656;}
div#links a:visited
{ color: #C18F6E;}
div#links a:active
{ color: #9CA656;}

div#text a:hover
{ color: #404040;}
div#text a:link
{ color: #9CA656;}
div#text a:visited
{ color: #C18F6E;}
div#text a:active
{ color: #9CA656;}

a:hover{text-decoration:underline;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:underline;}

table
{ font-size:15;}
