* {
  margin: 0;
  padding: 0;
}

a {
  color: #a60328;
  text-decoration: none;
}

a:hover {
  color: #f0ff00;
}

html {
  background: #140e08 url('images/140e08.png');
}

body {
  background: url('images/bg.png') center top no-repeat;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

#header {
  height: 219px;
  margin-left: -2px;
  position: relative;
}

.wrapper {
  position: relative;
  width: 942px;
  margin: 0 auto;
  padding-right: 16px;
}

h1.gamenaam {
  position: absolute;
  top: 150px;
  left: 38px;
  font-size: 34px;
  line-height: 37px;
  text-align: left;
  border: 0;
  text-transform: uppercase;
}

#topmenu {
  height: 51px;
}

#topmenu ul {
  height: 51px;
  padding: 0 1px;
}

#topmenu ul li {
  float: left;
  height: 51px;
}

#topmenu ul li a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
  height: 21px;
}

#topmenu ul li a:hover {
  background: url('images/topmenu-hover.png') repeat-x;
  border-left: 1px solid #c5b6a2;
  border-right: 1px solid #c5b6a2;
  padding: 15px 19px;
}

#left {
  background: url('images/side-bg.png') 0 3px no-repeat;
  float: left;
  width: 171px;
  margin-left: 1px;
  min-height: 290px;
}

#right {
  background: url('images/side2-bg.png') 2px 0 no-repeat;
  float: left;
  width: 171px;
  min-height: 290px;
}

#left ul {
  padding: 5px 0 5px 2px;
}

#right ul {
  padding: 5px 0 5px 4px;
}

#left ul li, #right ul li {
  height: 19px;
  position: relative;
}

#left ul.screens li {
  height: auto;
}

#left ul.screens li a {
  background: transparent;
  padding-left: 6px;
}

#left ul li a, #right ul li a {
  background: url('images/arrow.png') 10px center no-repeat;
  color: #d6d6d6;
  font-size: 11px;
  line-height: 19px;
  padding-left: 20px;
}

#left ul li a:hover, #right ul li a:hover {
  color: #fef0b1;
}

#left li.h3, #right li.h3 {
  color: #ffe361;
  font-weight: bold;
  background: url('images/menu-h3.png') no-repeat;
  padding: 8px 0 16px 10px;
}

#left li.l {
  height: 24px;
  padding-left: 4px;
  padding-top: 4px;
}

#left .loginput {
  background: url('images/input.png') no-repeat;
  border: 0;
  color: #d6d6d6;
  padding: 1px 5px 0 5px;
  font-size: 11px;
  height: 23px;
  line-height: 22px;
  width: 152px;
}

#left .loginsub {
  background: url('images/submit.png') no-repeat;
  border: 0;
  color: #d6d6d6;
  font-weight: bold;
  padding: 0;
  font-size: 11px;
  height: 24px;
  width: 84px;
}

#right li.nobg {
  background: transparent;
}

#left .h3 img, #right .h3 img {
  position: absolute;
  top: 4px;
  left: 134px;
}

#main {
  background: url('images/main-bg.png') center top repeat-y;
  margin-left: -1px;
  margin-right: 1px;
  border-bottom: 2px solid #1f1610;
}

#center {
  float: left;
  width: 569px;
  padding: 15px;
}

#main h1, h5 {
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

#main h1 {
  background: url('images/h1.png') 0 40px no-repeat;
  font-size: 18px;
  padding-bottom: 60px;
}

#main .content_block+.content_block {
  padding-top: 30px;
}

#userstats {
  background: #1f1610;
  margin: -15px -15px 5px -15px;
  display: block;
  padding: 12px 10px 9px 10px;
}

#userstats td {
  font-size: 9px;
  line-height: 11px;
}

#userstats td img {
  margin-bottom: -2px;
  margin-left: 5px;
  margin-right: 4px;
}

#userstats td span img {
  margin: 0;
}

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

#footer {
  background: url('images/footer.png') no-repeat;
  color: #000;
  margin-left: -28px;
  height: 69px;
  padding-top: 18px;
  text-align: center;
}

.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 #453b2f;
  background: #0e0b09;
  color: #f6f5f4;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
  height: 15px;
  width: 130px;
}

textarea, select {
  border: 1px solid #453b2f;
  background: #0e0b09;
  color: #f6f5f4;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
}

input.submit {
  border: 1px solid #e3c89f;
  background: #c4af91;
  color: #000;
  font-size: 11px;
  line-height: 15px;
  height: 23px;
  font-weight: bold;
  padding: 0 8px;
}

.content_table {
  border-left: 1px solid #463a30;
  border-top: 1px solid #463a30;
}

.content_table td {
  border-right: 1px solid #463a30;
  border-bottom: 1px solid #463a30;
}

.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: #14110e;
}

.donker, .tsell {
  background: #8b5e37;
}

.tsub {
  background: #524436;
  color: #ffe361;
  font-weight: bold;
}

em.quote {
  color: #e2c69c;
}

div.quote {
  border: 1px solid #463a30;
  background: #000000;
}

.fb_connect {
  position: relative;
  left: 6px;
}
