/* 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 menuA, Ebene 1 - 3 */
.menuA_e1,  a.menuA_e1:link {
	color: #363F3B;
	font-size: 11px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color : #ADCBBD;
	}

a.menuA_e1:visited  {color: #363F3B; text-decoration: none; background-color : #ADCBBD;}	
a.menuA_e1:hover  {color: #363F3B; text-decoration: none; background-color : #ADCBBD;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuA_e1_active,  a.menuA_e1_active:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color : #005E31;
	 }
 
a.menuA_e1_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuA_e1_active:hover {color: #FFFFFF; text-decoration: none;;}


.menuA_e2, .menuA_e2_clan,  a.menuA_e2_clan:link {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color : #D9E7E0;
}

a.menuA_e2_clan:visited  {color: #000000; text-decoration: none; background-color : #D9E7E0;}	
a.menuA_e2_clan:hover  {color: #000000; text-decoration: none; background-color : #D9E7E0;}		


.menuA_e2_active,  a.menuA_e2_active:link {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color : #D9E7E0;
 }
 
a.menuA_e2_active:visited  {color: #000000; text-decoration: none; font-weight: bold; background-color : #D9E7E0;}	
a.menuA_e2_active:hover {color: #000000; text-decoration: none; font-weight: bold; background-color : #D9E7E0;}



.menuA_e3, .menuA_e3_clan,  a.menuA_e3_clan:link {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color : #D9E7E0;
}

a.menuA_e3_clan:visited  {color: #000000; text-decoration: none; background-color : #D9E7E0;}	
a.menuA_e3_clan:hover  {color: #000000; text-decoration: none; background-color : #D9E7E0;}		


.menuA_e3_active,  a.menuA_e3_active:link {
	color: #F1490D;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color : #D9E7E0;
 }
 
a.menuA_e3_active:visited  {color: #F1490D; text-decoration: none; font-weight: bold; background-color : #D9E7E0;}	
a.menuA_e3_active:hover {color: #F1490D; text-decoration: none; font-weight: bold; background-color : #D9E7E0;}









/* Ausgabe fuer menuB, Ebene 1 - 3 */
.menuB_e1, .menuB_e2, .menuB_e3, a.menuB_e1:link, a.menuB_e2:link, a.menuB_e3:link {
	color: #222222;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }

a.menuB_e2:link, a.menuB_e3:link {line-height: 15px;}

a.menuB_e1:visited, a.menuB_e2:visited, a.menuB_e3:visited {color: #222222; text-decoration: none;}	
a.menuB_e1:hover, a.menuB_e2:hover, a.menuB_e3:hover {color: #FF0000; 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 {
	color: #FF0000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
 }
 
a.menuB_e2_active:link, a.menuB_e3_active:link {line-height: 15px;}

a.menuB_e1_active:visited, a.menuB_e2_active:visited, a.menuB_e3_active:visited {color: #FF0000; text-decoration: none;}	
a.menuB_e1_active:hover, a.menuB_e2_active:hover, a.menuB_e3_active:hover {color: #222222; text-decoration: none;}

/* 
Ausgabe fuer menuC, Ebene 1 - 3 
*/
menuC_e1,  a.menuC_e1:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color: #6AA287;
	font-weight: bold;	
}

a.menuC_e1:visited  {color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 30px;}	
a.menuC_e1:hover  {color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 30px;}		

/* Ausgabe fuer menuC, aktive Ebene 1 - 3   (_active) */
.menuC_e1_active,  a.menuC_e1_active:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color: #6AA287;
	font-weight: bold;	
 }
 
a.menuC_e1_active:visited  {color: #FFFFFF; text-decoration: none; font-weight: bold;}	
a.menuC_e1_active:hover {color: #FFFFFF; text-decoration: none; font-weight: bold;}


.menuC_e2_clan,  a.menuC_e2_clan:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color: #6AA287;
	font-weight: bold;	
}

a.menuC_e2_clan:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e2_clan:hover  {color: #FFFFFF; text-decoration: none;}		

/* Ausgabe fuer menuC, aktive Ebene 1 - 3   (_active) */
.menuC_e2_active,  a.menuC_e2_active:link {
	color: #FF0000;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	background-color: #6AA287;
	font-weight: bold;	
 }
 
a.menuC_e2_active:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e2_active:hover {color: #FFFFFF; text-decoration: none;}



.menuC_e3_clan,  a.menuC_e3_clan:link {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color: #E5E5E5;	
}

a.menuC_e3_clan:visited  {color: #FFFFFF; text-decoration: none;}	
a.menuC_e3_clan:hover  {color: #D4D4D4; text-decoration: none;}		


.menuC_e3_active,  a.menuC_e3_active:link {
	color: #FF0000;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	background-color: #E5E5E5;	
 }
 
a.menuC_e3_active:visited  {color: #FF0000; text-decoration: none;}	
a.menuC_e3_active:hover {color: #FFFFFF; text-decoration: none;}



/* 
Ausgabe fuer menuD, Ebene 1 - 3 
*/
.menuD_e1, .menuD_e2, .menuD_e3, a.menuD_e1:link, a.menuD_e2:link, a.menuD_e3:link {
	color: #222222;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }

a.menuD_e2:link, a.menuD_e3:link {line-height: 15px;}

a.menuD_e1:visited, a.menuD_e2:visited, a.menuD_e3:visited {color: #222222; text-decoration: none;}	
a.menuD_e1:hover, a.menuD_e2:hover, a.menuD_e3:hover {color: #FF0000; text-decoration: none;}		

/* Ausgabe fuer menuD, aktive Ebene 1 - 3   (_active) */
.menuD_e1_active, .menuD_e2_active, .menuD_e3_active, a.menuD_e1_active:link, a.menuD_e2_active:link, a.menuD_e3_active:link {
	color: #FF0000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
 }
 
a.menuD_e2_active:link, a.menuD_e3_active:link {line-height: 15px;}

a.menuD_e1_active:visited, a.menuD_e2_active:visited, a.menuD_e3_active:visited {color: #FF0000; text-decoration: none;}	
a.menuD_e1_active:hover, a.menuD_e2_active:hover, a.menuD_e3_active:hover {color: #222222; text-decoration: none;}


/* 
Ausgabe fuer menuE, Ebene 1 - 3 
*/
.menuE_e1, .menuE_e2, .menuE_e3, a.menuE_e1:link, a.menuE_e2:link, a.menuE_e3:link {
	color: #222222;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }

a.menuE_e2:link, a.menuE_e3:link {line-height: 15px;}

a.menuE_e1:visited, a.menuE_e2:visited, a.menuE_e3:visited {color: #222222; text-decoration: none;}	
a.menuE_e1:hover, a.menuE_e2:hover, a.menuE_e3:hover {color: #FF0000; text-decoration: none;}		

/* Ausgabe fuer menuE, aktive Ebene 1 - 3   (_active) */
.menuE_e1_active, .menuE_e2_active, .menuE_e3_active, a.menuE_e1_active:link, a.menuE_e2_active:link, a.menuE_e3_active:link {
	color: #FF0000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
 }
 
a.menuE_e2_active:link, a.menuE_e3_active:link {line-height: 15px;}

a.menuE_e1_active:visited, a.menuE_e2_active:visited, a.menuE_e3_active:visited {color: #FF0000; text-decoration: none;}	
a.menuE_e1_active:hover, a.menuE_e2_active:hover, a.menuE_e3_active:hover {color: #222222; text-decoration: none;}





.newsletter {
	font-family:  Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}


.adresse {
	font-family:  Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}

.adressebold {
	font-family:  Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

.head {font-size: 11px; line-height: 16px; color: #666666; text-decoration: none;}

a.head:link {color: #666666; text-decoration: none;}
a.head:visited {color: #666666; text-decoration: none;}
a.head:hover {color: #666666; text-decoration: none;}
 
 
.navigation {font-size: 11px; line-height: 16px; color: #000000; text-decoration: none;}

a.navigation:link {color: #000000; text-decoration: none;}
a.navigation:visited {color: #000000; text-decoration: none;}
a.navigation:hover {color: #000000; text-decoration: none;}

.rahmen {
font-family: Verdana, sans-serif;
font-size: 1px;
line-height: 1px;
background-color : #FFFFFF;
}

.zero {
font-family: Verdana, sans-serif;
font-size: 0px;
line-height: 0px;
}

.slogan {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CC0000;
	font-weight: bold;
}