
/* body */
body  {
  margin: 0px;
  padding: 5px;
  background-color: #FFFFFF;
}

P,TD{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2B2B2B;
  

}

/* links */
a:link  {
  color: #002B00;
  text-decoration: none;
}
a:active {
  color: #4F6F4F;
  text-decoration: none;
}
a:visited {
  color: #002B00;
  text-decoration: none;
}

A:hover {
  color: #4F6F4F;
  text-decoration: underline;
}


.hauptpunkt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

.unterpunkt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;

}
