
/* -- Allgemeines -- */
body {
  background: #ffffff;
  margin: 0;
  padding: 1%;
  min-width: 640px;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}


a { color: #008b90; text-decoration: underline; }
a:visited { color: #008b90; text-decoration: underline; }


p, h1, h2, h3, h4,h5 {margin-left: 2%; margin-top: 2%; margin-right: 2%}

p {font-size: 0.8em}

.hinweis {border-left: 10px dashed #008b90; color: #777777; padding-left: 5px}
.Literatur {color: #777777}
.footnotes {padding-left: 5%}



h1 {
  color: #008b90;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.7em;
  font-weight: normal;
  line-height: 1.0em;
/* border-bottom: 1px dashed #E6E6FA; */
}

h2 {
  color: #008b90;
  font-family: impact, verdana, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 0.8em;
  letter-spacing: 1.1px;
 /* border-bottom: 1px dashed #E6E6FA; */
}


h3 {color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1.1em;
margin-bottom:0;
 font-weight: normal}


h6 {
  color: #777777;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-top: 0%;
margin-left: 2%;
  margin-right: 2%


 /* border-bottom: 1px dashed #E6E6FA; */
}




.fleft
  float: left;
  margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen, sonst kleben die Sachen so am Text. */
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


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

/* - Logo bzw. Kopf - */
#logo {
  background: #008b90;
  height: 90px;
  padding: 0px;
  text-align: right;
  line-height: 54px;
  font-size: 54px;
  font-family: impact, verdana, sans-serif;
overflow: hidden;
  letter-spacing: 10px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo a span { /* inverseffekt logo */
  color: #008b90;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}

/* - Menü - */
#menu {
  background:  #ababab;
  padding: 20px 5%;
  margin: 0;
  text-align: center;
  color: #008b90;
 }
#menu li {
  font-size: 1.0em;
  display: inline;
  list-style-type: none;
  color: #008b90; /* aktive Überschrift*/
  padding: 0 1px 0 1px;
  font-weight: bold;
}
#menu li a {
  color: #ffffff; /* Linkfarbe Hauptmenu */
  text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 33%; /* Fenster wächst/schrumpft mit. */
  min-width: 10em;
  float: right; /* Inhalt neben, nicht unter subnav */

  margin: 1em 2% 0 1%;
  border-left: 1px dotted #008b90; /* vertikaler Trenner */
  font-size: 1.1em;
}


#subnav dt { /* Header subnav */
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #008b90; /* horizontaler trenner */
  border-bottom: 1px dotted #008b90; /* horizontaler trenner */
}


#subnav dd
  padding: 0;
  margin: 0.7em 10;
}

