  body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: black;
	background-color: #ffffe0;
	background-image: url(../bilder/verlauf.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }
a {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}

a.gross {
	font-size:18px;
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

a.navigation {
	font-size:14px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.navigation:hover { color:#82CAB2; }

a.navigationklein {
	font-size:14px;
	color:#11A583;
	text-decoration: none;
	font-weight: bold;
}

a.navigationklein:hover { color:#B52B45; }

.nonavigation {
	font-size:14px;
	color:#82CAB2;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a.gross:hover { font-weight:bold; color:#B52B45; }

a.termine, a.termine:hover {font-size:12px; color:#000000; }
.termine {font-size:12px;  }
hr.termine { color:#B52B45; }

.laufschrift { font-size:18px; }

  div#Rahmen {
    width: 60.01em;
    padding: 0.6em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 3em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border-left-color: white; border-top-color: white;
    color: #FFFFFF; background-color: #ccc;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

