body {
    background-color: #a0a0a0;
    color: black;
    font-family: 'trebuchet MS', 'lucida sans', verdana, calibri, sans-serif, arial;
    font-size: 10pt;
    line-height: 1.5;
    align: center;
}

#rahmen {
    width: 805px;
    margin: 0px auto;
    background-color: white;
    align: center;
}

#head {
    background: white;
    border-bottom: solid 7px #c0c0c0;
    text-align: left;
    valign: top;
    font-weight: 700;
    font-size: 12pt;
}

#head a {
    text-align=left;
    color: #000000;
    text-decoration: none;
}

#head img {
    border: 0px;
}

#navi {
    float: left;
    width: 165px;
    border: none;
    font-size: 10pt;
    margin-top: 7;
    margin-left: 0;
    font-weight: 500;
    //	padding: 3;
    background-color: white;
}

#navi a {
    text-align: left;
    color: #0000c8;
    background: transparent;
    font-size: 10pt;
    font-weight: 500;
    text-decoration: none;
}

#navi a:hover {
    color: red;
    text-decoration: underline;
}

#navi a.fett {
    text-align: left;
    color: #0000c8;
    background: transparent;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: none;
}

#navi a.fett:hover {
    color: red;
    text-decoration: underline;
}

#navi td {
    text-align: left;
    color: black;
    font-weight: 500;
    line-height: 1.5;
}

#navi small {
    text-align: left;
    color: black;
    font-size: 9pt;
    font-weight: 500;
    line-height: 1.5;
}

#navi h1 {
    color: black;
    text-align: left;
    font-weight: 700;
    font-size: 12pt;
}

#content {
    width: 613px;
    float: right;
    border-top: 0;
    border-left: solid 7px #c0c0c0;
    padding-left: 7px;
    padding-right: 10px;
    margin-top: 0;
    text-align: left;
    background-color: white;
}

#content h1 {
    color: #000000;
    //	background: transparent; 
    font-size: 18pt;
    font-weight: 900;
    text-align: left;
}

#content h2 {
    color: #0000c8;
    font-weight: 700;
    //	background: transparent; 
    font-size: 14pt;
}

#content h3 {
    color: #0000c8;
    //	background: transparent; 
    font-weight: 700;
    font-size: 11pt;
}

#content p {
    background: transparent;
    font-size: 10pt;
    text-decoration: none;
}

#content b {
    background: transparent;
    font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
}

#content td {
    font-size: 10pt;
    line-height: 1.5;
}

#content a {
    color: #0000c8;
    background: transparent;
    font-size: 10pt;
    text-decoration: none;
}

#content a:hover {
    color: red;
    text-decoration: underline;
}

#content a:visited {
    color: #800080;
    text-decoration: none;
}

#content a:visited:hover {
    color: red;
    text-decoration: underline;
}

#footer {
    clear: both;
    text-align: right;
    border-top: solid 0px #000000;
    margin-right: 10px;
    background: white;
    font-size: 8pt;
    color: black;
}

.wide-list {
    margin: 10px 0;
}