* {
  margin: 0;
  padding: 0;
}

a {
  color: #6a6851;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: url('images/bg.png') center top;
  color: #030000;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  line-height: 16px;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

#wrapper {
  position: relative;
  width: 956px;
  margin: 0 auto;
}

#header {
  height: 170px;
  position: relative;
}

h1.gamenaam {
  position: absolute;
  top: 50px;
  left: 500px;
  font-size: 34px;
  line-height: 37px;
  width: 400px;
  text-align: center;
  border: 0;
  text-transform: uppercase;
}

#left {
  float: left;
  width: 196px;
  padding-top: 8px;
  position: relative;
}

#right {
  float: left;
  width: 196px;
  padding-top: 8px;
  position: relative;
}

#left ul li {
  background: url('images/menu-li.png') 6px 0 repeat-y;
}

#right ul li {
  background: url('images/menur-li.png') 0 0 repeat-y;
}

#left li.h3, #right li.h3 {
  background: url('images/menu-h3.png') no-repeat;
  color: #404040;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 0 0 36px;
  margin-top: -18px;
  height: 31px;
  position: relative;
}

#left li .input {
  width: 145px;
}

#left li .lo {
  padding: 4px 4px 0 8px;
  margin-bottom: -4px;
}

#left li .ls {
  margin: 4px 0 2px 30px;
}

#right li.h3 {
  padding-top: 11px;
  height: 30px;
}

#right li.h3 {
  background: url('images/menur-h3.png') no-repeat;
}

#left li.h3 img, #right li.h3 img {
  position: absolute;
  left: 6px;
  top: 6px;
}

#right li.h3 img {
  top: 7px;
}

#right .stats {
  width: 100%;
  padding-left: 6px;
}

#right .stats .ic img {
  margin-top: 2px;
  margin-bottom: -2px;
}

#right .stats td {
  color: #e7e0cc;
  font-size: 11px;
}

#left ul li, #right ul li {
  padding: 0 6px;
}

#left ul li a, #right ul li a {
  background: url('images/menu-lia.png') 10px bottom no-repeat;
  color: #e7e0cc;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 0 4px 22px;
}

#left ul li.b, #right ul li.b {
  height: 10px;
  overflow: hidden;
  font-size: 1px;
  line-height: 1px;
  margin-bottom: 10px;
}

#left ul.screens li {
  padding: 2px 0 0 2px;
}

#left ul.screens li.h3 {
  background: url('images/menu-h3.png') no-repeat;
  color: #404040;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 0 0 36px;
  margin-top: -18px;
  height: 31px;
  position: relative;
}

#left ul.screens li a, #left ul.screens li a:hover {
  background: transparent;
}

#main h1, h5 {
  background: url('images/h1.png') no-repeat;
  color: #686452;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 7px 9px 7px;
  margin: 0 -7px 0 -7px;
  font-weight: bold;
}

#center {
  float: left;
  width: 564px;
  margin-top: -44px;
  position: relative;
}

#center .content {
  background: url('images/main-bg.png') repeat-y;
  padding: 0 12px;
}

#topmenu {
  background: url('images/topmenu.png') no-repeat;
  padding: 5px 0 0 0;
  height: 44px;
}

#topmenu ul {
  height: 28px;
  padding: 0 10px;
}

#topmenu ul li {
  float: left;
}

#topmenu ul li a {
  color: #fdfcfc;
  display: inline-block;
  padding: 7px 12px 9px 12px;
  font-size: 12px;
  color: #d1cd9f;
  line-height: 18px;
  height: 18px;
}

#topmenu ul li a:hover {
  color: #666251;
  background: url('images/topmenu-hover.png') repeat-x;
  text-decoration: none;
}

#footer {
  background: url('images/footer.png') left bottom no-repeat;
  color: #1d0000;
  font-size: 11px;
  height: 26px;
  padding-top: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  text-indent: -10px;
  line-height: 1px; 
}

.info_good, .info_bad, .info_info {
  min-height: 24px !important;
  height: 24px;
  padding-top: 1px;
}

.info_good img, .info_bad img, .info_info img {
  margin-top: 3px !important;
  margin-bottom: -1px !important;
}

input.input {
  border: 1px solid #6d6955;
  background: #d4ccb6;
  color: #6d6955;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
  height: 15px;
  width: 130px;
}

textarea, select {
  border: 1px solid #6d6955;
  background: #d4ccb6;
  color: #6d6955;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
}

input.submit {
  border: 1px solid #716d5a;
  background: #76725d;
  color: #d4ccb6;
  font-size: 11px;
  line-height: 15px;
  height: 23px;
  font-weight: normal;
  padding: 0 8px;
}

.content_block+.content_block {
  padding-top: 10px;
}

.content_table tr {
  line-height: 14px !important;
}

.content_table tr {
  min-height: 22px !important;
  height: 22px;
}

.content_table td {
  font-size: 11px;
  line-height: 17px;
}

.content_table img {
  margin-top: 1px !important;
  margin-bottom: -4px !important;
}

.licht, .tcell {
  background: #c9c3af;
}

.donker, .tsell {
  background: #b3b09d;
}

.tsub {
  background: #797561;
  color: #eeeeee;
}

em.quote {
  color: #6d6955;
}

div.quote {
  border: 1px solid #bdb6a2;
  background: #d4ccb6;
}

.fb_connect {
  background: transparent !important;
  display: inline  !important;
  padding: 0;
  position: relative;
  left: 8px;
  top: 2px;
}
