/* 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.
*/


/* GalleryPopUp*/

:root #container_popup {display: inline; position: absolute; }
:root #button_popup {position: relative; top: 29px; right: 20px; text-align: right; height:20px;}

html * #container_popup {display: inline; position: absolute; }
html * #button_popup {position: absolute; top: 9px; right: 20px; text-align: right; height:20px;}

a.textlink_bold {
	 color: #5B5BFF;
    font-style: italic;
    font-weight: bold;
}

/* Ausgabe fuer menuA, Ebene 1 - 3 */
.menuA_e1,a.menuA_e1:link {
	color: #222222;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
 }


a.menuA_e1:visited {color: #222222; text-decoration: none;}	
a.menuA_e1:hover {color: #FF0000; text-decoration: none;}		

/* Ausgabe fuer menuA, aktive Ebene 1 - 3   (_active) */
.menuA_e1_active, a.menuA_e1_active:link {
	color: #FF0000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
 }
 
a.menuA_e1_active:visited {color: #FF0000; text-decoration: none;}	
a.menuA_e1_active:hover {color: #222222; text-decoration: none;}




/* Ausgabe fuer menuB, Ebene 1 - 3 */
.menuB_e1, a.menuB_e1:link, a.menuB_e1:visited {
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}

a.menuB_e1:hover {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}

.menuB_e1_clan, a.menuB_e1_clan:link, a.menuB_e1_clan:visited {
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCFF;
	text-align: center;
}

a.menuB_e1_clan:hover {color: #FFFFFF; text-decoration: none;  border: #FFFFFF;  }		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuB_e1_active, a.menuB_e1_active:link, a.menuB_e1_active:visited {
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #9999FF;
	text-align: center;
}
 
a.menuB_e1_active:hover {color: #FFFFFF; text-decoration: none;  }

/* 
Ausgabe fuer menuC, Ebene 1 - 3 
*/

.menuC_e2_clan, a.menuC_e2_clan:link, a.menuC_e2_clan:visited {
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background-color: #CCCCFF;
	text-align: center;
}

a.menuC_e2_clan:hover {color: #FFFFFF; text-decoration: none;  border: #FFFFFF;  }		

/* Ausgabe fuer menuB, aktive Ebene 1 - 3   (_active) */
.menuC_e2_active, a.menuC_e2_active:link, a.menuC_e2_active:visited  {
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana,  sans-serif;
	text-decoration: none;
	background-color: #9999FF;
	text-align: center;
}
 
a.menuC_e2_active:hover {color: #FFFFFF; text-decoration: none; }

