body{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #EFEFEF;
}

.main{
  /*border: 1px dashed black;*/
  width: 800px;
  /*padding: 0 5px 0 5px;*/
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -400px; /*403px*/
  background: url(./img/bg.jpg)
  	     no-repeat
              center;
}

.header{
  /*border: 1px solid black;*/
  height: 100px;
  background: url(./img/header.jpg)
  	     no-repeat;
  cursor: pointer;
}

.search{

}

.menu{
  /*border: 1px solid black;*/
  width: 150px;
  margin: 5px 0 0 5px;
  float: left;
}

.menu ul, .menu li{
  margin: 5px 0 5px 0;
  padding: 0 0 5px 0;
  list-style: none;
}

.menu li{
  border-bottom: 1px dashed black;
}

.menu a:link, .menu a:visited{
  text-decoration: none;
  color: black;
  padding-left: 5px;
}

.menu a:active, .menu a:hover{
  text-decoration: none;
  color: #510601;
  padding-left: 5px;
}

.login{
  border: 1px dashed black;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  padding-bottom: 3px;
}

.login h1{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0px 5px 0px;

}

.login input {
  margin: 1px 0px 5px 0px;
  width: 100px;
}


.content{
  /*border: 1px solid black;*/
  margin: 0 5px 0 25px;
  float: left;
  width: 615px;
  /*height: 360px;
  position: absolute;
  top: 106px;
  left: 156px;
  margin-left: 10px;
  overflow: visible;*/
}

.content a:link, .content a:visited{
  color: black;
}

.content a:active, .content a:hover{
  color: #510601;
}

.content #besetzung{
  /*border: 1px solid black;*/
  margin-top: 15px;
  margin-left: 150px;
}

.content #besetzung th{
  text-align: left;
  vertical-align: top;
}

.content #besetzung td{
  /*border: 1px solid black;*/
  padding: 0 0 15px 15px;
}

.content #links li{
  margin-bottom: 10px;
  margin-left: 100px;
}

.content h1{
  font-weight: bold;
  font-size: 25px;
  color: #510601;
  text-align: center;
}

.content h2{
  font-weight: bold;
  font-size: 15px;
  color: #510601;
  margin-top: 7px;
}

.footer{
  /*border: 1px solid black;*/
  clear: both;
  text-align: center;
  width: 800px;
  height: 25px;
}

.poweredby{
  /*border: 1px solid black;*/
  width: 800px;
  text-align: center;
}

.poweredby a:link, .poweredby a:visited{
  color: black;
  text-decoration: none;
}

.poweredby a:active, .poweredby a:hover{
  text-decoration: none;
  color: #510601;
}
