body {margin-top:20px;font-size:14px;color:#000;background:#6B9CC4;font-family:Tahoma, Arial, Helvetica, sans-serif; }
h1 { font-size: 22px; }
h2 { font-size: 130%: }
h3 { font-size: 16px; }
p { font-size: 14px; }
/* Blaue Abgerenzgslinie */
hr.typ2 { width: 80%; color: blue; height: 3px; border-style: dotted; }
/* kein Rahmen, wenn ein Bild ein Hyperlink ist */
a img { border: 0; }
/* Die Titelzeile */
#kopf img {
   float:left; /* schwebe nach links/left /right*/
   width:190px; /* float immer mit Angabe von width  */
   margin-right:15px; /* Abstand zum Text daneben 20px */
   margin-top:0;
 }
#kopf {
   color:black; /* Schriftfarbe schwarz */
   background:#6B9CC4; /* Hintergrundfarbe body */
   height:100px; /* feste Höhe 100px,  */
}
/* Linksleiste links */
#navi {
   float:left; /* schwebe unter den Kopfbereich und nach links */
   width:200px; /* Feste Breite von 180 Pixeln */
   height:100%; /* Navigationsleiste bis ganz nach unten */
   text-decoration:none;   /* Unterschreichungen entfernen */
   color:black; /* Schriftfarbe  */
   background:#6B9CC4; list-style:none;	/* Hintergrundfarbe wie Body */
   padding:2px; 
   margin:0;
}
#linknavi {
   padding-top:5px;
   padding-left:20px;
   padding-bottom:5px;
   text-align:center;
   font-size:100%;
   background-repeat:repeat-y;
   background-position:top left;
   padding:10px 5px 2px 5px;   
  }
#linknavi a  {
   background:#8FB5D7;		
   padding:4px 8px 4px 8px;
   border:1px solid #8c8c8c;
  } 
#navi li { padding:0; margin:0; }
#navi a {
   display:block; /* mache Link zum Block-Element */
   color:black;	/* Schriftfarbe  */
   text-decoration:none;
   padding:5px;
   border-left:4px solid #844811; /* brauner Rand links  */
}
#navi a:hover {
   color:red;
   background:#8FB5D7;/* Hintergrund, wenn Maus darüber blau */
   border-left:5px solid #de0029; /* rote Rahmenlinie links */
}
/*Verlängert die Navi-Leiste bis unten hin */
html, body { height: 100%; }
/* Setzt den Inhalt nach rechts und stabiliert ihn  Gesamtbreite plus navi: 180px*/
#inhalt { margin-left: 240px; }
/* Hinweiskasten */
.kasten4 h4 {
  font-size:0.9em;
  text-align:center;
  width:500px;
  padding-top:5px;
  padding-bottom:5px;
  color:white;
  background:#0000A0;
  margin-top:0;
  margin-bottom:0;
  background-image:url(oben.gif);
  background-repeat:no-repeat;
}
.kasten4 div { font-size:0.9em; padding:5px; }

