/* -- Allgemein -- */
body {
  background: white;
  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; }

.skip { /* Fuer Screenreader*/
  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 0%;
  margin: 0;
  border-bottom: 1px solid #aaa;
}
h2 { font-weight: normal; }
h3, h4 { font-weight: strong; }
h1, h2, h3, h4, h5, h6 { 
  color: black;
  font-family: verdana, arial, sans-serif ;
}


img { /*Bilderrahmen*/
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%;
}
.fleft { /* Textfluss */
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layout -- */
#container { 
  font-size: 0.8em; 
  margin: auto; /* Seite zentrieren */
  background: white;
}
#footer {
  clear: both; /* Macht Inhalt und Navigation unten gleich lang */
  padding: 0 20px;
}

/* - Seitenkopf - */
#logo {
  background: url(../img/banner.jpg) 0 0 no-repeat white; 
  height: 64px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px; 
  overflow: hidden; /* Textausdehnung verhindern */
  letter-spacing: -3px; /* Buchstaben zusammenruecken */
  margin: 0; 
}
#logo a {
  color: black; 
  text-decoration: none;
}


/* - Menue - */
#menu {
  background: white;
  padding: 5px 5%; /* Je kleiner das Fenster ist, desto kleiner ist der Abstand des Menues rechts und links. */
  margin: 0;
  text-align: right;
  color: gray; /* Aktiv */
}
#menu li {
  font-size: 1.2em;
  display: inline; /* Menupunkte nebeneinander */
  list-style-type: none; /* Keine Listenbullets */
  border-left: 1px solid #aaa; 
  padding: 0 10px 0 15px;
  
}
#menu li a {
  color: black; 
  text-decoration: none;
}

/* - Rechte Spalte - */
#subnav {
  width: 26%; 
  min-width: 10em;
  float: right; 
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted white; 
  font-size: 0.9em; 
}
#subnav dt { /* Ueberschriften der Rechten Spalte */
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px solid #aaa; 
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

#navigation { 
  margin: 0 0 1.2em; padding: 0;
   
}
#navigation li {
  list-style: none;
}
 
