
/* schriftstil,abstände,farben */

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; color: silver;  background-color: #566471; font-family: verdana,arial; font-size: 10pt;}


table,tr,td
{font-family: verdana,arial; font-size: 10pt;color: silver;  }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color:silver ; scrollbar-base-color:#566471 ;
scrollbar-highlight-color : #cccccc; scrollbar-shadow-color : #cccccc;
SCROLLBAR-TRACK-COLOR: #3A444E;}
}


/* allgemeine links */

a:link{ color: silver;background-color:#566471; text-decoration:underline; font-family: verdana; font-size: 10pt;  }

a:visited{background-color:#566471;color: silver;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:active{background-color:#566471; color:silver;text-decoration:underline;font-family: verdana; font-size: 10pt;   }

a:hover{background-color:white; color: #566471; text-decoration:none;font-family: verdana; font-size: 10pt; }