body
{
  background:#AAB7AA;
}

#hoofd
{
  text-align:center;
}

#hoofd a
{
  display: run-in;   
  border-left: 10px solid #336666;
  border-right: 10px solid #336666;
  background-color:#336666;
  color: #fff;
  text-decoration: none;
  
}
/*
#hoofd a:hover
{
  border-left: 10px #666699;
  border-right: 10px #666699;
  background-color:#333366;
  color: #fff;
} 
*/

#divLeft
{
  text-align:center;
  float:left;
  width:15%;
  
}

#divRight
{
  text-align:center;
  float:right;
  width:15%;
  
}

#divInhoud
{
  float:left;
  width:67%;
  border:2px solid #666666;
  background:#80A9AC;
  height:100%;
}

#leftbottom
{
  
  position: absolute;
  top: 20px;
  right: 0px;
  visibility: visible;
  display: block
	

  
}

#divInhoud h1 
{
  font-size: 16px;
  color: #FFFF00;
  background-color: #333366;
  padding-top: 2px;

  padding-left: 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
} 

#divInhoud h2 
{
  font-size: 16px;
  color: #FFFF00;
  background-color: #333366;
  padding-top: 2px;

  padding-left: 4px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  width:90%;
} 


#divInhoud img
{
  float: left;
  padding: 0px 10px 0px 0px;
  margin: 0 5px 5px 0;
  
}


