<style type="text/css">
<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 1052px;
  margin: 0 auto;
}

#kopfbereich {
  background-color: grey;
  color: white;
  text-align: center;
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#inhalt {
  width: 490px;
  background-color: white;
  margin-left: 210px;
  margin-right: 300px;
  text-align: left;
  padding: 10px;
}

#steuerung {
  float: left;
  width: 205px;
 height: 550px;
  background-color: white;
  font-weight: bold;
  color: grey;
  font-size: 14px;
  margin-bottom: 20px;
}

#spalterechts {
  float: right;
  width: 300px;
  color: white;
  background-color: grey;
  margin-bottom: 20px;
  padding: 10px;
}

#fussbereich {
  clear: both;
  background-color: white;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
  border-style: solid;
  border-color: grey;
  Border-width: 1px;
  border-radius: 9px;
  padding: 15px;
}

</style>
