body {
  font: normal 1em georgia, Verdana, Arial, Helvetica, sans-serif;
  background:#000000 url('/pic/Hintergrund blue.png') no-repeat fixed center 50%; font-family:
  color: #F57C00;
}

* {
  margin:0;
  padding:0;
}

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

#kopfbereich {
  margin-top: 40px;
min-height: 290px;
}

#inhalt {
  font-size: 18px;
  font-family: georgia;
  text-align: center;
  color: #ffffff;
  background-image: url("./pic/bg-trans.png");
  margin-left: 140px;
  margin-right: 190px;
  min-height: 700px;
  
}

#navibereich {
min-height: 70px;
}


#steuerung {
  float: left;
  width:140px;
  
}

#spalterechts {
  float: right;
  width:180px;
  color: #ffffff;
  font-size: 20px;
}

#footer {
  clear: both;

}

.menubuttons {
 font-size: 18px;
 width: 125px; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 1px solid #aaa; /* Rahmen */
 border-radius: 15px; /* Abgerundete Ecken */
 border-color: #F57C00;
 background: #000; /* Hintergundfarbe für ältere Browser */
 background-image: linear-gradient(#acacac, #000000); /* Farbverlauf */
 display: inline-block; /* Für horizontale Darstellung: display: inline-block; */
 text-align: center; /* Horizontale Text-Ausrichtung */
 padding-top: 5px; /* OPTIONAL: Vertikale Text-Ausrichtung */
 text-decoration: none; /* Links nicht unterstrichen */
 color: #ffffff; /* Textfarbe */
}

.menubuttons:hover {
 background: #ccc; /* Alternative Hintergrundfarbe beim Überfahren */
 background-image: linear-gradient(#000000, #acacac); /*Farbverlauf*/
}

.menubuttons1 {
 font-size: 18px;
 width: 125px; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 1px solid #aaa; /* Rahmen */
 border-radius: 15px; /* Abgerundete Ecken */
 border-color: #F57C00;
 background: #000; /* Hintergundfarbe für ältere Browser */
 background-image: linear-gradient(#acacac, #000000); /* Farbverlauf */
 display: block; /* Für horizontale Darstellung: display: inline-block; */
 text-align: center; /* Horizontale Text-Ausrichtung */
 padding-top: 5px; /* OPTIONAL: Vertikale Text-Ausrichtung */
 text-decoration: none; /* Links nicht unterstrichen */
 color: #ffffff; /* Textfarbe */
}

.menubuttons1:hover {
 background: #ccc; /* Alternative Hintergrundfarbe beim Überfahren */
 background-image: linear-gradient(#000000, #acacac); /*Farbverlauf*/
}

.menubuttons2 {
 font-size: 18px;
 width: 300px; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 1px solid #aaa; /* Rahmen */
 border-radius: 15px; /* Abgerundete Ecken */
 border-color: #F57C00;
 background: #000; /* Hintergundfarbe für ältere Browser */
 background-image: linear-gradient(#acacac, #000000); /* Farbverlauf */
 display: block; /* Für horizontale Darstellung: display: inline-block; */
 text-align: center; /* Horizontale Text-Ausrichtung */
 padding-top: 5px; /* OPTIONAL: Vertikale Text-Ausrichtung */
 text-decoration: none; /* Links nicht unterstrichen */
 color: #ffffff; /* Textfarbe */
}

.menubuttons2:hover {
 background: #ccc; /* Alternative Hintergrundfarbe beim Überfahren */
 background-image: linear-gradient(#000000, #acacac); /*Farbverlauf*/
}

