body   {  background-color: black; #808080; margin: 0 auto; }
.scrolldiv {                             /* der Name kann frei gewählt werden */
    margin-top: 20px;
    height:450px;                       /* Höhe - auch px oder andere Einheiten */
    overflow:auto;                       /* Regel für übergroßen Inhalt */
    border: 3px double white;          /* Rahmen */
    padding-top:50px;                         /* Textabstand zum Rand */
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 50px;
    font-family:'palatino linotype';        /* Schriftart */
    color:white;                        /* Schriftfarbe */
    background: #3C3C3C;                     /* Hintergrund */
    font-size: 17px;
}
.scrolldiv h4 {color:#007070;}           /* Schriftfarbe der Überschrift h4 */
#leseprobe {  margin-top: 60px; text-align: center; font-family: agnes; font-size: 50px; color: white;  }
#container  {   margin-left: 300px; width: 950px; height: 850px; border: solid 2px white;    }
#fusszeile a { font-family: helvetica; font-size: 18px; margin-top: 50px; color: #FFFFFF; }
#fusszeile {  text-align: center; }