* {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  text-align: left;
  width: 100%;
  background: #0d0c0c;
  margin: 0px auto;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  background-color: #0d0c0c;
}

header {
  position: fixed;
  vertical-align: middle;
  display: none;
  width: 100%;
  height: 80px;
}

.header div {
  margin: 0;
  padding: 0;
}

.header td {
  vertical-align: middle;
}

.header table {
  background-image: url(bg_hell.jpg);
  box-shadow: 0px -10px 20px #000;
}

a:link {
  color: #000000;
  font-style: none;
  text-decoration: none;
}

a:visited {
  color: #0c0c0c;
  font-style: none;
  text-decoration: none;
}

a:hover {
  font-style: none;
  text-decoration: underline;
}

img:hover {
  font-style: none;
  text-decoration: none;
}

body, td, th {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.15em;
  color: #1D1D1D;
}

@media only screen and (min--moz-device-pixel-ratio: 1), only screen and (-o-min-device-pixel-ratio: 1/1), only screen and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-pixel-ratio: 1) {
  body, td, th {
    font-size: 1.15em;
    line-height: 1.3em;
  }

  .toc {
    font-size: 1.35em;
    line-height: 1.5em;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body, td, th {
    font-size: 1.5em;
    line-height: 1.75em;
  }

  .toc {
    font-size: 1.7em;
    line-height: 1.9em;
  }
}

body {
  width: 100%;
  padding: 0;
  background-image: url(bg_dunkel.jpg);
  height: 100%;
}

body > div {
  margin: 0 auto;
  width: 900px;
  background-image: url(bg_hell.jpg);
  background-color: #E0E0E0;
  padding: 0 20px;
  color: #1d1d1d;
  clear: both;
  min-height: 100%;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing:0;
  border-collapse:collapse;
}

.top div {
  width: 100%
  margin: 0;
  padding: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
  min-width: 320px;
}

.top {
  clear: both;
  padding-bottom: 50px;
  vertical-align: top;
}

.toc {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 70px;
}

.content {
  padding-bottom: 100px;
  text-align: left;
}

.content p {
  padding-bottom: 70px;
}

.content img {
  max-width: 800px;
  border: 2px solid #999;
  box-shadow: 4px 4px 8px #666;
}

.list p {
  padding-left: 50px;
}

.grid img {
  max-width: 400px;
  max-height: 800px;
}

.grid table {
  width: 100%;
}

.grid td {
  width: 50%;
  vertical-align:middle;
  text-align: left;
  padding-left: 20px;
}
