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