body {
  margin: 0;
}
div#base_frame {
  position: absolute;
  top: 0px;
  width: 950px;
  text-align: left;
}
div#boxes_top {
  z-index: 99;
  position: absolute;
  top: 0px;
}

div#bilder {
  position: absolute;
  left: 280px;
  top: 38px;
  height: 80px;
  width: 660px;
  text-align: right;
}

.centered {
  left: 50%;
  margin-left: -475px;
}
  

div#image {
  position: absolute;
  left: 15px;
  width: 740px;
  height: 172px;
  top: 78px;
  overflow: hidden;
  background: blue;
}
div#image_right {
  position: absolute;
  left: 610px;
  width: 345px;
  height: 172px;
  top: 48px;
  overflow: hidden;
}
div#top_schwarz {
  position: absolute;
  left: 0px;
  width: 316px;
  height: 2px;
  top: 130px;
  background: #000000;
  z-index: 1;
}
div#top_rot {
  position: absolute;
  left: 316px;
  width: 317px;
  height: 2px;
  top: 130px;
  background: #e30917;
  z-index: 1;
}
div#top_gold {
  position: absolute;
  left: 633px;
  width: 317px;
  height: 2px;
  top: 130px;
  background: #fed000;
  z-index: 1;
}
div#navi_site{
  position:absolute; left:0px; width:950px; height:41px; top:0px; z-index:99; text-align: right; 
}
div#navi_site ul {margin: 5px 0; }
div#navi_site .navtab {
      display: inline-block;
          position: relative;
              border-bottom: 24px solid #3D3D3D;
                  border-left: 24px solid transparent;
                      color: #FFFFFF;
                          cursor: pointer;
                              font-size: 11px;
                                  font-weight: bold;
                                      height: 0;
                                          margin-left: -12px;
                                              margin-top: 2px;
                                                  opacity: 0.75;
                                                      padding: 0;
                                                          text-transform: uppercase;
                                                        }
                                                        div#navi_site .navtab a:link, div#navi_site .navtab a:visited {
                                                            color: white;
                                                            text-decoration: none;
                                                          }

                                                          div#navi_site .navtab-selected {
                                                                opacity: 1;
                                                                    z-index: 1000;
                                                                  }
                                                                  div#navi_site .navtab-text {
                                                                        line-height: 24px;
                                                                            margin: 0 11px 0 15px;
                                                                                position: relative;
                                                                              }
div#navi_left {
  position: absolute;
  width: 190px;
  left: 15px;
  top: 270px;
}
div#logo {
  margin: 0;
  position: absolute;
  left: 0px;
  width: 280px
  height: 100px;
  top: 35px;
  z-index: 5;
  background: transparent!;
}
div#top_frame {
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 130px;
  width: 950px;
}
div#navi_right {
  position: absolute;
  left: 1px;
  width: 180px;
  height: 18px;
  top: 135px;
}
div#navi_left {
  position: absolute;
  left: 1px;
  width: 180px;
  top: 370px;
}

div#sponsoren {
  position: absolute;
  top: 155px;
  left: 1px;
  width: 180px;
  height: 100px;
  background: #EEEEEE;
}

div#sponsoren img {
  margin-top: 12px;
}

div#login {
  position: absolute;
  top: 255px;
  left: 1px;
  width: 180px;
  background: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 10px;
}

div#content {
  position: absolute;
  left: 190px;
  top: 135px;
  width: 750px;
}

div.clear {
  clear: both;
}




