body{
	font-family: helvetica,tahoma;
	background-color: white
}

a:link		{ color: blue; text-decoration:none;}
a:hover		{ color: black; background-color:red; text-decoration:none;}
a:active	{ color: orange; text-decoration:none;}
a:visited	{ color: darkblue; text-decoration:none;}

table		{ background-color: #EEEEEE }

*.schalter	{ border: 2px dotted blue; font-weight: bold }
*.textarea	{ border: 2px solid white; background-color: white }
*.naviarea	{ background-color: lightgray }

