html, body {
/*  hier stehen sonst Werte für Hintergrund */
    }
/* Werbeanzeige neben Textbereich */

    .waz1 a:link    { font-weight:bold; color:#0F0E0D; text-decoration:none; }       /* noch nicht besucht */
    .waz1 a:visited { font-weight:bold; color:#0F0E0D; text-decoration:none; }       /* bereits besuchte */
    .waz1 a:focus   { font-weight:bold; color:#E4E6DF; text-decoration:underline; }  /* "Durchsteppen" mit Tab-Taste */
    .waz1 a:hover   { font-weight:bold; color:#E4E6DF; text-decoration:none; }       /* drüber fahren */
    .waz1 a:active  { font-weight:bold; color:#E4E6DF; text-decoration:underline; }  /* gerade angeklickt */

    .icon99:focus  { background-color:#0F0E0D; opacity: 1.0; }  /* #4A6DA7   #0F0E0D   #CF142B   #64645D */
    .icon99:hover  { background-color:#64645D; opacity: 1.0; }
    .icon99:active { background-color:#64645D; }

    #werbebox1 {                                      /* Position des Werbebanners */
        font-family: Arial;
        font-size: 14px;
        background-color: orange ;
        position: absolute;
        width: 210px;
        height: 1000px;
        top: 20px;
        left: 1180px;
        border: 0px solid black;
        border-radius:      20px/20px;
        -moz-box-shadow:    -1px 0px  0px grey ,
                             5px 5px 15px grey;
        -webkit-box-shadow: -1px 0px  0px grey ,
                             5px 5px 15px grey;
        box-shadow:         -1px -1px 0px grey ,
                             5px 5px 15px grey; }

    #werbebox2 {
        font-family: Arial;
        font-size: 14px;
        background-color: #E4E6DF ;
        position: absolute;
        width: 210px;
        height: 1000px;
        top: 0px;
        left: 0px;
        border: 0px solid black;
        border-radius:      20px/20px;
        -moz-box-shadow:    -1px 0px  0px grey ,
                             5px 5px 15px grey;
        -webkit-box-shadow: -1px 0px  0px grey ,
                             5px 5px 15px grey;
        box-shadow:         -1px -1px 0px grey ,
                             5px 5px 15px grey; }


    #wazF1   { position: absolute; top: 20px;
        left: 20px;
        }
    #wazF2   { position: relative; top: 20px;
        left: 0px;
        }
    #wazF3   { position: relative; top: 20px;
        left: 0px;
        }

    
    .icon99 {                                         /* Gestaltung Schaltfläche Typ 1 */
        background-color: hsl(#9C9C9C, 100%, 50%);
        position: absolute;                           /* relativ unterdrückt absolute */
        top: 540px;
        width: 170px;                                  /* Breite des icons */
        height: 40px;                                 /* Höhe des icons */
        border: 0px solid black;                      /* Rahmendicke */
        font-size: 16px;
        padding: 10px;                                 /* Rand um die Schrift */
        }

    #icon99   { position: absolute; top: 50px;        /* Position und Breite der Icons */      
        left: 0px;                                    /* Position von links */
        }
