*
 {
  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;
  position: relative;
  font-family: arial, verdana;
  font-size: 100.01%;
  line-height: 1.1em;
  background-color: #FFFFFF;

  background-position: 50%;
  background-image: url(logos/bg.gif);
  background-repeat: repeat-y;

 }

#navi
 {
  position: absolute;
  top: 200px;
  left: 14px;
 }

#navi img
 {
  border: 0px;
  height: 400px;
  width: 200px;
 }

#login
 {
  position: absolute;
  top: -20px;
  right: -24px;
 }

#login img
 {
  border: 0px;
  height: 100px;
  width: 200px;
 }

#loginfeld
 {
  text-align: right;
  font-size: 0.7em;
  position: absolute;
  top: -25px;
  right: 10px;
 }

#content
 {
  position: absolute;
  right: 20px;
  top: 210px;
  width: 510px;
  background-color: #f9f9f9;
 }

#content p
 {
  font-size: 0.75em;
  padding: 10px;
 }

#content img
 {
  border: 0;
 }

#platzhalter
 {
  padding-bottom: 20px;
  margin-bottom: -20px;
  line-height: 0px;
  height: 0;
  font-size: 0;
 }

#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;
 }
