body
{
  margin: 0px;
  background-color: rgb(215, 246, 59);
}

table
{

}

a
{

}

a:hover
{
}

form
{
  margin: 0px;
}

select
{
  width: 180px;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 2px;
}

.dgroen
{
   background-color: rgb(107, 153, 17);
}

.mgroen
{
  background-color: rgb(170, 203, 2);
}


.lgroen
{
  background-color: rgb(215, 246, 59);
}

.ggroen
{
  background-color: rgb(244, 255, 188);
}

.wit
{
  background-color: #FFFFFF;
}

.koptekst
{
  color: rgb(107, 153, 17);
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
}

.tekst
{
  color: black;
  font-family: Verdana;
  font-weight: normal;
  font-size: 10px;
  padding: 3px;
}

.keuze
{
  color: rgb(244, 255, 188);
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
  
}


.keuze A
{
  color: rgb(244, 255, 188);
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

.keuze A:hover
{
  text-decoration: underline;
}

.zoeken
{
  padding: 3px;
  width: 180px;
  text-align: right;
}

.privacy
{
  background-color: white;
  font-family: Verdana;
  font-size: 9px;
  font-weight: normal;
  color: rgb(9, 22, 119);
}

.privacy A
{
  font-family: Verdana;
  font-size: 9px;
  font-weight: normal;
  color: rgb(9, 22, 119);
  text-decoration: none;
}