body {
  font: 100.01% Helvetica, Arial, Verdana, sans-serif;
  background-color: #0099FF; ***#cfe7f5
}

  .menu:link {color:white; text-decoration:none}
  .menu:visited {color:white; text-decoration:none}
  .menu:active {color:red; text-decoration:none}
  .menu:hover {color:#000000; text-decoration:underline}


#seite {
  width: 52%;
  margin: 0 auto;
}

#inhalt { 
  width: 98%;
  margin-left: 0px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: white;
}
h1 {
  color:black;   /* Farbe black */
  font-size:21pt;  /* Größe 21pt   */
  font-family:comic sans MS; /* Schriftart */
  font-style:italic;
}
h2 {
  color:black;   /* Farbe black */
  font-size:15pt;  /* Größe 13pt   */
  font-family:comic sans MS; /* Schriftart */
  font-style:italic;
}


#inhalt_verein { 
  width: 100%;
  margin-left: 0px;
  background-color: white;
}

#inhalt-l {
  position: absolute;
  height: auto;
  text-align: center;
  color: black;  
  width: 250px;
  margin-top: 3px;    
  margin-left: 52%;
  font-size: 16px;
  background-color: white;
}

#inhalt-l img:{
  height: 650px;  
  width: auto;
  margin-left: -250%;    
  margin-top: -250px;
  font-size: 14px;
  background-color: white;
}


#inhalt-ln {
  position: absolute;
  height: auto;
  text-align: center;
  color: red; 
  width: auto;
  margin-top: 3px;    
  margin-left: 52%;
  font-size: 14px;
  background-color: white;
}
 
#kopfbereich {
  background-color:#a9a9a9;
  margin-top: -16px;
  margin-bottom: -16px;
}
 
#inhalt {
  background-color: white;
  margin-right: 200px;
  margin-top:3px;
  font-size: 14px;
}
 

#steuerung {
  text-align:left;
  margin-top:-16px;
  margin-bottom:-16px;
  margin-left:0px;
  margin-right:0px;
  background-color: #280099;
  line-height: 40px
}

#steuerung ul {
  list-style:none;
  margin-top: 12px;
  margin-left: -35px;
}

#steuerung li {
  display:inline;  /*  ERSATZ FÜR: float:left; */
  width:90px;
  background-color: #280099;***#4747B8***#0047FF***#6495ed
  border-top:0px black solid;
  border-left:0px black solid;
  border-bottom:0px black solid;
  border-right:0px black solid;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:5px;
  padding-right:5px;
}



#fussbereich {
  clear: both;
  background-color:#a9a9a9;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}
