<!--
.hintergrund
{
background-image: url(images/bg001.gif);


}
.normal
{
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  color: #768787;
  padding-left: 1px;
}

.klein
{
  font-family: Verdana;
  font-size: 10px;
  color:  #000000;
  text-decoration: none;
}
.gross
{
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.mittel
{
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a:link
{
  color: #000000;
  text-decoration: none;
}
a:visited
{
  color: #768787;
  text-decoration: none;
}
a:hover
{
  color: #768787;
  text-decoration : overline;
}
a:active
{
  color: #000000;
text-decoration : overline;
}

BODY
{
    SCROLLBAR-FACE-COLOR: #A1AFAF;
    SCROLLBAR-HIGHLIGHT-COLOR: #A1AFAF;
    SCROLLBAR-SHADOW-COLOR: #768787;
    SCROLLBAR-3DLIGHT-COLOR: #EEEFEF;
    SCROLLBAR-ARROW-COLOR: #EEEFEF;
    SCROLLBAR-DARKSHADOW-COLOR: #A1AFAF;
}
th{color:white;}

-->