body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0c1a26;
}

#logo {
    width: 737px;
    height: 61px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #24303b;
    border: 1px solid #ddd;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#logo a {
  text-decoration: none;
  font-size: 30px;
  line-height: 60px;
  color: #beccdc;
}

#content {
    width: 737px;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content #top {
    width: 737px;
    height: 62px;
    background-color: #24303b;
    color: #999999;
    font-family: tahoma;
    font-size: 13px;
    overflow: auto;
}

#content #top a {
    color: #773000;
    text-decoration: none;
}

#content #top .top-ladders {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #333;
  height: 20px;
  border-radius: 5px;
  line-height: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

#content #top .top-ladders a {
  color: white;
}

#content #tops {
    width: 737px;
    height: 62px;
    background-color: #24303b;
    color: #999999;
    font-family: tahoma;
    font-size: 13px;
}

#content #middle {
    width: 737px;
    min-height: 433px;
    height: auto;
    color: #999999;
    background-color: #24303b;
    margin-top: -1px;
}

#content #middle #last_update {
    height: 30px;
    text-align: center;
}

#content #middle #scrollbar_content {
    margin-left: 70px;
    min-height: 400px;
    height: auto;
    width: 590px;
}

#content #middle #scrollbar_content .name a {
    color: #999999;
}

#content #middle #scrollbar_content .rang.marked,
#content #middle #scrollbar_content .name.marked,
#content #middle #scrollbar_content .punkte.marked,
#content #middle #scrollbar_content .tage.marked,
#content #middle #scrollbar_content .durchschnitt.marked,
#content #middle #scrollbar_content .name.marked a {
  color: black;
}

#content #middle #scrollbar_content .rang {
    width: 80px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .name {
    width: 400px;
    float: left;
}

#content #middle #scrollbar_content .punkte {
    width: 110px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .tage {
    width: 80px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .durchschnitt {
    width: 85px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .gewinn {
    width: 200px;
    float: left;
}

#content #middle #scrollbar_content .datum {
    width: 80px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .nameD {
    width: 140px;
    float: left;
}

#content #middle #scrollbar_content .block {
    width: 10px;
    float: left;
}

#content #middle #scrollbar_content .nameB a {
  color: #999999;
}

#content #bottom {
    width: 737px;
    height: 93px;
    background-color: #24303b;
}

#copyright {
    width:739px;
    height:200px;
    margin:0 auto;
    margin-top: 10px;
    color: #999999;
    text-align: center;
}

#copyright a {
    color: #999999;
}

.marked {
  background-color: #9fbff4;
  border-bottom: 1px dotted #619bf9;
}

#bonus {
  background-color: #24303b;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 737px;
  line-height: 40px;
}

#bonus a {
  color: #beccdc;
  font-size: 20px;  
}

#content #middle #scrollbar_content .bonuspunkte {
    width: 180px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .bonus {
    width: 180px;
    float: left;
    text-align: center;
}

#content #middle #scrollbar_content .nameB {
    width: 210px;
    float: left;
}