a  {
font-family:Arial, Helvetica, sans-serif;
font-size : 12px;
color : #5E5E5E;
text-decoration : none;
}
a:Visited  {
color : #5E5E5E;
text-decoration : none;
}
a:Active  {
color : #3565A9;
text-decoration : underline;
}
a:Hover  {
color : #3565A9;
text-decoration : underline;
}
table  {
        font-family:Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #5E5E5E;

}
body
{
        scrollbar-arrow-color : #848484;
        scrollbar-track-color: #DDDDDD;
        scrollbar-darkshadow-color: #848484;
        scrollbar-face-color: #DDDDDD;
        scrollbar-3dlight-color: #DDDDDD;
        scrollbar-highlight-color: #848484;
        scrollbar-shadow-color: #848484;

}
.ueberschrift{
        font-size : 20px;
        color : #3565A9;
        line-height:25px;
        font-weight:bold;
}
.ueberschrift1{
        font-size : 16px;
        font-weight:bold;
        text-align:center;
                color : #3565A9;
}
.ueberschrift2{
        font-size : 14px;
        font-weight:bold;
        color : #3565A9;
        padding-left:7px; 
}
.textfeld
{
        color : #3565A9;
        border: 1px solid #5E5E5E;
        width: 210px;
        height:22px;
}
.textarea
{
        font-size : 12px;
        color : #3565A9;
        border: 1px solid #5E5E5E;
        width: 400px;
        height:70px;
}
.button
{
        font-size : 12px;
        color : #3565A9;
        font-weight:bold;
        border: 1px solid #5E5E5E;
        width: 100px;
        background-color:#CCCCCC;
        height:24px;
}