* {
  font-family: Georgia, Utopia, Bookman, "Bitstream Charter", serif;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  margin: 0em;
  padding: 0em;
  background: #eee;
}

h1 {
  font-size: 2.5em;
  padding: 0.8em 0.8em 0em 0.8em;
  margin-bottom: 1em;
  background: #000;
  color: #eee;
}

h2 {
  font-weight: bold;
  padding: 0em 2em 0.5em 2em;
}

h3 {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 0.25em;
}

div {
  display: inline-block;
  vertical-align: top;
}

p, address, ul, ol, dl, table {
  line-height: 1.4em;
  padding: 0em 2em 1em 3em;
  border: 0px none;
}

img {
  border: 0px none;
  vertical-align: middle;
}

ul, ol {
  list-style: none outside;
}

dt {
  font-style: italic;
}

dd {
  padding-left: 1em;
  padding-bottom: 1em;
}

table {
  border-collapse: collapse;
  margin: 0em 2em 1em 3em;
}

thead th {
  font-weight: bold;
}

tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

td, th {
  padding: 0em 0.75em 0em 0em;
  vertical-align: top;
}

th[rowspan] {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

address {
  padding: 0em 3em 1em 4em;
  margin-top: -0.5em;
  font-style: normal;
}

acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

a {
  color: #00f;
}

label {
  display: block;
}

input, textarea, select {
  margin-left: 2em;
  border: 1px solid #000;
  margin-bottom: 0.5em;
}

#imprint {
  position: absolute;
  top: 5em;
  right: 0.1em;
}
