
/* schriftstil,abstände */

body
{margin-top: 5px; margin-left: 5px; margin-right: 5px;margin-bottom: 5px; color:black; background-color:white; font-family: verdana,arial; font-size: 9pt;}


table,tr,td
{ color: black ;font-family: verdana,arial; font-size: 10pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-base-color: #FFCC99;scrollbar-arrow-color: #000000;
scrollbar-highlight-color : #000000; scrollbar-shadow-color : #000000;
SCROLLBAR-TRACK-COLOR: #FF6600;}


.leiste {background-color:#800000; color:black;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
padding-left: 2px; padding-bottom: 2px; padding-top: 2px;margin: 0px auto;
height:30px;

}


/* allgemeine 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;background-color:#FFCC99;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #000000;background-color:#FFCC99;text-decoration:none;font-family: verdana; font-size: 10pt; }



/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


