
/* schriftstil,abstände */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 10px; color: black;  background-color:#ffffff; font-family: verdana,arial; font-size: 10pt;}

/* Text Format */
.fliess { color: #2E2E2E; font: 500 11px Arial, Helvetica, sans-serif;}
.fliess_fett_kl { color: #2E2E2E; font: 900 11px Arial, Helvetica, sans-serif;}

/* Trennlinie */

hr
{
   height: 0px;
   width: 100%;
   border-top: 1px dashed #DDDDDD;
   padding: 0px;
   margin: 0px 0px 5px 0px;
}

table, tr, td
{ color: black ;font-family: verdana,arial; font-size: 10pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #808080; scrollbar-base-color: #ffffff;
scrollbar-highlight-color : #808080; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #e6e6e6;}

/* allgemeine links im text */

a:link.allg{ color:#000000; text-decoration:underline; font-family: verdana; font-size: 10pt;background-color:#ffffff}

a:visited.allg{color:#000000;text-decoration:underline;font-family: verdana; font-size: 10pt;background-color:#ffffff}

a:active.allg{ color:#000000;text-decoration:underline;font-family: verdana; font-size: 10pt;background-color:#ffffff }

a:hover.allg{ color: #000000;background-color:#ffffff; text-decoration:none;font-family: verdana; font-size: 10pt; }
