html, body {
  background-color: #f4f4f4;
  font-family: Helvetica,Arial,sans-serif;
  scrollbar-arrow-color: #ff0000;
}

#zentrieren {
  position: absolute;
  visibility: visible;
  left: 50%;
  top: 50%;
  width: 980px;
  height: 560px;
  margin-left: -490px;
  margin-top: -280px;
  z-index: 1;
  background-color: #ffffff;
}

#titel1 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 0px;
  top: 0px;
}

#titel2 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 162px;
  top: 0px;
}

#titel3 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 324px;
  top: 0px;
}

#titel4 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 324px;
  top: 162px;
}

#greybox {
  position:absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 0px;
  top: 238px;
  background-color: #e7e7e8;
}

#redbox {
  position:absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  left: 0px;
  top: 400px;
  background-color: #FF0000;
}

#headline {
  position: absolute;
  width: 496px;
  height: 560px;
  z-index: 2;
  top: 0px;
  left: 484px;
}

#inhalt {
  position: absolute;
  width: 446px;
  height: 398px;
  z-index: 3;
  left: 484px;
  top: 162px;
  font-size: 12px;
  overflow: auto;
  padding-right: 20px;
  padding-left: 30px;
  line-height:120%;
}

#logo {
  position:absolute;
  width:242px;
  height:79px;
  z-index:2;
  left: 241px;
  top: 465px;
}

#navigation {
  padding-top:14px;
  padding-left:10px;
  position:absolute;
  width:150px;
  height:222px;
  z-index:2;
  left: 162px;
  top: 162px;
  font-size: 10px;
  font-weight: bolder;
}

div.clear {
  clear:both;
}

div.navigation_container {
  padding-bottom:16px;
}

div.navigation_square {
  width:12px;
  height:12px;
  float:left;
  background-color:#FF0000;
  margin-right:6px;
}

div.navigation_header {
  float:left;
}

div.navigation_link {
  margin-left:18px;
}

ul.navigation {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-top: 18px;
  line-height: 15px;
}

li.navigation {
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.navigation {
  color: #999999;
  text-decoration: none;
}

a.navigation:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.navigation_aktiv {
  color: #000000;
  text-decoration: none;
}

a.navigation_aktiv:hover {
  color: #ff0000;
  text-decoration: underline;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  line-height: 20px;
}

p.align-center {
  text-align:center
}

.auflistung {
  line-height:150%;
}