
/* schriftstil, abstände */

body
{color: #663333; background-color: #FFCCCC; font-family: verdana,arial; font-size: 10pt;}

table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: #663333 ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste */

body
{scrollbar-arrow-color: black; scrollbar-base-color: a6b6ca;
scrollbar-highlight-color : #e6e6e6; scrollbar-shadow-color : black;
SCROLLBAR-TRACK-COLOR: #cccccc;}

/* linkls im menü */

#menu1 a {background-color: #FFCCCC;color: #CC0000; text-decoration:none ;font-family:verdana, arial, sans-serif; font-size: 10pt;
}

#menu1 a:visited{background-color: #FFCCCC;color: #CC0000;text-decoration:none;font-family:verdana, arial, sans-serif; font-size: 10pt;
}

#menu1 a:active{background-color: #FFCCCC;color: #CC0000;text-decoration:none;font-family:verdana, arial, sans-serif; font-size: 10pt;
}

#menu1 a:hover {background-color: #FFCCCC;color: #330000; text-decoration:none ;font-family:verdana, arial, sans-serif; font-size: 10pt;
}

/* links im text */

a:link{ color: black; text-decoration:underline; ;font-family: verdana; font-size: 10pt; }

a:visited{color: black;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{ color:black;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #808080; background-color:black; text-decoration:none;font-family: verdana; font-size: 10pt; }


