
                body
                {
                        position:absolute;
                        background:#AA2832;
                }
                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:3em;
                        z-index:3;
                }

                #header
                {
                        position:absolute;
                        top:0; left:0; right:0; bottom:0;
                        height:100%;
                        background:#efefef;
                        z-index:3;
                        margin:0;
                        padding:0.2em;
                }


                #footer_container
                {
                        position:fixed;
                        bottom:0; left:0; right:0;
                        text-align:center;
                        margin:0;
                        height:2em;
                        z-index:3;
                }
                #footer
                {
                        position:absolute;
                        top:0; left:0; right:0; bottom:0;
                        background:#AA2832;
                        z-index:3;
                }

                /* Nun f&uuml;r den MSIE */
                * html, * html body
                {
                        overflow:hidden;
                        bottom:0;
                        height:100%;
                }
                * html #header_container, * html #footer_container
                {
                        position:absolute;
                        width:100%;
                        padding-right:;
                }
                * html #menu
                {
                        position:absolute;
                }
                * html #header,* html #footer
                {
                        height:100%;
                        position:static;
                }

      