/* Dieses CSS beinhaltet alle Angaben AUSSER Farben */
HTML, BODY {
  /* Allgemein-geltend für die Seite */
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  height: 100%; /* notwendig, damit Prozentangaben in IE funktionieren */
  background: url("../bilder/bg_world.jpg");
}
.kopfzeile-container {
  position: absolute;
  width: 100%;
  height: 116px;
  top: 0px;
  text-align: center;
}
.kopfzeile-banner {
  margin: auto;
  width: 692px;
  height: 100px;
  background-repeat: no-repeat;
  background-position:50% 0px; /* Hintergrundbild wird nur ein Mal zentriert angezeigt*/
}
.kopfzeile-linkleiste {
  margin: auto;
  width: 100%;
  height: 14px;
  border-bottom: 2px solid;
  text-align: center;
}
.mitte-container {
  position: absolute;
  top: 116px;
  'left: 160px;
  margin: auto;
  width: 100%;
  padding-top: 0px; /* notwendig, um den Container bündig an die Kopfzeile zu setzten */
  background: url("../bilder/bg_world.jpg");  
}
.mitte-menue {
  position: absolute;
  top: 116px;
  height: 200px;
  width: 160px;
  border-right: 1px solid;
}
.mitte-inhalt {
  margin: auto;
  margin-top: 5px;/* Abstand zum Y-Koordinate 0 */
  margin-left: 10px;
  width: 100%; '980px; /* 2x 10px weniger (rechts + links) wegen padding */
  text-align: center;
  border: 0px solid;
  padding: 0px;
  background: url("../bilder/bg_world.jpg");  
}
.menue-ueberschrift {
  width: 100%;
  height: 16px;
  font-weight: bold;
  text-align: center;
}
.menue-eintrag {
/* Also ein Link auf eine Unterkategorie */
  width: 100%;
  height: 16px;
  border-bottom: 1px solid;
}
.menue-eintrag a, .menue-eintrag a:visited {
  text-decoration: none;
  display: block;
}
.fusszeile {
  position: relative;
  margin: auto;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 9px;
}
.flash-oben {
  width: 692px;
}
A {
  FONT-SIZE: 12px;
  FONT-FAMILY: Verdana, Tahoma, sans-serif;
  TEXT-DECORATION: none;
}

