* {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: underline;
}

body {
  background: #000;
  color: #ffffff;
  font-family: Calibri, Arial, Helvetica;
  font-size: 12px;
  line-height: 16px;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

.wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.site {
  background: #552f2b;
  padding-bottom: 4px;
}

#header {
  height: 179px;
  position: relative;
  border-bottom: 5px solid #251211;
}

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

#left {
  background: #2e1715;
  float: left;
  width: 173px;
  margin-top: -4px;
}

#right {
  background: #2e1715;
  float: left;
  width: 173px;
  margin-top: -4px;
}

#left li.h3, #right li.h3 {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  height: 30px;
}

#left li.h3 {
  background: url('images/h3-dn.png') no-repeat;
  text-align: left;
  margin: 0 -9px 0 -9px;
  padding: 11px 0 3px 20px;
}

#right li.h3 {
  background: url('images/h3-up.png') 2px 0 no-repeat;
  margin: 0 -9px 0 -9px;
  padding: 14px 0 0 20px;
}

#left li.rev {
  background: url('images/h3-up.png') 2px 0 no-repeat;
  margin: 0 -9px 0 -9px;
  padding: 14px 0 0 20px;
}

#right li.rev {
  background: url('images/h3-dn.png') no-repeat;
  margin: 0 -9px 0 -9px;
  padding: 11px 0 3px 20px;
}

#left ul, #right ul {
  padding-bottom: 5px;
}

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

#left ul li a, #right ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 0 1px 9px;
}

#left ul li a:hover, #right ul li a:hover {
  background: #251211;
  text-decoration: none;
}

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

#left ul.screens li.h3 {
  padding: 11px 0 3px 20px;
}

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

#main h1, h5 {
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
}

#main h5 {
  font-size: 16px;
  line-height: 20px;
}

#center {
  background: #3b211e;
  float: left;
  margin: 0 4px;
  width: 592px;
  position: relative;
}

#center .start {
  height: 11px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}

#center .end {
  height: 11px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}

#center .content_block {
  background: #552f2b url('images/main.png') center top no-repeat;
  margin: 0 4px 8px 4px;
}

#center .content_inner {
  margin: 0 10px;
  padding: 10px 0;
}

#topmenu {
  margin: 5px 0 6px 0;
  height: 31px;
  text-align: center;
}

#topmenu ul {
  display: inline-block;
  height: 31px;
  position: relative;
}

#topmenu ul li {
  background: url('images/topmenu.png') center top repeat-x;
  padding: 0 14px;
  height: 31px;
  margin: -3px;
  line-height: 30px;
  display: inline-block;
  *display: inline; zoom: 1;
}

#topmenu ul li.l {
  background: url('images/topmenu-l.png') left top no-repeat;
  width: 18px;
  padding: 0;
}

#topmenu ul li.r {
  background: url('images/topmenu-r.png') right top no-repeat;
  width: 18px;
  padding: 0;
}

#topmenu ul li a {
  color: #ffeeb6;
}

#topmenu ul li a:hover {
  color: #ffffff;
}

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

#footer {
  border-top: 5px solid #251211;
  background: #000 url('images/footer.png') center top no-repeat;
  color: #ffeeb6;
  height: 36px;
  padding-top: 10px;
  text-align: center;
}

#loginmenu, #statsmenu {
  background: #2e1715;
  position: absolute;
  top: 35px;
  padding: 15px 10px 10px 10px;
  left: 510px;
  width: 306px;
}

#loginmenu table {
  background: #251211;
  width: 100%;
  padding: 6px 10px;
}

#loginmenu td {
  color: #fff;
  padding: 2px;
  font-size: 11px;
}

#statsmenu table {
  background: #251211;
  width: 100%;
  padding: 8px 5px;
}

#statsmenu td {
  color: #fff;
  padding: 0 2px;
  font-size: 11px;
  line-height: 14px;
}

#statsmenu td img {
  margin: 2px 0 -3px 0;
}

#statsmenu td span img {
  margin: 0;
}

#loginmenu input {
  background: #3b211e;
  border: 1px solid #552f2b;
  width: 160px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 4px;
  color: #fff;
}

#loginmenu input.l3 {
  background: #fff1be;
  border: 1px solid #c0b17a;
  color: #000;
  padding: 0;
  width: 80px;
  height: 19px;
}

#header h4 {
  background: url('images/h4.png') center top no-repeat;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  padding: 10px 25px;
  left: 500px;
  width: 296px;
}

.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 {
  background: #ddd5aa;
  border: 1px solid #552f2b;
  width: 160px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 4px;
  color: #000;
  width: 130px;
}

textarea, select {
  background: #ddd5aa;
  border: 1px solid #552f2b;
  width: 160px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 4px;
  color: #000;
}

input.submit {
  background: #3b211e;
  border: 1px solid #552f2b;
  color: #fff;
  font-size: 11px;
  padding: 0 6px;
  height: 21px;
}

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

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

.content_table td {
  font-family: Arial, Helvetica;
  font-size: 11px;
  line-height: 17px;
}

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

.licht, .tcell {
  background: #fff4b8;
  color: #000;
}

.licht a, .tcell a {
  color: #000;
}

.donker, .tsell {
  background: #ffd19b;
  color: #fff4b8;
}

.tsub {
  background: #2e1715;
  color: #fff4b8;
  font-weight: bold;
}

em.quote {
  color: #ddd1c3;
}

div.quote {
  color: #cbc0b2;
  padding-left: 10px;
}

.fb_connect {
  position: absolute;
  top: 71px;
  left: 133px;
}

