

#auswahl {
	float: left;
	margin: 0 ;
	padding: 0;
	
	background: #e4e4e4; /* täuscht Stück(oben) vom rechten Kasten vor */
	width: 969px /* eigentlich 970, aber -1px rechts+links - sieht besser aus */
}



/* @group evks */

#auswahl ul {
	list-style: none;
	margin-left: -20px;
}
	
#auswahl ul li {
	float: left;
	list-style-type: none;
}
	
#auswahl ul li a {
	display: block;
	text-decoration: none;
	padding: .4em 0 .4em 30px; /* Innenabstand Buttons */
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	width: 190px;
}
	
#auswahl li a:hover			{ text-decoration: none }
#auswahl li a.active 		{ }

/* @end */


/* @group evks */

#auswahl ul.evks			{ background: #003366 url(../images/auswahl/auswahl_b.gif) repeat-x }
#auswahl ul li.evks  		{ }
#auswahl ul li.evks  a 		{ background: #003366 url(../images/auswahl/auswahl_b.gif) repeat-x; color: #a6b9cb }
#auswahl li.evks  a:hover	{ background: #003366 url(../images/auswahl/auswahl_b.gif) repeat-x; color: #fff }
#auswahl li.evks  a.active	{ background: #003366 url(../images/auswahl/auswahl_on_b.gif) repeat-x; color: #fff }

/* @end */



/* @group juki */

#auswahl ul.juki 			{ background: #DC5A00 url(../images/auswahl/auswahl_o.gif) repeat-x }
#auswahl ul li.juki 		{ }
#auswahl ul li.juki  a 		{ background: #DC5A00 url(../images/auswahl/auswahl_o.gif) repeat-x; color: #f3c5a6 }
#auswahl li.juki  a:hover	{ background: #DC5A00 url(../images/auswahl/auswahl_o.gif) repeat-x; color: #fff }
#auswahl li.juki  a.active	{ background: #DC5A00 url(../images/auswahl/auswahl_on_o.gif) repeat-x; color: #fff }

/* @end */


/* @group musik */

#auswahl ul.musik 			{ background: #638611 url(../images/auswahl/auswahl_g.gif) repeat-x }
#auswahl ul li.musik  		{ }
#auswahl ul li.musik  a 	{ background: #638611 url(../images/auswahl/auswahl_g.gif) repeat-x; color: #c9d5ac }
#auswahl li.musik  a:hover	{ background: #638611 url(../images/auswahl/auswahl_g.gif) repeat-x; color: #fff }
#auswahl li.musik  a.active	{ background: #638611 url(../images/auswahl/auswahl_on_g.gif) repeat-x; color: #fff }

/* @end */




