body,td,th {
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
}
body {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
 scrollbar-arrow-color: white;
 scrollbar-base-color: #4A6E9A;
 scrollbar-highlight-color : #4A6E9A;
 scrollbar-shadow-color : #4A6E9A;
 SCROLLBAR-TRACK-COLOR: white;
}
.aussen {
border:1px solid #646462;
}

.header_navi {
background-image:url(design_images/header_navi1.gif);
background-repeat:repeat-x;
color:#FFFFFF;
}
.navi1 {
background-image: url(design_images/con_nav.gif);
background-repeat:repeat-x;
height:21px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.navi2 {
background-image: url(design_images/navi.gif);
background-repeat:repeat-x;
height:6px;
}
.footer2 {
background-image:url(design_images/footer2.gif);
background-repeat:repeat-x;
}
.content {
border-left:1px solid #2a703a;
border-right:1px solid #2a703a;
border-bottom:1px solid #2a703a;
}
a {
        font-size: 10px;
        color: #0050A0;
        font-weight: bold;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #0050A0;
}
a:hover {
        text-decoration: none;
        color: #000000;
}
a:active {
        text-decoration: none;
        color: #0050A0;
}

/* Formularelemente */
input     {
           color: white;
           border-width: 1px;
           border-style: solid;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #4A6E9A;
           }
select    {
           color: white;
           border-width: 1px;
           border-style: solid;
           border-color: black;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #4A6E9A;
           }
textarea    {
           color: white;
           border-width: 1px;
           border-style: solid;
           border-color: black;
           font-size: 8pt;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
           background-color: #4A6E9A;
           }


#dhtmltooltip{
           position: absolute;
           width: 150px;
           border: 2px solid black;
           padding: 2px;
           background-color: #4A6E9A;
           visibility: hidden;
           z-index: 100;
           /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
           filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
