body {
  background: url(../img/bg.gif) #3a74c8; 
  color: black;
  margin: 0;
  padding: 1%;	
  min-width: 640px; 
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; } 
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 { 
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #6699CC;
  font-family: Georgia, "Times New Roman", Times, serif;
}
img { 
  border: solid 1px #aaa;
  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;
}


#container { 
  font-size: 0.8em; 
  max-width: 762px; 
  margin: auto; 
  border: 1px solid #aaa; 
  border-top: 0; 
  background: white;
}
#footer {
  clear: both; /* Damit #main mindestens so hoch ausgedehnt wird wie #subnav, falls #subnav länger sein sollte. */
  padding: 0 20px;
}


#logo {
  background: url(../img/logo.jpg) 0 0 no-repeat black; 
  height: 150px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px; 
  overflow: hidden;
  letter-spacing: -3px; 
  margin: 0; 
}



/* - Menü - */
#menu {
  background: url(../img/bg_navi.gif) #3a74c8;
  padding: 10px 5%; 
  margin: 0;
  font-size: 8px;
  text-align: center;
}
#menu li {
  font-size: 1.31em;
  display: inline;
  list-style-type: none; 
  border-left: 1px solid white;
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; 
  text-decoration: none; /* text-decoration: underline; */
}

#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: Georgia, "Times New Roman", Times, 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 {
  background: white; 
  padding: 0 11% 0 20px; /* alternativ:   padding: 0 31% 0 20px; */ 
  line-height: 1.5em; /* Zur besseren Lesbarkeit erhöhen wir die Zeilenhöhe. */
}

/* - footer - */

#footer {
  background: url(../img/footer_bg.gif) #3a74c8;
  padding: 10px 2%; 
  margin: 0;
  font-color: white;
  font-size: 8px;
  text-align: right;
}
#footer li {
  font-size: 1.31em;
  font-color: white;
  color: white; 
  display: inline;
  list-style-type: none; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#footer li a {
  color: white; 
  text-decoration: none; /* text-decoration: underline; */
}
