 CSS für Scrollbalken 
<style type="text/css">

BODY {
scrollbar-face-color:#ff6633;
scrollbar-highlight-color:#333333;
scrollbar-3dlight-color:#ff6633;
scrollbar-darkshadow-color:#FD734B;
scrollbar-shadow-color:#9B4144;
scrollbar-arrow-color:#9B4144;
scrollbar-track-color:#eeeeee;
}
a:link { font-size:12pt;
     font-weight:bold;
     color:#9B4144;
     font-family:Arial;
         text-decoration:none;
}

a:visited { font-size:12pt;
     font-weight:bold;
     color:#9B4144;
     font-family:Arial;
         text-decoration:none;
}
a:focus{
        font-size:12pt;
     font-weight:bold;
     color:#9B4144;
     font-family:Arial;
         text-decoration:none;
}
a:hover {
        font-size:12pt;
        font-weight:bold;
        color:#ff6633;
        font-family:Arial;
        text-decoration:none;
}
a:active { font-size:12pt;
     font-weight:bold;
     color:#ff6633;
     font-family:Arial;
         text-decoration:none;
 }
a:active {
                                color:#9B4144;
                                text-decoration:none;
}

td {
background-repeat:no-repeat;

}

font {
     font-size:12pt;
     font-weight:bold;
     color:#ff6633;
     font-family:Arial;
     text-decoration:none;
}

.flies
{
       font-size:10pt;
        font-weight:normal;
        letter-spacing:1px;
        line-height:1.2pc;
        color:#000000;
        font-family:Arial;
        }
        .flies2
        {
       font-size:9pt;
        font-weight:bold;
        letter-spacing:1px;
        line-height:1.2pc;
        color:#000000;
        font-family:Arial;
        }
        .text
{
     font-size:9pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
        .text1
{
     font-size:8pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
        .text2
{
     font-size:13pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
        .text3
{
     font-size:11pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
.nolinkorange
{
     font-size:12pt;
     color:#FF6633; 
     font-family:Arial;
     font-weight:bold;
}
        .headersmal
{
     font-size:13pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
        .headerorangesmal
{
     font-size:13pt;
     color:#FF6633; 
     font-family:Arial;
     font-weight:bold;
}
        .header
{
     font-size:16pt;
     color:#666666; 
     font-family:Arial;
     font-weight:bold;
}
        .headerorange
{
     font-size:20pt;
     color:#FF6633; 
     font-family:Arial;
     font-weight:bold;
</style>

