body
{
  background-color:#ffffff;
}

body, td, font, input, textarea, select
{
  font-family:Verdana,Arial,sans-serif;
  font-size:8pt;
}

font.gross9
{
  font-size:9pt;
}

font.gross10
{
  font-size:10pt;
}

font.gross6
{
  font-size:7pt;
}

font.fehler
{
  color:#ff3333;
  font-weight: bold;
}

u
{
  text-decoration:underline;
}

.zelle_oben
{
  width: 120px;
  height: 40px;
  padding-left: 5px;
}

.zelle_oben_grau
{
  width: 120px;
  height: 40px;
  background-color: #eeeeee;
  font-weight: bold;
  padding-left: 5px;
}

.ergebnis_zelle
{
  background-color: #eeeeee;
  padding: 7px;
  padding-left: 5px;
}

/* Links im Text */
a:link
{
  color:#000000;
  text-decoration:none;
  font-weight: bold;
}

a:visited
{
  color:#000000;
  text-decoration:none;
  font-weight: bold;
}

a:hover
{
  color:#000000;
  text-decoration:underline;
  font-weight: bold;
}

a:active
{
  color:#000000;
  font-weight: bold;
}