html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url("bilder/back.gif");
    background-color: #0000CC;
    text-align: center;
}

body, td {
    font-size: 12px;
}

#aussen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -360px;
    margin-top: -220px;
    padding: 0;
    width: 760px;
    border-top: 4px RGB(120,120,190) solid;
    border-bottom: 4px RGB(120,120,190) solid;
    text-align: left;
}

#banner {
    width: 760px;
    height: 100px;
    background-image: url("bilder/oben.jpg");
}

.navi {
    background-color: RGB(120,120,190);
    border-bottom: 2px #000099 solid;
    border-top: 2px #000099 solid;
}

.navi a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-right:15px;
    padding-left:15px;
    line-height:15px;
}
.navi a:hover{
    color: #009;
    background-color:#c0c8fe;
}

#content {
    background-color: #FFF;
    padding: 10px;
}

#graphic {
    float: left;
    width: 350px;
    text-align: center;
}

#graphic2 {
    float: left;
    width: 200px;
    text-align: center;
}

#text {
    float: right;
    width: 350px;
    padding: 5px;
    border: 3px double #009;
    background-color: #f0fff0;
}

#text2 {
    float: right;
    width: 500px;
    padding: 5px;
    border: 3px double #009;
    background-color: #f0fff0;
}

p {
    color: #0C1CA5;
}

.gross {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;

}
.weiss {
    color: #FFFFFF;
}
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    list-style-type: disc;
    color: #07149A;

}
.balkentext {
    font-size: 1px;
    line-height: 1px;
}
