<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: #6600cc;
  color: white;
  text-align: center;
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#inhalt {
  width: 540px;
  background-color: white;
  margin-left: 160px;
  margin-right: 300px;
  text-align: left;
  padding: 20px;
#border-style: dotted;
}

#steuerung {
  float: left;
  width: 158px;
 height: 350px;
  background-color: white;
  font-weight: bold;
  color: #666699;
 text-align: middle;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 3px;
#border-style: dotted;
}

#spalterechts {
  float: right;
  width: 280px;
  color: white;
  background-color: #9999ff;
  margin-bottom: 20px;
  padding: 10px;
#border-style: dotted;
}

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

</style>
