
                body
                {
                        position:absolute;
                        background:#000000;
                }
                html, body
                {
                        top:0; left:0; right:0;
                        min-height:100%;
                        margin:0;
                        padding:0;
                        width:100%;

                }
                #header_container
                {
                        position:fixed;
                        top:0; left:0; right:0;
                        text-align:center;
                        margin:0;
                        height:2.5em;
                        font-family:times new roman;
                        color:#6B6661;
                        border-bottom-width:2em;
                          border-bottom-style:solid;
                          border-color:black;

                          padding-bottom:.5em;
                        z-index:3;
                }

                #header
                {
                        position:absolute;
                        top:0; left:0; right:0; bottom:0;
                        height:100%;
                        background:#c8fe2e;
                        z-index:3;
                        margin:0;
                        padding:0.2em;
                }
                #menu
                {
                        position:fixed;
                        top:4em;
                        left:73em;
                        width:9em;
                        border: 3px dotted #dedede;
                        padding:.2em;
                }
                #content
                {
                        margin:0;
                        padding-top:-3em;
                        padding-left:5em;
                        width:65em;
                        padding-bottom:3em;
                        z-index:2;
                }


                /* Nun für den MSIE */
                * html, * html body
                {
                        overflow:hidden;
                        bottom:0;
                        height:100%;
                }
                * html #header_container, * html #footer_container
                {
                        position:absolute;
                        width:100%;
                        padding-right:16px;
                }
                * html #menu
                {
                        position:right;
                }
                * html #header,* html #footer
                {
                        height:100%;
                        position:static;
                }
                * html #content
                {
                        position:absolute;
                        top:0; bottom:0; left:0; right:0;
                        height:100%;
                        width:100%;
                        overflow:auto;
                        margin:0;
                }

                #menu li
                {
                        list-style: none;
                        margin:0;
                        padding:0.1em;
                }
                #menu li#active
                {
                        padding:0.5em;
                        text-decoration:underline;
                }
                #menu a:link, #menu a:visited
                {
                        display:block;
                        background:#a9a9a9;
                        color:black;
                        text-decoration:none;
                        margin:0;
                        padding:0.2em;;
                }
                #menu a:hover
                {
                        background:#c8fe2e;
                        color:#6B6661;
                        text-decoration:none;
                }
                * html #menu
                {
                        margin:0;
                        width:10em;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von
                                                            der Breite abgezogen wird! */
                }