h1 {
  color: black;
  letter-spacing: 0;
  font-size: 40
}
h4 {
  color:black;
  letter-spacing: 0;
}
h5 {
  color:black;
  letter-spacing: 0;
  text-decoration:underline;
}
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  background-color: silver;
}
* {
  margin: 0;
  padding: 0;
}
/*generelle / default Einstellungen fuer die gesammte Seite*/
#seite {
  color: black;
  background-color: silver;
  width: 100%;
  margin: 0 auto;
}
.spezialanfang {
  float: left;
  font-size: large;
  font-weight: bolder;
  padding: 0px;
  background: black;
  color: white;
}
.normalanfang {
  float: left;
  font-size: normal;
/*  font-weight: bolder; */
  padding: 0px;
  background: black;
  color: white;
}
/*spezielle Einstellungen fuer den Kopfbereich*/
#kopfbereich {
/*  padding: 10px;*/
/*  background:url(bilder/adv_cockpit.png) no-repeat left top;*/
  background-color: silver;
  height:100px;
}
#kopfbereich p {
  color: blue;
  text-align:left;
  font-size:2.5em;
  padding:0.4em 0.4em 0 8;
}
#kopfbereich small {
  color:white;
  text-align:left;
  padding:0.4em 0.4em 0 10;
}
/*spezielle Einstellungen fuer die eigentlichen Inhalte*/
#inhalt {
/*  background-color: #C6C3C6;*/
  background-color: silver;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 15;
  height: 100%
}
/*spezielle Einstellungen fuer die Steuerung*/
#steuerung {
  float: left;
  width: 200px;
  padding: 10px;
  background-color: silver;
/*  border: 1px solid black;*/
  border: 0;
  font-size: 10;
}
/*spezielle Einstellungen fuer die Fussbereich*/
#fussbereich {
  clear: both;
  padding: 10px;
  background-color: silver;
  font-size: 10;
}
#rechts {
  float:right;
  width:160px;
  height:160px;
  padding-right:30;
  border:1px solid white;
  style="margin:1px 0 0 4px;"
}
#links {
  float:left;
  width:160px;
  height:160px;
  padding-right:30;
  border:1px solid white;
  style="margin:1px 0 0 4px;"
}
ul.rund { ul list-style-type:circle }
ul.eckig { ul list-style-type:square }
ol.numerisch { ol list-style-type:decimal }
ol.alphabetisch { ol list-style-type:lower-alpha }