body {
  background-color: #eeeeee;
  font: 16px Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 680px;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #fff;
}
 
#leiste {
  height: 24px;
  background-color: #f8d9a8;
  border-left: 290px solid #f3b861;
  border-right: 160px solid #cabdae;
}

#logo {
  height: 160px;
  background-image: url(images/buebie.jpg);
  background-repeat: no-repeat;
  border-right: solid 160px #e8ded9;
}

#kopfbereich {
  line-height: 24px;
  background-color: #a6bdd1;
  font-size: 90%;
  padding-left: 20px;
}

#steuerung {
  float: right;
  width: 160px;
  line-height: 180%;
  font-size: 90%;
  padding-top: 20px;
  text-align: center;
  list-style: none;
}

#steuerung a:link {
color:#000;
text-decoration:none;
}
#steuerung a:visited {
color:#000;
text-decoration:none;
}
#steuerung a:hover {
background-color: #e8ded9;
text-decoration:none;
}
#steuerung a:active {
text-decoration:none;
}

#inhalt {
  border-right: 160px solid #cabdae;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}

#fenster {
  border-right: 160px solid #cabdae;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#fussbereich {
  clear: both;
  line-height: 24px;
  background-color: #a6bdd1;
  font-size: 90%;
  text-align: center;
}
