#body {
         background: #1d2528 url(../images/background.jpg) repeat-x top;
}

href, a {
      font: normal 110% Helvetica, sans-serif;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;

}

#header {
       width: 900px;
       height: 60px;
       background: none;
       margin: 0 auto;
}

#head_line {
      background: #990712;
      width: 880px;
      height: 33px;
      margin: 0 auto;
      padding-top: 20px;
      font: normal 90% Arial, Helvetica, sans-serif;
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
}

#container {
      margin: 0 auto;
      width: 880px;
      overflow:hidden;
}

#left_bar {
      float: left;
      width: 250px;
      height: 420px;
      list-style:none;
      background: #ffffff url(../images/leftbar.jpg) repeat-x top;
}

#content_bg {
      float: right;
      width: 630px;
      height: 420px;
      overflow: hidden;
      z-index: 0;
}

#content {
         float: right;
         width: 510px;
         height: 400px;
         z-index: 1;
         margin-right: 40px;
         padding-left: 20px;
         padding-right: 20px;
         padding-top: 20px;
         font: normal 90% Arial, Helvetica, sans-serif;
         color: #FFFFFF;
}

#bottom_line {
      clear: both;
      background: #232429;
      font: normal 70% Arial, Helvetica, sans-serif;
      color: #FFFFFF;
      width: 880px;
      padding-top: 0px;
      height: 25px;
      margin: 0 auto;
      line-height:26px;
      text-align: center;
}

#impressum {
      font: normal 90% Arial, Helvetica, sans-serif;
      color: #FFFFFF;
      text-align: right;
      text-transform: none;
}