#sitebody {
  margin: 0 auto;
  width: 615px;
  padding: 80px 0 0 0;
}

#container {
  width: 575px;
  height: 231px;
  background: url("bg.jpg") no-repeat;
  padding: 180px 40px 20px 40px;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #545454;
  position: relative;
}

#footer {
  width: 555px;
  height: 30px;
  padding: 0 60px 0 40px;
  position: absolute;
  left: 0;
  bottom: 11px;
}

#impressum {
  width: 575px;
  height: 211px;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #545454;
  line-height: 170%;
}

#container .adresse {
  font-size: 150%;
  font-weight: bold;
  width: 200px;
  margin-left: 50px;
  float: left;
}

a {
  color: #535353;
  text-decoration: underline;
}


.right {
float: right;
width: 270px;
margin: 0 20px 0 0;
}

ul.fl_left {
    float: left;
    padding: 0;
    margin: 0 50px 0 20px;
    list-style-type: square;
}
