body
{
   background-image: url('hintergrund.jpg');
}

.style1
{
	background-image: url('mitte.gif');
}

/* Ü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  */

a.navigation
{
    border-color: white;
    color: #51769B;
    text-decoration: none;
    line-height: 140%;
    font-size:14px;
}

a.navigation:hover
{
    border-color: white;
    color: white;
    background-color: #7495B6;
}
