





/* Dateizusatz: _a = auswahl
				_b =bild
				_t= text		*/
		

/*/////////////////////// Einführung und Systemauswahl//////////////////////*/

#container_hilfe {
 position: absolute;
 width:600px;
 top: 46px;
 left:20px;
}


.auswahl a:link{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:visited {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:hover {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:underline;
}
.auswahl a:active {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}