/* CSS Document */

BODY,TD{
  font-family: Verdana, Arial;
  color: #333333;
  font-size: 10pt;
}

A:link, A:visited, A:active{
  text-decoration:none;
}

A:hover{
  text-decoration:none;
  font-weight:bold;
}

.navi_oben{
  color: #333333;
  font-size: 8pt;
}

.navi{
  color: #FFFFFF;
  font-size: 8pt;
}

UL LI {
  list-style-type:square;
}

INPUT,TEXTAREA{
  font-family: Verdana, Arial;
  color: #333333;
  font-size: 10pt;
}