/* Stylesheet für Bildschirmausgabe */
body {
   color: black; /* Schriftfarbe */
   background-color: white; /* Hintergrund */
   link: #00FF80;
}

/*  Eigenbereich	*/
	 #gruenschattig {
	 	text-shadow:#70FF80 2px 2px 2px; font-size:2.4ex; color:black;
}
/*  Kundenbereich	*/
	 #gelbschattig   {
	 	text-shadow:black 2px 2px 2px; font-size:2.4ex; color:#FFFA8A; /* #ff8000; #FF5B0D; */
}

   a { text-decoration: none; /* outline: none; */ }
/*   a:link {color: silver;} */
   a:link {color: #000FFF;}     /* #d90000; */
   a:visited {color: #00FF80;}
   a:hover, a:focus {
   	text-decoration: underline; font-weight: bold;
   	/* border-bottom: 1px solid  #d90000; */
}
   a:active {
   	color: white;
   	background-color: #849FFF;
}   /* #d90000 #C5CCFF #849FFF */
