html, body {
  margin: 0;
  padding: 0;
  font: 13px Arial, sans-serif;
  color: black;
  background: white url("../images/gray.png") 199px 0 repeat-y;
}

#contentjumper {
  display: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #008cff;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
  color: black;
  margin: 0;
  padding: 0;
}

dt {
  margin-top: 10px;
  font-weight: bold;
}

dd {
  margin-top: 5px;
}

#title {
  width: 100%;
  height: 80px;
  background: #cccccc url("../images/logoback.png") repeat-x;
  position: relative;
}

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

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

#title span {
  display: none;
}

#sidebar {
  float: left;
  width: 180px;
  margin: 0 10px;
}

* html #sidebar {
  margin-left: 5px; /* Hack because of a strange IE bug... I hate IE. */
}

#sidebar h2, #main h2 {
  border-bottom: 1px solid #008cff;
  padding: 0;
  margin: 10px 0;
}

#main {
  margin: 10px 10px 10px 210px;
}

#menulist {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

#menulist li{
  font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
}

#menulist :link, #menulist :visited {
  color: #8c00ff;
}

#menulist a:focus, #menulist a:hover {
  color: #d700ff;
}

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

#newslist li.newsitem, ul.downlist li.downitem {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  margin: 10px;
}

#newslist h3, ul.downlist h3 {
  background-color: #f7f7f7;
  padding: 0 2px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}

#newslist h3 span.date {
  padding-right: 4px;
  border-right: 1px solid #cccccc;
  color: black;
}

#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/icon.png") 10px 0 no-repeat;
}

ul.downlist div.downbody {
  margin-left: 68px;
}

#statslist {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

#statslist li {
  margin: 5px 0;
  padding: 0;
  text-align: right;
}

#statslist li strong, #statslist li a {
  float: left;
}

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

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

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

span.downtimes {
  float: right;
  color: black;
}

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

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

#awardslist li img {
  border: 0;
  background-color: white;
}

#buttonad {
  width: 160px;
  height: 90px;
  margin: 0 0 0 20px;
  overflow: hidden;
}

#buttonad object {
  width: 160px;
  height: 90px;
}

#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;
}