#halb {
  background-color:#668cca;
  height:50%;
  margin-bottom:-300px;
  min-height:300px;
  position:relative;
  width:100%;
}

#mitte {
  background:#668cca url(../img/mitte.jpg) center top repeat-x;
  height:600px;
  position:relative;
  width:100%;
}

#base {
  background:url(../img/base.jpg) no-repeat;
  height:600px;
  margin:auto;
  position:relative;
  width:950px;
}

#menu {
  float:left;
  padding:425px 10px 0 30px;
  position:relative;
  text-align:right;
  width:312px;
}

#menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu li {
  border-top:1px dashed #668cca;
  margin:0;
  padding:0;
}

#menu a {
  color:black;
  display:block;
  font-weight:bold;
  padding:5px 10px;
  width:292px;
}

#menu a:hover {
  background-color:white;
}

#inhalt {
  float:left;
  height:530px;
  margin-top:35px;
  overflow:auto;
  padding:0 20px;
  position:relative;
  width:538px;
}

#bottom {
  clear:both;
  color:white;
  position:relative;
  text-align:center;
  width:800px;
}

#bottom p {
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  padding:5px 0;
  margin:0;
}

#player {
  border:1px solid #555;
  display:block;
  height:300px;
  margin:auto;
  margin-bottom:20px;
  width:400px;
}
