
/* -- km_neu -- 1111*/
body {
  background: white;
  color: black;
  margin: 0;
  padding: 1%;
  min-width: 800px; /* Scrollbalken < 800 */
  font-size: 100.01%;
        font-family: arial, tahoma, verdana, sans-serif ;
}
a { color: black; text-decoration: none; }
a:hover { font-weight:bold; text-decoration:none; }
/* a:visited { color: black; text-decoration: none;} /* Besuchte Links schwarz*/ */

.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 0.8em;
  padding-top:20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
  font-family: arial, tahoma, verdana, sans-serif ;
}

h2, h3, h4 { font-weight: normal;  font-size: 1.5em;}
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: arial, tahoma, verdana, sans-serif ;
padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

img {
  border: none;
  padding: 1px;
  max-width: 95%;}

.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layoutspezifisches -- */
#seite {
  font-size: 1em;
  max-width: 95%;
  heigth: auto;
  margin: auto; /* zentriert Seite */
  border: 1px solid #aaa;
  border-top: 0;
  background: white;
}
#footer {
  clear: both;
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  background: white;
  padding: 0 20px;
  position:absolute; top:1px; left:400px; width:550px; height: 130px;
}


/* - Menü - */
#menu {
  position:fixed; top:130px; left:0px; width:200px; height:auto;
  padding: 10px;
  display: block;
  list-style-type: none;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: grey; /* grey kein Link */
}
#menusub {
  position:fixed; top:250px; left:0px; width:200px; height:auto;
  padding: 10px;
  display: block;
  list-style-type: none;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: grey; /* grey kein Link */
}
#menu li a {
  color: white;
  text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%; /* Je kleiner das Fenster desto kleiner soll auch die Breite der Subnavigation werden, damit immer genügend Platz für den richtigen Inhalt bleibt. */
  min-width: 10em; /* Damit uns die Subnavigarion nicht zu sehr zusammengeschoben wird. */
  float: right; /* Damit erreichen wir dass der Inhalt links neben der Subnavigation vorbeifließt und nicht erst unten drunter anfängt. */
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; /* Hiermit trennen wir optisch die Subnavigation vom eigentlichen Inhalt ab. */
  font-size: 0.9em; /* Die Schriftgröße setzen wir hier ein wenig herunter damit erkennbar wird dass das Informationen zweiter Rangordnung sind. */
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.2em;
  font-family: arial, tahoma, verdana, sans-serif ;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; /* Hier eine optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
  position:absolute; top:140px; left:260px;
        padding-right:10px;
  background: white;
  padding: 0 20% 0px 20px; /*  Org: 0 20% 0 20px;   Der rechte Abstand (Org. 31% / geändert 20%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
font-size: 0.8em;
  line-height: 1.5em; /* Zur besseren Lesbarkeit erhöhen wir die Zeilenhöhe. */
}

.extra {font-weight: bold;}

.textlink {color: blue; text-decoration:underline; }