/*<!--Festlegung Scrollbar-Farben-->*/
BODY { color: white; font-size: 10pt; 
font-family: tahoma,arial,helvetica;; 
scrollbar-base-color: #ABABAB;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color:black;
scrollbar-face-color: #ABABAB;
scrollbar-highlight-color: white;
scrollbar-shadow-color: black;
scrollbar-track-color: #ABABAB;
}
/*<!--/Festlegung Scrollbar-Farben-->*/


/*<!--Festlegung Text-und Links-Farben-->*/
a:link { font-weight:regular; color:#355A75; text-decoration:none}
a:visited { font-weight:regular; color:#355A75; text-decoration:none}
a:hover { font-weight:regular; color:#00B2EA; text-decoration:none}
a:active { font-weight:regular; color:#355A75; text-decoration:none}
a:focus { font-weight:regular; color:#355A75; text-decoration:none}