
/* schriftstil,abstände */
.ueberschrift1 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; color:#263A6F; }
.ueberschrift2 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; color:#000000; }
.ueberschrift3 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; color:#263A6F; }

.ulink { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; text-decoration:underline; color:#000000; }



table, tr,td { color: black ;font-family: verdana,arial; font-size: 12pt;}


/* scrolleiste internet explorer ab vers.5.5 */

body
{
	scrollbar-arrow-color: white; 
	scrollbar-base-color: A9B1D7;
	scrollbar-highlight-color : #CCCCFF; 
	scrollbar-shadow-color : black;
	SCROLLBAR-TRACK-COLOR: #000000;

	font-family: verdana; 
	font-size: 15pt;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;

}


h1,h2 
{
	font-size:1pt;
}



/* allgemeine links im text */

a:link{ color: black; text-decoration:none; ;font-family: verdana; font-size: 10pt;}

a:visited{color: black;text-decoration:none;font-family: verdana; font-size: 10pt;}

a:active{ color:black;text-decoration:none;font-family: verdana; font-size: 10pt; }

a:hover{ color:black;text-decoration:underline;font-family: verdana; font-size: 10pt; }


