        body
                        {
                        margin-top: 0px;
                        margin-right: 100px;
                        margin-bottom: 10px;
                        margin-left: 100px;
                        background-color:#230000;
                        }
                          /*Gestalltung Verlinkung linker Rand*/

        div.u_schrift        {
                        text-align: center;
                        font-size: 100%;
                        font-weight: bold;
                        font-family: calibri, verdana, arial, sans-serif;
                        color: #ffcc00;
                        border-top:0px solid #ffcc00;
                        }
                        /* Überschrift 1*/
        h1                 {
                        text-align: center;
                        font-size: 500%;
                        font-weight: bold;
                        font-family: calibri, verdana, arial, sans-serif;
                        color: #ffcc00;
                        }
                        /* Überschrift 2*/
        h2                 {
                        text-align: center;
                        font-size: 200%;
                        font-weight: bold;
                        font-family: calibri, verdana, arial, sans-serif;
                        color: #ffcc00;
                        }
                        /* Überschrift 3 */
        h3                 {
                        text-align: center;
                        font-size: 125%;
                        font-weight: bold;
                        font-family: calibri, verdana, arial, sans-serif;
                        color: #ffcc00;
                        }
                        /* Linkgestalltung */

        a                 {
                        color: #ffcc00;
                        }
        a:link                {
                        color: #ffcc00;
                        }
        a:visited                  {
                        color: #999999;
                        }
        a:hover                  {
                        letter-spacing: 3px;
                        }

                        /* Die Menüleiste oben */
        div.menu                {
                        color: #ffcc00;
                        text-align:right;
                        padding:10px 0px;
                        border-top: 7px solid #ffcc00;
                        clear:right;
                        }
                        /* einzelnes Bild rita */
        div.bild_rita         {
                        position: absolute;
                        top: 280px;
                        left: 100px;
                        height: 195px;
                        width: 148px;
                        border: 2px solid #ffcc00;
                        background-image: url(Bilder/rita.jpg);
                        }

                        /* Text einrücken 30 Pixel nach Absatz */
        p                 {
                        text-indent: 30px;
                        }

                        /*Fußzeile*/
        div.fuss                 {
                        position:absolute;
                        margin-top: 100px;
                        margin-bottom: 5px;
                        color: #999999;
                        text-align:left;
                        height: 2%;
                        width: 100%;
                        }