* {
  margin: 0;
  padding: 0;
}

a {
  color: #b9ffdb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: #000;
  color: #ffffff;
  font-family: Arial, Helvetica;
  font-size: 12px;
  line-height: 19px;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

#cartoon {
  background: url('images/cartoon.jpg') center bottom no-repeat;
}

#skulls {
  background: url('images/skulls.png') center top repeat-x;
  height: 210px;
}

#topbar {
  background: url('images/topbar.png') center top no-repeat;
  height: 210px;
}

#header {
  position: relative;
  width: 942px;
  height: 210px;
  margin: 0 auto;
}

h1.gamenaam {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 360px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  border: 0;
}

#topmenu {
  height: 30px;
  padding: 0;
  position: absolute;
  top: 34px;
  left: 358px;
}

#topmenu ul {
  height: 20px;
}

#topmenu ul li {
  float: left;
  height: 20px;
  padding-left: 14px;
}

#topmenu ul li a {
  color: #e7d8c9;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  height: 30px;
  text-decoration: none;
}

#topmenu ul li a:hover {
  color: #fff;
}

#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.min {
  min-height: 500px;
}

#main {
  position: relative;
  top: -123px;
  left: 363px;
  width: 604px;
  padding: 0;
  margin-bottom: -40px;
}

#main .main_p {
  background: url('images/main-pre.png') left top no-repeat;
  height: 17px;
  line-height: 10px;
  overflow: hidden;
  text-indent: -10px;
}

#main .main_a {
  background: url('images/main-after.png') left top no-repeat;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  text-indent: -10px;
}

#main .main_in {
  background: url('images/main-out.png') left top repeat-y;
  padding: 3px 15px 5px 15px;
}

#lf {
  padding-top: 2px;
}

#lf input {
  vertical-align: bottom;
}

#lf input[type=text], #lf input[type=password] {
  background: url('images/input.png') left top no-repeat;
  border: 0;
  padding: 5px 10px;
  height: 27px;
  line-height: 13px;
  color: #474747;
  font-size: 11px;
  width: 174px;
  margin-top: 4px;
}

#lf input[type=text] {
  margin-top: 10px;
}

#lf input[type=submit] {
  background: url('images/submit.png') left 3px no-repeat;
  border: 0;
  padding: 0 0 0 0;
  height: 40px;
  line-height: 21px;
  color: #474747;
  font-size: 11px;
  width: 40px;
  color: #654b00;
  font-weight: bold;
  text-indent: 100px;
  overflow: hidden;
}

#lf input.l2 {
  margin-left: -50px;
}

#lf input.l3 {
  margin-left: -59px;
}

#lf a {
  background: url('images/arrow.png') 0 3px no-repeat;
  display: inline-block;
  font-size: 9px;
  line-height: 15px;
  margin-left: 160px;
  padding: 0 0 0 10px;
}

.regbutton {
  background: url('images/register.png') no-repeat;
  width: 173px;
  height: 44px;
  font-size: 14px;
  color: #fff;
  border: 0;
  font-weight: bold;
  padding: 0;
  float: right;
  margin-top: 10px;
}

ul.screens {
  padding-top: 8px;
  padding-left: 6px;
  height: 80px;
}

ul.screens li {
  float: left;
  padding-left: 21px;
}

ul.screens li a {
  background: url('images/menu-ls.png') 30px top no-repeat;
  display: block;
  padding: 2px 2px 2px 2px;
}

#main h1, h5 {
  color: #b9ffdb;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  padding: 8px 0 5px 0;
}

#footer h5 {
  display: none;
}

#footer strong {
  color: #b9ffdb;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  text-indent: -10px;
  line-height: 1px; 
}

#footer  {
  background: url('images/footer.png') center top repeat-x;
  color: #ded5b4;
  height: 90px;
}

#footer .wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#footer .copy {
  float: left;
  width: 340px;
  color: #fff;
  font-weight: bold;
  padding: 16px 0 0 0;
}

#footer .copy ul {
  padding-top: 5px;
}

#footer .copy ul li {
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

#footer .copy ul li a {
  color: #fff;
}

#footer .copy ul li a span {
  color: #b9ffdb;
}

#footer .block {
  float: right;
  width: 468px;
  height: 60px;
  overflow: hidden;
  padding: 14px 0 0 0;
  text-align: right;
}

.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 #d9d9d9;
  background: #ffffff;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
  height: 15px;
  width: 130px;
}

textarea, select {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
}

input.submit {
  border: 1px solid #401414;
  background: #571b1b;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  height: 23px;
  font-weight: bold;
  padding: 0 8px;
}

.content_table {
  border-left: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
  border-spacing: 0 !important;
}

.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;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}

.content_table img {
  margin-top: 1px !important;
  margin-bottom: -4px !important;
}

.licht, .tcell {
  background: #0f1411;
}

.donker, .tsell {
  background: #000;
}

.tsub {
  background: #260c08;
  color: #fff;
  font-weight: bold;
}

em.quote {
  color: #937f6b;
  padding-left: 4px;
}

div.quote {
  border-top: 1px solid #937f6b;
  border-bottom: 1px solid #937f6b;
  padding: 4px;
  margin: 4px;
}

.fb_connect {
  position: absolute;
  top: 72px;
  left: 15px;
}

#language_table+*+*+*+.fb_connect {
  position: absolute;
  top: 106px;
  left: 15px;
}

