*
 {
  margin: 0;
  padding: 0;
 }

a:link, a:visited, a:active, a:hover
 {
  color: rgb(0,0,0);
  text-decoration: none;
 }

body
 {
  width: 750px;
  margin: auto;
  margin-top: 20px;
  position: relative;
  font-family: arial, verdana;
  font-size: 100.01%;
  line-height: 1.1em;
  background-image: url(logos/bg_test.gif);
 }

#links
 {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 150px;
  height: 500px;
  border: solid 1px #000000;
  background-color: #416a92;
 }

#links img
 {
  border: 0;
 }

#anschrift
 {
  text-align: center;
  position: absolute;
  top: 550px;
  left: 0px;
  font-size: 0.75em;
  padding: 0px;
 }

#pd_logo
 {
  position: absolute;
  top: 780px;
  left: 0px;
 }

#pd_logo img
 {
  border: 0;
  height: 150px;
  width: 150px;
 }

#oben
 {
  position: absolute;
  top: 20px;
  right: -2px;
  width: 600px;
  height: 150px;
  border: solid 1px #000000;
  border-left: none;
  background-color: #416a92;
 }

#oben img
 {
  display: block;
 }

#content
 {
  position: absolute;
  top: 220px;
  right: 0px;
  width: 550px;
  border: dashed 1px #000000;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(logos/bg_content.gif);
 }

#content h1
 {
  font-size: 1em;
  padding: 10px;
 }

#content p
 {
  font-size: 0.75em;
  padding: 10px;
 }

#content li
 {
  font-size: 0.75em;
  padding: 7px 7px 7px 35px;
 }

#content img
 {
  padding: 10px;
 }

#content p input, #content p select
 {
  position: absolute;
  padding: 2px;
  font-size: 0.85em;
  left: 140px;
 }

#content p textarea
 {
  position: absolute;
  padding: 2px;
  font-size: 1.1em;
  left: 140px;
 }