/* -- Allgemein -- */
body {
  background: url(css/notenbackground.gif);
  color: black;
  margin: 0;
  padding: 1%;
  min-width: 640px;
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif ;
}

a:link, a:visited, a:active { color: #0B4D8C; text-decoration: none; }
a:hover { 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 dotted #aaa;
}

h1, h2, h3, h4, h5, h6 { 
  color: #800000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

img { /*Bilderrahmen*/
  border: none;
  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;
  width: 750px;
  padding: 5px;
 
}

#footer {
  clear: both; /* Macht Inhalt und Navigation unten gleich lang */
  padding: 0 20px;
  border-top: 1px dotted black;
  text-align: right;
}



/* - Seitenkopf - */
#logo {
  background: white; 
  height: 64px; 
  padding: 0 20px;
  text-align: right;
  letter-spacing: 5pt;
  line-height: 54px;
  font-size: 54px; 
  overflow: hidden; 
  margin: 0; 
}

#logo a {
  color: black; 
  text-decoration: none;
}



/* - Menue oben - */
#menu {
  background: #800000;
  padding: 5px 5%; /* Je kleiner das Fenster ist, desto kleiner ist der Abstand des Menues rechts und links. */
  margin: 0;
  text-align: right;
  color: white;
  font-weight: bold; /* Aktiv */
}

#menu li {
  font-size: 1.2em;
  display: inline; /
  list-style-type: none; 
  border-left: 1px solid #aaa; 
  padding: 0 10px 0 15px;
}

#menu li a {
  color: white; 
  text-decoration: none;
  font-weight: normal;
}

#menu li a:hover {
  text-decoration: underline;
}



/* - Navigation links - */
#subnav {
  background: url(bandklein.gif) 0 0 no-repeat white; 
  width: 220px;
  float:left;
  padding: 70px 1% 1em 1%;
  font-size: 0.9em;
 
}
#subnav dt { /* Ueberschriften der Linken Spalte */
  color: #800000;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
    
}
#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;
  font-size: 1.2em;
}

#navigation li a {
  color: #800000;
  padding: 2pt 5pt;
  width: auto;
  display: block;
  font-variant: small-caps;
}

#navigation li a:hover {
  background: #FFFF96;
  text-decoration: none;
}


/* - Saiteninhalt - */
#main {

  margin: 0 0 1em 250px;
  padding: 0 1em;
  border: 1px dotted white;
  display: block;
}

