body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #000000;
}

table.seite {
    margin: 0px 10px 0px 50px; 
    text-align: left;
    border-spacing: 2px;
    width: 90%;
    height: *%;   
}

td.titeltext {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #EEEEE6;
}

p.titeltext {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: bold;
    color: #CCCCCC;
}


td.mainmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 10px;
    font-size: 9pt;
    color: #CCCCCC;
    background-color: #000000;
    height: 30px;
}

table.content {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    background-color: #CCCCCC;
    width: 100%;
    height: *%;
}

td.content {
    background-color: #CCCCCC;
    padding-top: 5px;
    height: *%;
    vertical-align: top;
    
    margin: 0px 0px 0px 0px;
}

table.footer {
    margin: 20px 0px 0px 0px;
    width: 100%;
    vertical-align: bottom;
}

td.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    font-size: 8pt;
    border-top: 1px solid #000000;
}

p.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
    width: 100%;
    color: #000000;
    margin: 0px 0px 0px 0px;
}

span.menuhighlight {
    color: #FFFFFF;
    font-weight: bold;
}

span.menustandard {
    color: #CCCCCC;
    font-weight: bold;
}

p.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: right;
    vertical-align: top;
    width: 99%;
    color: #666666;
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 2px 4px;
}

p.disclaimheader {
    font-size: 8pt;
    margin: 5px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}

p.disclaimer {
    font-size: 7pt;
    color: #000000;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}

h1 { font-size: 16px; }
h2 { font-size: 12px; }
h3 { font-size: 10px; }

h4, h5, p, td, tr, li, pre {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style:  normal;
    font-weight: bold;
    margin-left: 10px;
    margin-top:  10px;
}

h2 {
    margin-bottom: 0px;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:   18px;
    margin-left:   10px;
    margin-right:  10px;
    margin-top:    5px;
    margin-bottom: 15px;
}


li {
    margin-bottom: 5px;
}


/*ul {
    list-style-type: square;
}*/


em {
    font-weight: bold;
}


li, dt, dd {
    margin-left: 2%;
}

a:link.mainmenu {
    color: #CCCCCC;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
}

a:visited.mainmenu  {
    color: #CCCCCC;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
}

a:hover.mainmenu  {
    color: #CCCCCC;
    font-weight: bold;
    background: transparent;
    text-decoration: underline;
}

a:active.mainmenu  {
    color: #CCCCCC;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
}


a:link.copyright {
    font-size: 8pt;
    color: #666666;
}

a:visited.copyright {
    font-size: 8pt;
    color: #666666;
}


a:link {
    color: #000000;
    background: transparent;
    text-decoration: none;
}

a:visited {
    color: #000000;
    background: transparent;
    text-decoration: none;
}

a:hover {
    background: transparent;
    text-decoration: underline;
}

a:active {
    color: #000000;
    background: #CCCCCC;
    text-decoration: none;
}


