/* 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.
*/


/* Layered menu styles */
/* Menu Level 1 */
.menuLevel1General {
            cursor: default;
            }
 
.menuLevel1,.menuLevel1Over {
			cursor: pointer;
			color: #FFFFFF;
			font-size: 11px;
			line-height: 22px;
			font-family: Verdana, sans-serif;
			text-decoration: none;
			font-weight: bold;
			white-space: nowrap;
			}
.menuLevel1Over {color:#000000;}
 
/* Menu Level 2 */
.menuLevel2General {
            cursor: default;
			color: #000000;
			font-size: 11px;
			line-height: 22px;
			font-family: Verdana, sans-serif;
			text-decoration: none;
			font-weight: none;
            background-color:#EEEEEE;
            border: 1px solid #CCCCCC;}
 
.menuLevel2,.menuLevel2Over {
            cursor: pointer;
			color: #6F6F6F;
			font-size: 11px;
			line-height: 18px;
			font-family: Verdana, sans-serif;
			text-decoration: none;
			font-weight: none;}
.menuLevel2Over {color: Black;}
.menuLevel2Over {font-weight: none;}

 
/* Menu entries of TITLE-type <= not used at the moment*/ .menuLevel2Title,.menuLevel2TitleOver {
            cursor: default;
   font-family: Verdana, Geneva, Arial; 
            font-size:11px;
            font-weight:bold;
            color:#000000;  
            line-height : 17px;
            text-decoration : none;}
.menuLevel2TitleOver {color:#FF0033;}
 
/* Menu Level 3 */
.menuLevel3General {
            cursor: default;
            background-color: #EEEEEE;
            border: 1px solid #CCCCCC;}
 
.menuLevel3,.menuLevel3Over {
            cursor: default;
            font-family: Verdana, Geneva, Arial; 
            font-size:11px;
            font-weight:none;
            color:#6F6F6F;
            line-height : 17px;}
.menuLevel3Over {font-weight:none;color: Black;}
 
/* Menu entries of TITLE-type <= not used at the moment*/ .menuLevel3Title, .menuLevel3TitleOver {
            cursor: default;
   font-family: Verdana, Geneva, Arial; 
            font-size:11px;
            font-weight:bold;
            color:#000000;
            line-height : 17px;
            text-decoration : none;}
.menuLevel3TitleOver {color:#FF0033;}



/* Ausgabe fuer menuA, Ebene 1 - 3 */
body {
	margin-left : 0px;
	margin-top : 0px;
}

.menuA_e1,  a.menuA_e1:link {
	color: #999999;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a.menuA_e1:visited  {color: #999999; text-decoration: none;}	
a.menuA_e1:hover  {color: #000000; text-decoration: none;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuA_e1_active,  a.menuA_e1_active:link {
	color: #000000;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
 }
 
a.menuA_e1_active:visited  {color: #000000; text-decoration: bold;}	
a.menuA_e1_active:hover {color: #000000; text-decoration: bold;}


.menuA_e2_clan,  a.menuA_e2_clan:link {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuA_e2_clan:visited  {color: #666666; text-decoration: none;}	
a.menuA_e2_clan:hover  {color: #FFFFFF; text-decoration: none;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuA_e2_active,  a.menuA_e2_active:link {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuA_e2_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuA_e2_active:hover {color: #666666; text-decoration: none;}



.menuA_e3_clan,  a.menuA_e3_clan:link {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuA_e3_clan:visited  {color: #666666; text-decoration: none;}	
a.menuA_e3_clan:hover  {color: #FF0000; text-decoration: none;}		


.menuA_e3_active,  a.menuA_e3_active:link {
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuA_e3_active:visited  {color: #FF0000; text-decoration: none;}	
a.menuA_e3_active:hover {color: #666666; text-decoration: none;}



















.menuB_e1,  a.menuB_e1:link {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 28px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a.menuB_e1:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuB_e1:hover  {color: #990000; text-decoration: none;}		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuB_e1_active,  a.menuB_e1_active:link {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 28px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuB_e1_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuB_e1_active:hover {color: #FF0000; text-decoration: none;;}


.menuB_e2,  a.menuB_e2:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuB_e2:visited  {color: #000000; text-decoration: none;}	
a.menuB_e2:hover  {color: #000000; text-decoration: none;}		


.menuB_e2_clan,  a.menuB_e2_clan:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuB_e2_clan:visited  {color: #000000; text-decoration: none;}	
a.menuB_e2_clan:hover  {color: #000000; text-decoration: none;}		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuB_e2_active,  a.menuB_e2_active:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuB_e2_active:visited  {color: #000000; font-weight: bold;}	
a.menuB_e2_active:hover {color: #000000; font-weight: bold;}



.menuB_e3_clan,  a.menuB_e3_clan:link {
	color: #000000;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuB_e3_clan:visited  {color: #000000; text-decoration: none;}	
a.menuB_e3_clan:hover  {color: #000000; text-decoration: none;}		


.menuB_e3_active,  a.menuB_e3_active:link {
	color: #CC0000;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
		 }
 
a.menuB_e3_active:visited  {color: #CC0000; font-weight: bold;}	
a.menuB_e3_active:hover {color: #CC0000; font-weight: bold;}







.menuC_e0,  a.menuC_e0:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a.menuC_e0:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e0:hover  {color: #FF0000; text-decoration: none;}		


.menuC_e0_active,  a.menuC_e0_active:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuC_e0_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e0_active:hover {color: #FFFFFF; text-decoration: none;;}



.menuC_e1,  a.menuC_e1:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a.menuC_e1:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e1:hover  {color: #FF0000; text-decoration: none;}		

/* Ausgabe fuer menuC, aktive Ebene 1 - 3   (_active) */
.menuC_e1_active,  a.menuC_e1_active:link {
	color: #000000;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuC_e1_active:visited  {color: #000000; text-decoration: none;}	
a.menuC_e1_active:hover {color: #000000; text-decoration: none;;}


.menuC_e2_clan,  a.menuC_e2_clan:link {
	color: #333333;
	font-size: 12px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a.menuC_e2_clan:visited  {color: #000000; text-decoration: none;}	
a.menuC_e2_clan:hover  {color: #FF0000; text-decoration: none;}		

/* Ausgabe fuer menuC, aktive Ebene 1 - 3   (_active) */
.menuC_e2_active,  a.menuC_e2_active:link {
	color: #333333;
	font-size: 12px;
	line-height: 25px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuC_e2_active:visited  {color: #333333; text-decoration: none;}	
a.menuC_e2_active:hover {color: #333333; text-decoration: none;}


.menuC_e3,  a.menuC_e3:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuC_e3:visited  {color: #000000;}	
a.menuC_e3:hover  {color: #000000;}		


.menuC_e3_clan,  a.menuC_e3_clan:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuC_e3_clan:visited  {color: #000000;}	
a.menuC_e3_clan:hover  {color: #000000;}		


.menuC_e3_active,  a.menuC_e3_active:link {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuC_e3_active:visited  {color: #000000; font-weight: bold;}	
a.menuC_e3_active:hover {color: #000000; font-weight: bold;}







.menuD_e0,  a.menuD_e1:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a.menuD_e0:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuD_e0:hover  {color: #000000; text-decoration: none;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuD_e0_active,  a.menuD_e0_active:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
 }
 
a.menuD_e0_active:visited  {color: #FFFFFF; text-decoration: bold;}	
a.menuD_e0_active:hover {color: #000000; text-decoration: bold;}


.menuD_e2_clan,  a.menuD_e2_clan:link {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuD_e2_clan:visited  {color: #666666; text-decoration: none;}	
a.menuD_e2_clan:hover  {color: #FFFFFF; text-decoration: none;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuD_e2_active,  a.menuD_e2_active:link {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuD_e2_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuD_e2_active:hover {color: #666666; text-decoration: none;}



.menuD_e3_clan,  a.menuD_e3_clan:link {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	}

a.menuD_e3_clan:visited  {color: #666666; text-decoration: none;}	
a.menuD_e3_clan:hover  {color: #FF0000; text-decoration: none;}		


.menuD_e3_active,  a.menuD_e3_active:link {
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	 }
 
a.menuD_e3_active:visited  {color: #FF0000; text-decoration: none;}	
a.menuD_e3_active:hover {color: #666666; text-decoration: none;}

















