    body {
        margin:0;
        background-color: #111921;
        font-family: arial;
        font-size:12px;
        color:#FFFFFF;
        background-image: url(design/back.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        background-color: #1c1121;
    }
    h1 {
        margin-top:0px;
        font-family: arial;
        font-size:18px;
        color:#FFFFFF;
    }
    h2 {
        margin-top:0px;
        font-family: arial;
        font-size:16px;
        color:#FFFFFF;
    }
    a {
        font-family: Arial;
        font-size:12px;
        color:#FFFFFF;
        text-decoration: underline;
    }
    a:hover {
        text-decoration: none;
    }
    img {
        border-color:#062169;
        border-style: solid;
        border-width: 4px;
    }
    .main {
        width:100%;
        height:100%;
        position:absolute;
        min-height:500px;
        min-width:980px;
        overflow:hidden;
    }
    .img2 {
        border-width: 0px;
    }
    .header1 {
        z-index:2;
        position:relative;
        width:100%;
        height:300px;
        text-align:center;
    }
    .header2 {
        z-index:1;
        position:absolute;
        top:0px;
        width:100%;
        height:300px;

        text-align:center;
        -moz-opacity:0.0;
        filter: alpha(opacity=0);
        opacity:0.0;
    }
    .menu {
        z-index:5;
        background-image: url(design/backmenu.gif);
        width:100%;
        height:85px;
    }
    .menu_text {
        z-index:6;
        position:absolute;
        white-space: nowrap;
        top:60px;
        left:50%;
        margin-left:-200px;
        font-size:19px;
        color:#434343;
    }
    .menu_text a {
        font-size:19px;
        color:#434343;
        text-decoration: none;
    }
    .menu_text a:hover {
        text-decoration: underline;
    }
    .logo {
        z-index:5;
        background-image: url(design/logo.png);
        width:304px;
        height:164px;
        position:absolute;
        top:-70px;
        overflow:hidden;
        left:50%;
        margin-left:-490px;
        z-index:2;
    }
    .line1 {
        background-color: #09246b;
        width:100%;
        height:10px;
    }
    .content {
        display:inline;
        position:absolute;
        background-image: url(design/back.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        background-color: #1c1121;
        width:100%;
        margin-top:auto;
        margin-bottom:auto;
        top:395px;
        bottom:0px;
    }
    .content1 {
        position:absolute;
        width:960px;
        left:50%;
        margin-left:-480px;
        background-color:#000d2e;
        -moz-opacity:0.50;
        filter: alpha(opacity=50);
        opacity:0.50;
        top:0px;
        bottom:25px;
    }
    .content_text {
        position:absolute;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left:40px;
        padding-right:40px;
        width:880px;
        left:50%;
        margin-left:-480px;
        overflow:auto;
        scrollbar-face-color:#FFFFFF;
        top:0px;
        bottom:25px;
    }
    .bottom {
        background-color: #062169;
        font-size:11px;
        position:absolute;
        height:25px;
        bottom:0px;
        width:960px;
        left:50%;
        margin-left:-480px;
        -moz-opacity:0.70;
        filter: alpha(opacity=70);
        opacity:0.70;
    }
    .bottom a {
        font-size:11px;
    }
    .pfeil_left {
        z-index:3;
        width: 40px;
        height: 80px;
        position:absolute;
        top:100px;
        left:0px;
    }
    .pfeil_right {
        z-index:3;
        width: 40px;
        height: 80px;
        position:absolute;
        top:100px;
        right:0px;
    }
    .menu_main {
        z-index:5;
        position:absolute;
        width:100%;
    }