body {   margin: 0 auto;
         width: 950px;                                                                 /* richtet die Seite mittig aus */
         background-color: #353535;                                                     /* Hintergrund des gesamten bodys */
    }
#container  {  width: 950px; height: 800px; border: solid 1px white; }

#titel {  font-family: agnes; font-size: 45px; color: white; margin-top: 50px; text-align: center; }
#fusszeile a { position: absolute; font-family: helvetica; font-size: 15px;  margin-top: 70px;  margin-left: 800px; color: #FFFFFF;}
p  { font-family: georgia; font-size: 25px; color: white; margin-left: 150px; }

img {  float: left; margin-right: 150px; border: transparent; }
.rechts {  float:right;  }