
/* -- Allgemeines -- */
body {
  background: white;
  color: black;
  margin: 0;
  padding: 2%;
  min-width: 640px;
  font-size: 80.01%;
  font-family: verdana, arial, sans-serif ;
}

a { color: #0B4D8C; text-decoration: none; }
a:hover { 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 { /* Alle Überschriften bekommen eine besondere #F68712 Farbe*/
  color:#003399 ;
  font-family: verdana, arial, sans-serif ;
}
td    { height:200px; }
.unten { vertical-align: bottom;
 }

.shadow {-moz-box-shadow:8px 8px 8px #666; -webkit-box-shadow:8px 8px 8px #666; box-shadow:8px 8px 8px #666;
filter:progid:DXImageTransform.Microsoft.Shadow(strength=7,color=#666666,direction=135);
}
.text-shadow {text-shadow: 2px 2px 3px #333333;}

 .dark1 {
        display: block;
        background: #837F80;
        font-weight: bolder;
        color: #fdfdfd;
        padding: 2px 15px 2px 15px;
        text-align: center;
}
 .hellgrau {
        display: block;
        background: #fed;
        font-size: 0.9em;
        text-align: center;
        margin: 10px;
        color: #003300;
        padding: 5px 15px 5px 15px;
        border: 1px solid silver;
         }
   /* -- Layoutspezifisches -- */
#container { /* Ist dafür gedacht dass die viele Formatierungen einfacher werden */
  width: 860px;
  font-size: 1.0em;
  border: 2px solid #706D6E; /* Eine kleine optische Abgrenzung. */
  margin: auto;
  border-top: 18px solid #706D6E;
  background: #C0C0C0;
}
/* - Logo bzw. Kopf - */
#logo {

   height: 95px;
  padding: 0 0 0 0;
  overflow: hidden;
  letter-spacing:  0px;
  margin: 0;
}
#logo a {
  color: white; /* Die vorher eingestellte Farbe passt nicht um auch als Logofarbe zu dienen. */
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em; /* Ein Hack, damit das weiße rechts und links genau so breit ist. */
  font-weight: bold;
}
 /* - Menü - */
#menu {
  background: #706D6E;
  padding: 5px;
  margin: 0;
  text-align: left;
  color: yellow;
  }


#menu li {
  font-size: 1.0em;
  display: inline; /* Damit die Menüpunkte nebeneinander */
  list-style-type: none;
  border-left: 1px solid white; /* Ein optischer Trennungsstrich */
  padding: 0 10px 0 10px;
  font-weight: bold;
  }
#menu li a {
  color: white;
  text-decoration: none;
     }
#menu li a:hover{ color: yellow }

/* - Subnavigation, Linke Spalte - */
#subnav {
  height: 1600px; overflow:auto;
width: 300px;

 /* min-width: 5em; /* Damit uns die Subnavigarion nicht zu sehr zusammengeschoben wird. */
  float: left;
  padding:10px 2% 1em 1%;
  margin: 1em 1% 0 1%;
  border-right: 1px dotted #aaa; /* Hiermit trennen wir die Subnavigation vom eigentlichen Inhalt ab. */
  font-size: 0.8em;
  background: #C0C0C0;
    }

 #subnav db { /* Die Unterpunkte der Subnavigation. */
  bottom: 20px;
  font-size: 1.2em;
  padding: 0;
  line-height: 1.5em;
  margin: 0.2em 0;
  text-align: justify;
     }

 #subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.3em;
  font-family: verdana, arial, sans-serif;
   padding: 0.2em 0.2em 0.2em 0.3em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; /* Hier eine optische Trennungslinie. */
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  font-size: 1.2em;
  padding: 0.2em;
  margin: 0.2em 0;
  text-align: justify;
  }

/* - Der Hauptinhaltsteil - */
#main {
  background: #C0C0C0;
  padding: 15px 15px 50px 340px;
  line-height: 1.5em;
  text-align: justify;
  }


#footer {
  clear: both;
  padding: 0 10px 0 10px;

}