/* 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.
*/

/* Ausgabe fuer menuA, Ebene 1 - 3 */
.menuA_e1, a.menuA_e1:link {
	color: #868686;
	font-size: 11px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
 }

.menuA_e3, a.menuA_e3:link, .menuA_e3_active, a.menuA_e3_active:link {
	color: #868686;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
}

a.menuA_e1:visited {color: #868686; text-decoration: none; text-align: left;}	
a.menuA_e1:hover {color: #CC0000; text-decoration: none; text-align: left;}

.menuA_e2_clan,  a.menuA_e2_clan:link, .menuA_e2, a.menuA_e2:link {
	color: Black;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	text-align: left;
	}

a.menuA_e2_clan:visited  {color: Black; text-decoration: none; text-align: left;}	
a.menuA_e2_clan:hover  {color: #CC0000; text-decoration: none; text-align: left;}

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuA_e1_active, a.menuA_e1_active:link {
	color: Black;
	font-size: 11px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
 
a.menuA_e1_active:visited {color: Black; text-decoration: none; font-weight: bold; text-align: left;}	
a.menuA_e1_active:hover {color: #CC0000; text-decoration: none; font-weight: bold; text-align: left;}

a.menuA_e2_active:visited, a.menuA_e3_active:visited {color: #CC0000; font-size: 11px;	line-height: 16px; text-decoration: none; text-align: left;}	
a.menuA_e2_active:hover, a.menuA_e3_active:hover {color: #CC0000; font-size: 11px;	line-height: 16px; text-decoration: none; text-align: left;}

 
a.menuA_e2:visited, a.menuA_e3:visited {color: #868686; text-decoration: none; text-align: left;}	
a.menuA_e2:hover, a.menuA_e3:hover {color: #E10915; text-decoration: none;  text-align: left;}		

.menuA_e2_active {
	color: #CC0000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	 }
 
.menuA_e3_active {
	color: #CC0000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	 }

.menuA_e3_clan,  a.menuA_e3_clan:link {
	color: Black;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	text-align: left;
	}

a.menuA_e3_clan:visited  {color: Black; text-decoration: none; text-align: left;}	
a.menuA_e3_clan:hover  {color: #CC0000; text-decoration: none; text-align: left;}		





/* 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 menuBrt 
e1 = Ebene (e1 bis e3)
active = Unterscheidung ob aktiv oder nicht. Fllt bei Zustand nicht aktiv weg.
*/

/* Ausgabe fuer menuB, Ebene 1 - 3 */
.menuB_e2, a.menuB_e2:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	background-color : #FAEC69;
 }


a.menuB_e2:visited {color: #046BC8; text-decoration: none; text-align: left; background-color: #FAEC69;}	
a.menuB_e2:hover {color: #000000; text-decoration: none; text-align: left; background-color: #FAEC69;}		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuB_e2_active, a.menuB_e2_active:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background-color: #FAEC69;
 }
 
a.menuB_e2_active:visited {color: #046BC8; text-decoration: none; font-weight: bold; text-align: left; background-color : #FAEC69;}	
a.menuB_e2_active:hover {color: #000000; text-decoration: none; font-weight: bold; text-align: left; background-color : #FAEC69;}


.menuB_e2_clan,  a.menuB_e2_clan:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana, sans-serif;
	text-align: left;
	background-color: #FAEC69;
	}

a.menuB_e2_clan:visited  {color: #046BC8; text-decoration: none; text-align: left; background-color: #FAEC69;}	
a.menuB_e2_clan:hover  {color: #000000; text-decoration: none; text-align: left; background-color: #FAEC69;}		









.menuC_e3, a.menuC_e3:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
 }


a.menuC_e3:visited {color: #046BC8; text-decoration: none; text-align: left;}	
a.menuC_e3:hover {color: #000000; text-decoration: none; text-align: left;}		

/* Ausgabe fuer menuC, aktive Ebene 1 - 3   (_active) */
.menuC_e3_active, a.menuC_e3_active:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
 }
 
a.menuC_e3_active:visited {color: #046BC8; text-decoration: none; font-weight: bold; text-align: left;}	
a.menuC_e3_active:hover {color: #000000; text-decoration: none; font-weight: bold; text-align: left;}


.menuC_e3_clan,  a.menuC_e3_clan:link {
	color: #046BC8;
	font-size: 12px;
	line-height: 27px;
	font-family: Verdana, sans-serif;
	text-align: left;
	}

a.menuC_e3_clan:visited  {color: #046BC8; text-decoration: none; text-align: left;}	
a.menuC_e3_clan:hover  {color: #000000; text-decoration: none; text-align: left;}		

.newstext {
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
 }
 
 .newstitel {
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

 }
a.newstext, a.newstext:visited {
	text-decoration: underline;
 }

.adresse {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 14px;
color: #666666;
text-decoration: none;
}

.navigation {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 16px;
color: Black;
text-decoration: none;
}

a.navigation:link {color: Black; text-decoration: none;}
a.navigation:visited {color: Black; text-decoration: none;}
a.navigation:hover {color: #E10915; text-decoration: none;}


.blackline {
	line-height: 1px;
	font-family: Verdana, Geneva, Arial;
	font-size: 1px;
}

.feldfarbrot {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background : #F2F2F2;
	font: normal;
	width: 110px;
	text-align: right;
}

.feldfarbrot100 {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background : #F2F2F2;
	font: normal;
	width: 100px;
	text-align: right;
}

.feldfarbrotfett {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background : #F2F2F2;
	font: bold;
	width: 110px;
	text-align: right;
}

.feldfarbrotfett100 {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background : #F2F2F2;
	font: bold;
	width: 100px;
	text-align: right;
}

.feldfarbrot50 {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	background: #F2F2F2;
	width: 60px;
	text-align: right;
}

.feldfarbweiss {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	font: normal;
	width: 110px;
	text-align: right;
}

.feldfarbweissdrop {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	font: normal;
	width: 130px;
	text-align: right;
}

.feldfarbweissdrop50 {
	font-size: 9pt;
	font-family: "Courier New", Courier, monospace;
	font: normal;
	width: 50px;
	text-align: right;
}

.lauftextklein {
	font-size: 8pt;
	line-height: 12pt;
	font-family: Verdana, Geneva, Arial;
}






















