/* www.modulpark.ch, www.infofactory.ch
   Funktion 1: Gestaltung der Menu-Ausgabe in individuellen Layouts
	Funktion 2: Moeglichkeit ind. Classes zu definieren (siehe Handbuch Modulpark)
*/

/* Die Classes fr die menuEarstellung sind wie folgt aufgebaut:
menuB_e1_active 

menu = Bezeichnung fr alle Classes fr die menuEarstellung
A = Name der Menuart 
e1 = Ebene (e1 bis e3)
active = Unterscheidung ob aktiv oder nicht. Fllt bei Zustand nicht aktiv weg.
*/
 
body {background-color:#666666}

 
/* Ausgabe fuer menuA, aktive Ebene 1  (_active) */ 
 ___________________________________________________

.menuA_e1, a.menuA_e1:link, a.menuA_e1:visited {	
			font-family: Verdana, sans-serif; 
			font-size: 12px; 
			background-color:#CD1F24; 
			color:#ffffff; 
			font-weight:bold;
			line-height: 26px;
			text-decoration:none;}
			
a.menuA_e1:hover {color:#FF9900;}
____________________________________________________		

.menuB_e1, .menuB_e2, .menuB_e3, a.menuB_e1:link, a.menuB_e2:link, a.menuB_e3:link, .menuB_e2_clan, .menuB_e3_clan {
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color:#CD1F24;}

.menuB_e1,a.menuB_e1:link {font-weight:bold; background-color:#CD1F24; line-height:26px;}

.menuB_e2, .menuB_e3, a.menuB_e2:link, a.menuB_e3:link, .menuB_e2_clan, .menuB_e3_clan {line-height:20px; background-color:#FFD99F; color:#333333;}

a.menuB_e1:visited {color: #ffffff; text-decoration: none; background-color:#CD1F24; font-size:12px;}
a.menuB_e2:visited, a.menuB_e3:visited {color: #333333; text-decoration: none;}	
a.menuB_e1:hover {color:#FF9900; background-color:#CD1F24; font-size:12px;}
a.menuB_e2:hover, a.menuB_e3:hover, .menuB_e2_clan:hover, .menuB_e3_clan:hover {color: #333333; text-decoration: none;}		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuB_e1_active, .menuB_e2_active, .menuB_e3_active, a.menuB_e1_active:link, a.menuB_e2_active:link, a.menuB_e3_active:link, .menuB_e1_clan {
	color: #333333;
	font-size: 12px;
	line-height: 26px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
 }
 
.menuB_e1_active, a.menuB_e1_active:link, .menuB_e1_clan {color:#FFFFFF; font-weight:bold; background-color:#FF9900; font-size:12px;}
 
a.menuB_e2_active:link, a.menuB_e3_active:link, .menuB_e2_active, .menuB_e3_active {line-height: 20px; background-color:#FFD99F; font-weight:bold;}

a.menuB_e1_active:visited, .menuB_e1_clan:visited {color:#FFFFFF; font-weight:bold; background-color:#FF9900; font-size:12px;}
a.menuB_e2_active:visited, a.menuB_e3_active:visited {color: #333333; text-decoration: none;}	
a.menuB_e1_active:hover, a.menuB_e2_active:hover, a.menuB_e3_active:hover {color: #222222; text-decoration: none;}




/*Schriftformatierung*/

.gross { font-weight:bold; font-size: 14px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif;} 

.gold {	font-size:16px; 
		font-weight:bold; 
		color:rgb(184, 134, 11); 
		text-align:center; 
		line-height: 22px;
	}
	
.rot {font-size: 13px;}






