body
        {
                margin: 0;
                padding: 0;
                text-align: center;
                background-color: #000000;
        }

div#container
        {
                position: absolute;
                margin: 0 auto;
                height: 599px;
                width: 940px;
                text-align: left;
                border-left-width: 2px;
                border-left-color: #F4F4D9;
                border-left-style: outset;
                border-right-width: 2px;
                border-right-color: #F4F4D9;
                border-right-style: inset;
                border-top-width: 2px;
                border-top-color: #F4F4D9;
                border-top-style: outset;
                border-bottom-style: inset;
                border-bottom-width: 2px;
                border-bottom-color: #F4F4D9;
                top: 50%;
                left: 50%;
                margin-top: -304px;
                margin-left: -470px;
                -moz-border-radius:15px;
        }

div#header
        {
                position: relative;
                height: 55px;
                background-image: url(images/bg_oben_02.jpg);
                border-bottom-style: inset;
                border-bottom-width: 2px;
                border-bottom-color: #F4F4D9;
                -moz-border-radius-topright:13px;
                -moz-border-radius-topleft:13px;
        }

        a.menu
        {
                font-family: courier new;
                font-size: 21px;
                font-style: italic;
                font-weight: 900;
                line-height: 100%;
                color: #1A1968;
                text-decoration:none
        }

       a.menu:link{color:#1A1968; background-color:transparent; text-decoration:none;}
       a.menu:visited{color:#1A1968; background-color:transparent; text-decoration:none;}
       a.menu:hover{color:#F4F4D9; background-color:transparent; text-decoration:blink;}
       a.menu:active{color:#06A2F8; background-color:transparent; text-decoration:none; text-shadow: #336699 1px 1px 1px;}
       a.menu:focus{color:#06A2F8; background-color:transparent; text-decoration:none;}

div#content
        {
                position: relative;
                height: 504px;
                scrolling: true;
        }

div#footer
        {
                position: relative;
                height: 36px;
                background-image: url(images/bg_unten_01.jpg);
                border-top-style: outset;
                border-top-width: 2px;
                border-top-color: #F4F4D9;
                -moz-border-radius-bottomright:13px;
                -moz-border-radius-bottomleft:13px;
        }

p.footer
        {       font-family: sans-serif;
                font-size: 10px;
                color: #1A1968;
        }
h1.footer
        {
                font-family: courier new;
                font-size: 18px;
                color: #1A1968;
        }