
/* schriftstil,abstände */

body
{
	color: #333333;
	background-color: #006aca;
	font-family: verdana,arial;
	font-size: 10pt;
}


table,tr,td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: #333333 ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: #dfdbd0;
scrollbar-highlight-color : #000000; scrollbar-shadow-color :#dfdbd0;
SCROLLBAR-TRACK-COLOR: #cccccc;}

/* menue linke seite */

#menu1 a {display:block;color:black; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt; width:120px;

}

#menu1 a:visited{ ;color:black;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt; width:115px; width:120px;

}


#menu1 a:active{ color:black;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt; width:120px;

  }

#menu1 a:hover {
	color: Blue;
	background-color: #B0D9FF;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width: 120px;
}



/* 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:white;text-decoration:underline;font-family: verdana; font-size: 10pt; }

a:hover{ color: #A08cbd;background-color:white;  text-decoration:none;font-family: verdana; font-size: 10pt; }