
#alles  { background-color: #fc6; width: 800px; height: auto; min-width: 800px; max-width: 800px; border: solid 1px #000 }
#kopf {
  background-color: #fc6; 
  background-image: url("../bilder/kopf_1.gif"); 
  text-align: center; 
  width: 800px; 
  height: 75px; 
  border-top: 1px solid #000; 
  border-right: 1px solid #000; 
  border-bottom: 0 #000; 
  border-left: 1px solid #000
}
#navi_1  { font-size: 75%; font-weight: bolder; line-height: 110%; text-align: left; padding-top: 10px; width: 135px; float: right }
#navi_1 ul { text-decoration: none; margin: 0; padding: 0 }
#navi_1 li  { line-height: 20px; text-decoration: none; margin: 0; padding: 0; border-top: 1px solid #000; border-bottom: 1px solid #000 }
#navi_1 a   { color: #000; font-weight: bold; text-decoration: none; margin: 0; padding: 0 }
#navi_1 a:hover  { background-color: #c90; display: block }
#inhalt  { font-size: 110%; padding-right: 5px; padding-left: 5px; width: 650px; float: left; border-right: 1px solid #000 }
#inhalt p { text-align: center }
#inhalt ul { text-align: left }
.mitteltext { 
  font-size: 80%; 
  text-align: center
}
.bild { background-position: center 0; text-align: center }
#fuss  { color: #000; font-size: 0.8em; background-color: #eacc92; text-align: center; padding-top: 10px; padding-bottom: 10px; width: 100%; float: left; border-top: 1px solid black }
*.floatbehaelter    {
	float: left;
	text-align: center;/* Debug: *//*  border: 1px solid red; */
}
/* Achtung: */
/* zum Stoppen der floats */
.antifloat {
  clear:both;
  /* visible: hidden; */
}

h1  { font-size: 130%; text-align: center; padding-top: 25px }
h2  { font-size: 120%; text-align: center; margin-top: 5px; border: solid 1px #c90 }
h3  { font-size: 110%; text-align: center }
body  { background-color: #fc6; background-position: center 0; text-align: center }
