body {
  color: #000000;
  background-color: #000000;    /* rechter Hintergrund */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  scrollbar-face-color: #90AAC1;   /* Farbe linker Rahmen mit Weltkugel */
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-Color: #000000;
}

.hintergrund {
/*
  background: url(images/bg.gif) repeat-y;
*/
  color: #FFFFFF;
  background-color: #90AAC1;
}



/* Formatierung für den Headerbereich */

div.top {
  background-color: #000000;
  background: url(images/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 101px;
  text-align: center;
  line-height: 101px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 24pt;
  color: #FFFFFF;
}

/* Hier werden die Buttons in der Navigationsleiste verwaltet */

.menue {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* Nichtausgewählter Button */
.menue li a, .menue li a:visited, .menue li a:active {
  width: 167px;
  height: 47px;
  text-decoration: none;
  color: #B0E0E6;   /* Schriftfarbe Buttons powderblue */
  background: url(images/buttonneutral.jpg);
  font-size: 10pt;
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  text-align: left;
  display: block;
  line-height: 44px;
  text-indent: 44px;
}

/* Ausgewählter Button */
.menue li a:hover {
  background:url(images/buttonupneutral.jpg);
  background-position: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 10pt;
  text-align: left;
  display: block;
  height: 47px;
  line-height: 44px;
  text-indent: 44px;
  color: #ffffff;
}



h1 {
  color: powderblue;
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}





