/*-- 
Code by aze'
Design by Flying-Men Development
Das Copyright sowie die Links zu den Profilen oder Seiten dürfen nicht entfernt oder verändert werden!
*/

body {
  margin: 0;
  padding: 0;
  background: url(../images/bg.jpg) no-repeat center top #2d2d2d;
  font-variant: small-caps;
  font-family: Georgia;
}

#main_wrapper {
  margin: 150px auto 0px auto;
  width: 895px;
}

#navi {
  background: url(../images/navi.png) no-repeat;
  height: 76px;
  width: 895px;
}

#navi ul li {
  float: left;
  list-style: none;
}

#navi ul li a {
  text-shadow: 0px 0px 4px black;
  color: #b39c75;
  text-decoration: none;
  font-size: 14pt;
  background: url(../images/navi_lines.png) no-repeat right;
  background-position: right 15px;
  padding-top: 15px;
  height: 53px;
  display: block;
  text-align: center;
  line-height: 55px;
}

#navi ul li a span {
  padding: 0px 22px 0;
  box-sizing: border-box;
  display: block;
}

#navi ul li a span:hover {
  background: url(../images/navi_hover.png) repeat-x;
  height: 100px;
  display: block;
}

#left {
  float: left;
  width: 654px;
}

#right {
  float: right;
  width: 211px;
}

.main {
  background: url(../images/main.png);
  width: 654px;
  float: left;
}

.main_title {
  color: #aea18a;
  line-height: 52px;
  text-shadow: 0px 0px 4px black;
  padding-left: 30px;
  height: 50px;
  text-align: left;
}

.main_content {
  width: 608px;
  background-repeat: repeat-y;
  background-position: center right;
  color: #d0d0d0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.main_bottom {
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 40px;
}

#login {
  background: url(../images/login.png) no-repeat;
  width: 211px;
  height: 178px;
  text-align: center;
  padding-top: 15px;
}

.btn {
  color: #f2f3f4;
  font-family: MS Sans Serif;
  font-size: 10pt;
  border-style: ridge;
  border-width: 3;
  background-color: #000000;
  display: inline-block;
  padding: 5px;
}

.button {
  transition: all 300ms;
  -moz-transition: all 500ms;
  -o-transition: all 300ms;
  -webkit-transition: all 500ms;
}

.button:hover {
  opacity: 0.9;
}

.input {
  background: url(../images/input.png) no-repeat;
  border: none;
  height: 25px;
}

.login_btn {
  background: url(../images/login_btn.png);
  border: none;
  height: 28px;
  width: 120px;
  transition: all 300ms;
  -moz-transition: all 100ms;
  -o-transition: all 300ms;
  -webkit-transition: all 500ms;
}

.login_btn:active {
  opacity: 0.9;
}

#box {
  margin-top: 15px;
  background: url(../images/box.png);
  height: 288px;
  width: 198px;
  padding-top: 20px;
  padding-left: 12px;
  font-size: 10pt;
  color: #956a1c;
}

#box .h {
  font-size: 11pt;
  color: #694b14;
  width: 150px;
  display: block;
  border-bottom: 2px solid #a38136;
}

#box .text {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

#box table {
  padding-top: 5px;
  width: 180px;
}

#box table .right {
  text-align: right;
}

#footer {
  clear: both;
  height: 148px;
  width: 100%;
  background: url(../images/footer.png) no-repeat center;
}

.footer {
  padding-left: 340px;
  padding-top: 59px;
  color: #9d9d9d;
  font-size: 10pt;
}

.footer_right {
  padding-right: 320px;
  float: right;
}

.footer_right table {
  width: 210px;
}

.footer a {
  color: #b39c75;
  text-decoration: none;
}

#flying-men {
  background: url(../images/flying-men_logo.png);
  height: 52px;
  width: 64px;
  margin-left: 360px;
  margin-top: -60px;
}


.main_content table {
  width: 90%;
  margin: 0 auto 20px;
  border: 0;
}

.fake-table {
  margin: 1% 0;
  width: 98%;
}

.fake-table__row .label,
.fake-table__row .value {
  line-height: 2rem;
}

.main_content table th,
.main_content table tbody td,
.fake-table__row .label,
.fake-table__row .value {
  vertical-align: middle;
  width: auto;

  border-collapse: collapse;
  padding: 5px 10px;
  border: 1px solid rgb(38, 38, 36);
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}

.main_content table thead tr {
  background: #1e1810;
}

.fake-table__row .label,
.main_content table tbody tr:nth-child(even) {
  background-color: #634422;
}

.fake-table__row .value,
.main_content table tbody tr:nth-child(odd) {
  background-color: #c38a32;
}

.main_content table a,
.fake-table a {
  color: #fff;
}

.ranking-content {
  overflow: auto;
}