html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #edf0f3;
  background-image: url(/fileadmin/images/bg_logo.jpg);
  background-repeat: repeat-x;
  background-position: 0px 30px;
  color: black;
  text-align: center;
  font-family: Verdana;
  font-size: 9pt;
  line-height: 170%;
}

table { border-collapse: collapse; }

#dummy {
  width: 1px;
  float: left;
}

#alles {
  position: relative;
  margin: 0 auto;
  text-align: left;
  clear: left;
  width: 1000px;
  background-color: white;
  color: black;
  margin-top: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  padding: 0;
}

h1 {
  color: #033773;
  font-size: 9pt;
}

h2 {
  color: #033773;
  font-size: 12pt;
}

h3 {
  color: #848485;
  font-weight: bold;
  font-size: 9pt;
}

p {
  color: #848485;
  font-size: 9pt;
  line-height: 150%;
}

div.abschnitt {
  border-bottom: 1px dotted #afbcc8;
  margin-bottom: 10px;
}

.imageleft {
  float: left;
  margin: 5px 10px 5px 0px;
}

.imageleft img {
  border: 1px solid #848485;
}

#logo {
  margin-top: 0px;
  margin-left: 0px;
}

.clearer {
  clear: both;
}
