/* 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 für die menuEarstellung sind wie folgt aufgebaut:
menuB_e1_active 

menu = Bezeichnung für alle Classes für die menuEarstellung
A = Name der Menuart 
e1 = Ebene (e1 bis e3)
active = Unterscheidung ob aktiv oder nicht. Fällt bei Zustand nicht aktiv weg.
*/


/* Ausgabe fuer Sprachebene, MenuA */
.menuA_e0,  a.menuA_e0:link {
	color: #000000;
	font-size: 9px;
	line-height: 15px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a.menuA_e0:visited  {color: #1863AD; text-decoration: none;}	
a.menuA_e0:hover  {color: #F30012; text-decoration: none;}		

.menuA_e0_active,  a.menuA_e0_active:link {
	color: #1863AD;
	font-size: 9px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }
 
a.menuA_e0_active:visited  {color: #1863AD; text-decoration: none;}	
a.menuA_e0_active:hover {color: #F30012; text-decoration: none;;}

.menuA_e1,  a.menuA_e1:link {
	color: #000000;
	font-size: 10px;
	line-height:18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a.menuA_e1:visited  {color: #000000; text-decoration: none; font-weight: bold;}	
a.menuA_e1:hover  {color: #000000; text-decoration: none; font-weight: bold;}		


.menuA_e1_active,  a.menuA_e1_active:link {
	color: #000000;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
 }
 
a.menuA_e1_active:visited  {color: #000000; text-decoration: none; font-weight: bold;}	
a.menuA_e1_active:hover {color: #000000; text-decoration: none; font-weight: bold;}


.menuA_e1, .menuA_e1_clan,  a.menuA_e1_clan:link {
	color: #000000;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a.menuA_e1_clan:visited  {color: #000000; text-decoration: none; font-weight: bold;}	
a.menuA_e1_clan:hover  {color: #000000; text-decoration: none; font-weight: bold;}		



.menuA_e2 {
	color: #666666;
	font-size: 11px;
	line-height:18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a.menuA_e2:visited  {color: #666666; text-decoration: none;}	
a.menuA_e2:hover  {color: #666666; text-decoration: none;}		


.menuA_e2_active {
	color: #C6262B;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }
 
a.menuA_e2_active:visited  {color: #C6262B; text-decoration: none;}	
a.menuA_e2_active:hover {color: #C6262B; text-decoration: none;;}


.menuA_e2, .menuA_e2_clan,  a.menuA_e2_clan:link {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a.menuA_e2_clan:visited  {color: #666666; text-decoration: none;}	
a.menuA_e2_clan:hover  {color: #666666; text-decoration: none;}		




.home {font-size: 11px; color: #B5B5B5; text-decoration: none;}

a.home:link {color: #B5B5B5; text-decoration: none;}
a.home:visited {color: #B5B5B5; text-decoration: none;}
a.home:hover {color: #B5B5B5; text-decoration: none;}
 

.navigation {
	font-family:  Verdana, sans-serif;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

.navigation:hover {
	font-family:  Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
	
.telefon {
	font-family:  Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}		
	
.homeA {
	font-family:  Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}	

.homeB {
	font-family:  Verdana, sans-serif;
	color: #B5B5B5;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}	

.homeC {
	font-family:  Verdana, sans-serif;
	color: #CCFF00;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}	

.homeD {
	font-family:  Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}	

.hometxt {font-size: 11px; line-height: 13px; color: #333333; text-decoration: none;}

a.hometxt:link {color: #333333; text-decoration: none;}
a.hometxt:visited {color: #333333; text-decoration: none;}
a.hometxt:hover {color: #333333; text-decoration: none;}
 