a:link,visited,active
{
  text-decoration: none;
  color:#8CB01E;
}
a:hover
{
  text-decoration: underline;
  color:green
}
body
{
  scrollbar-3d-light-color:#AFDC39;
  scrollbar-arrow-color:darkgreen;
  scrollbar-face-color:#AFDC39;
  scrollbar-darkshadow-color:white;
  scrollbar-base-color:#AFDC39;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:#AFDC39;
  scrollbar-track-color:white
  background-color: #ffffff;
  text-align: center; /* anders is 'ie in IE niet in het midden */
  overflow: hidden;  /* voorkomt irri scrollbalk in IE */
  font-size: 10px;
}
img
{
  vertical-align: top;
  border: 0px;
} /* Zo sluit menu mooi aan op logo */
h2
{
  font-size: 14px;
}
td
{ font-size: 10px; }
.input
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px #000000 solid;
  margin-top: 1px;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  background-color: white;
  color: #000000;
}
input.profiel
{ margin-top: -6px; }
textarea
{
  width: 250px;
  height: 150px;
}
.bggreen
{
  background-color: #ddefaa;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  height: 30px;
  width: 48%;
}
.item1
{
  vertical-align: top;
  background-color: #f1f1f1;
  font-size: 10px;
}
.item2
{
  vertical-align: top;
  background-color: #fff;
  font-size: 10px;
}
.dotted
{ border-bottom: 1px dotted; }
.hidden
{ visibility: hidden; }
