/* Überschriften und Texte  */

h1
{
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  Color: #333333;
}

h2
{
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  Color: #333333;
}

p
{
  font-family: arial;
  font-size: 13px;
  Color: #333333;
}

table
{
  font-family: arial;
  font-size: 13px;
  Color: #333333;
}

/*   Links  */

A.navi:ACTIVE, A.navi:LINK, A.navi:VISITED
{
   Color: #333333;
   Text-Decoration: none;
}

A.navi:Hover
{
   Color: #333333;
   Text-Decoration: underline;
}

A.text:ACTIVE, A.text:LINK, A.text:VISITED
{
   Color: #333333;
   Text-Decoration: underline;
}

A.text:Hover
{
   Color: #333333;
   Text-Decoration: none;
}

/*   Tabellen  */

table.tabelle1
{
   border-collapse: collapse;
   background-color: #FFE4CA;
   border: solid 1px #FFB366;
   line-height: 18px;
   margin-top: 10px;
}

table.tabelle2
{
   border-collapse: collapse;
   background-color: #DDE6EE;
   border: solid 1px #5A84AD;
   line-height: 18px;
   margin-top: 10px;
}

table.anmelden
{
   border-collapse: collapse;
   background-color: #EFF7E8;
   border: solid 1px #D8EBC7;
   line-height: 18px;
   margin-top: 10px;
}
.headline { COLOR: #5076BD; FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px}