html, body {
  margin: 0;
  padding: 0;
  font: 13px Verdana, Arial, sans-serif;
  color: white;
  background-color: #191970;
}

:link, :visited {
  color: #32cd32;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover {
  color: #39ed39;
  font-weight: bold;
  text-decoration: underline;
}

#title {
  margin: 0;
  height: 100px;
  background: #32cd32 url("../images/slantlogoback.png") repeat-x;
  position: relative;
  border-bottom: 1px solid white;
}

#title h1 {
  margin: 0;
  padding: 0;
  background: url("../images/slantlogo.png") no-repeat;
  height: 100%;
}

#title h2 {
  margin: 0;
  padding: 0;
  background: url("../images/slantknarf.png") no-repeat;
  position: absolute;
  height: 100px;
  width: 202px;
  right: 0;
  top: 0;
}

#title span, #sidebar h2 span, #contentjumper, #menulist li span, #adblock {
  display: none;
}

#menublock, #statsblock {
  height: 20px;
  background: #191970 url("../images/slantnavback.png") repeat-x;
  border-bottom: 1px solid white;
}

#menublock h2, #statsblock h2 {
  float: left;
  background: url("../images/slantnavtitle.png") no-repeat;
  height: 100%;
  width: 113px;
  margin: 0;
  padding: 0;
  border-right: 1px solid white;
}

#menulist, #statslist {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#menulist li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border-right: 1px solid white;
  width: 93px;
  height: 100%;
}

#menulist li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

#menuhome a {
  background-image: url("../images/slantnavhome.png");
}

#menuhome a:hover, #menuhome a:focus, #menuhome a:active {
  background-image: url("../images/slantnavhomehover.png");
}

#menuabout a {
  background-image: url("../images/slantnavabout.png");
}

#menuabout a:hover, #menuabout a:focus, #menuabout a:active {
  background-image: url("../images/slantnavabouthover.png");
}

#menufaq a {
  background-image: url("../images/slantnavfaq.png");
}

#menufaq a:hover, #menufaq a:focus, #menufaq a:active {
  background-image: url("../images/slantnavfaqhover.png");
}

#menuforum a {
  background-image: url("../images/slantnavforum.png");
}

#menuforum a:hover, #menuforum a:focus, #menuforum a:active {
  background-image: url("../images/slantnavforumhover.png");
}

#menudownloads a {
  background-image: url("../images/slantnavdownload.png");
}

#menudownloads a:hover, #menudownloads a:focus, #menudownloads a:active {
  background-image: url("../images/slantnavdownloadhover.png");
}

#menuimprint a {
  background-image: url("../images/slantnavimprint.png");
}

#menuimprint a:hover, #menuimprint a:focus, #menuimprint a:active {
  background-image: url("../images/slantnavimprinthover.png");
}

#statsblock h2 {
  background-image: url("../images/slantstatstitle.png");
}

#statslist li {
  float: left;
  display: block;
  margin: 0;
  padding: 0 10px;
  height: 100%;
}

#awardsblock {
  position: absolute;
  top: 0;
  right: 220px;
}

#awardslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#awardslist li {
  padding: 0;
  margin: 5px;
}

#awardslist li img {
  border: 0;
  display: block;
}

#container {
  padding: 0 10px;
}

#container h2 {
  font-style: italic;
  padding-left: 5px;
  background: #32cd32;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
  left: -10px;
  width: 100%;
  padding-right: 15px;
}

#newslist, ul.downlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#newslist li.newsitem, ul.downlist li.downitem {
  margin: 10px;
  border: 1px solid white;
}

#newslist h3, ul.downlist h3 {
  padding: 0 2px;
  margin: 0;
  background-color: #32dc32;
}

#newslist h3 span.date, span.downtimes {
  float: right;
}

#newslist div.text, ul.downlist div.downbody {
  padding: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

#newslist li, ul.downlist li {
  margin-right: 60px;
}

div.wc3banlistdownload {
  background: url("../images/slanticon.png") top right no-repeat;
}

ul.imprintlist {
  list-style-type: none;
}

ul.changelog {
  list-style-type: disc;
}

div.downlinkcontainer {
  text-align: center;
  font-size: 1.2em;
  width: 100%;
}

#bannerad {
  width: 468px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

#bannerad object {
  width: 486px;
  height: 60px;
}

input, select {
  display: block;
  margin: 3px 0 10px 0;
}

label {
  font-weight: bold;
}