body
{
  background-color:#eeeeee;
}

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

.kursiv
{
  font-style: italic;
}

.fett
{
  font-weight:bold;
}

.unterstrichen
{
  text-decoration:underline;
}

.durchgestrichen
{
  text-decoration:line-through;
}

.blocksatz
{
  text-align:justify;
}

/* Links fuer Navi */
a.navi:link
{
  color:#ffffff;
  text-decoration:none;
}

a.navi:visited
{
  color:#ffffff;
  text-decoration:none;
}

a.navi:hover
{
  color:#ffffff;
  text-decoration:underline;
}

a.navi:active
{
  color:#ffffff;
}


/* Links im Text */
a:link
{
  color:#3366CC;
  text-decoration:none;
}

a:visited
{
  color:#3366CC;
  text-decoration:none;
}

a:hover
{
  color:#3366CC;
  text-decoration:underline;
}

a:active
{
  color:#3366CC;
}
