body
{
   margin:0px;
   padding:0px;
   background-image: url('hintergrund.jpg')
}

div.header1
{
   position: absolute;
   width: 221x;
   height: 176px;
}

div.header2
{
   position:absolute;
   margin-left:221px;
   width: 539px;
   height: 107px;
}

div.navi
{
   position: absolute;
   margin-top: 175px;
   margin-left: 10px;
   width: 186px;
}

div.content
{
   position: absolute;
   margin-top: 110px;
   margin-left: 225px;
   width: 507px;
}

/* Ü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;
}

/*   Navigation  */

ul#Navigation
{
   width: 10em;
   margin-left: 0px;
   margin-top: -10px;

   font-family: Arial;
   font-size: 13px;
}

* html ul#Navigation
{  /* Korrekturen fuer IE 5.x */
    width: 150px;
}

ul#Navigation li
  {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

ul#Navigation a
{
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    color: #FFFFFF;
}

  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 140px;
  }

ul#Navigation a:hover
{
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #597159;
  }
