body     {
         background-color:#E0FF00;                   /* Hintergrundfarbe gelb */
}
#container {   /* position:absolute;*/
    height:600px; overflow:hidden;
    margin:20px auto; width:900px;
}
 .vier {  position: absolute; font-family: georgia; font-size: 20px; color: blue;  
            margin-top: -30px; font-weight: bold ; }

#fuenf {  font-family: georgia; font-size: 20px; color: blue; 
            margin-top:+20px; font-weight: bold ; }
            
#sechs {  font-family: georgia; font-size: 20px; color: blue;
            margin-top:+20px; font-weight: bold ; }            
h1       {
         font-family:'Alcuin Becker Caps';
         color:blue;font-size:30px;
         margin-top:20px;
         text-align:center;
}
h2      {
        position:absolut; margin-top:0px; font-family: agnes; font-size:30px; color:red; text-align:center;
        margin-left:20px;
}
h3       {
         font-family:georgia, sans-serif; color:blue; font-size:15px;
         text-align:center; margin-top:-30px;
}

#tabelle    {
        position:absolute;
        margin-top: -100px;
        margin-left:40px;
        width: 900px;
        height: 800px;
}
#tabelle  tr td  {
        font-family: georgia;
        font-size:14px;
        color: blue;
        text-align:justify;
        padding:0;
}
#zurueck  {   position:absolute;
        margin-top:600px;
        margin-left:20px;
        font-family: 'times new roman';
        font-size: 17px; color: red; text-decoration:none;            /* keine reaktion */
}