* {
  margin:0;
  padding:0;
  /*  color:#222222;  */
  font-size:101%;  /* Größe 28pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
  line-height:1.1em;
}


html {
  height: 100%;
  margin-bottom: 1px;
  /* background-color:#666666; */
}


/* folgende Definition bezieht sich auf TAG h1 */
h1 {
  color:#FF9F00;   /* Farbe orange */
  font-size:28pt;  /* Größe 28pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
  letter-spacing:0.1em;
  margin-bottom: 1em;
}


#kopfleiste {
  background-image: url("../bilder/kopfleiste2.jpg");
  height:120px;
}

#kopfleiste h1 {
  text-align:right;
  color:#FF9F00;   /* Farbe blau */
  font-size:28pt;  /* Größe 28pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
  letter-spacing:0.1em;
  padding:10px;
  padding-top:20px;
}

h2 {
  font-size:18pt;
  color:#005F00;
  margin-top: 1em;
  margin-bottom: 1.0em;
}

p {
  line-height:1.4em;
  margin-bottom: 1.0em;
}

#inhalt {
  padding:3em;
  height:600px;
}

#inhalt ul {
  padding-left:2em;
  padding-bottom:2em;
}

#inhalt li {
  line-height:1.4em;
}


#bild img {
  margin-left:2em;
}


#fussbereich {
  color:white;
  background-color:#007F00;
  text-align:center;
  height:20px;
  width:100%;
}

#fussbereich a {
  color:white;
  text-decoration:none;
  font-size:80%;
}

#steuerung {
  background-color:#007F00;
  height:30px;
  width:100%;
  color:white;
}

#steuerung ul {
  list-style:none;
}

#steuerung li {
   float:left;
   margin-right:2px;
   width:130px;
   text-align:center;
   height:23px;
   padding-top:6px;
}

#steuerung a {
  color:white;
  text-decoration:none;
}

#steuerung a:hover {
  text-decoration:underline;
}

.dsteuhigh {
  background-color:#333333;
}

.dsteunorm {

}
