

/* schriftstil,abstände */

body
{ color: #000000;  background-color:#e0e0e0; font-family: verdana,arial; font-size: 10pt;}

h1 { font-size:12pt; font-weight:bold; text-align:center;  letter-spacing:2px }
h2 { font-size:10pt; font-weight:bold; text-align:center; letter-spacing:2px }
h3 { font-size:10pt; font-weight:bold; text-align:center; }
 p { font-size:10pt; text-align:center; }
em { color:red; }
		
table,tr,td
{ color: #000000 ;font-family: verdana,arial; font-size: 10pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #ffffff; scrollbar-base-color:#e0e0e0;
scrollbar-highlight-color : #ffffff; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #cccccc;}



/* 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;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #ffffff;background-color:#AFAFAF;  text-decoration:none;font-family: verdana; font-size: 10pt; }