body {
  background : white;
   color : black;
   font-size : 1em;
   font-family : Arial,sans-serif;
   font-weight : 
   line-height: 1em
}

* {
  margin:5;
  padding:5;
}

#seite {
  width: 900px;
  margin: 0 auto;
}

#kopfbereich {
  background-color: white;
}

#inhalt {
  background-color: white;
}

#fussbereich {
  clear: both;
  background-color: white;
}

#bild {
  padding-top: 10;
  text-align:left;
  background-color: white;
}

  H1 {background : transparent;
   color : black;
   font-size : 3em;
   font-family : Arial,sans-serif;
   font-weight : bold;
   line-height : 1em
   }
  H2 {background : transparent;
   color : black;
   font-size : 2em;
   font-family : Arial,sans-serif;
   font-weight : bold;
   line-height: 1em
   }
  H3 {background : transparent;
   color : black;
   font-size : 1.3em;
   font-family : Arial,sans-serif;
   font-weight : bold;
   line-height: 1.3em
   }
  H4 {background : transparent;
   color : black;
   font-size : 1em;
   font-family : Arial,sans-serif;
   font-weight : bold;
   line-height: 1em
   }
  p {background : transparent;
   color : black;
   font-size : 1em;
   font-family : Arial,sans-serif;
   font-weight : 
   line-height: 1em
   }