/* CSS Dokument menus.css */

/*
	menu.css beinhaltet NUR Styles, die Einfluss
	alle vorkommenden Menüs haben.
*/


/*
dfn Nummerierung unsichtbar setzen
	Tags für Definitionslisten werden über eine PHP-Script in fast jedes
	Typo3-Menü eingebaut, somit sind auch Untermenüpunkt im Gegensatz zu
	OLs (sortierten Listen) komplett hierarisch durchnummeriert, als
	1., 1.1. 1.2, 2. 2.1 2.2 2.3 usw. - dient der Barrierefreiheit, ebenso
	der Punkt hinter jedem Menüeintrag. Beides muss	für das normale Layout
	unsichtbar gesetzt werden.
*/
#hMenu dfn, #vMenu dfn, #col1_content dfn, #clickPath dfn, #qMenu dfn, #fMenu dfn, #sitemap dfn,
.hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Gemeinsame Formatierung für alle Menüs Begin */
#hMenu ul, #vMenu ul, #col1_content ul, #qMenu ul,
#fMenu ul, #clickPath ul, #header ul {
	margin: 0;
	padding: 0;
}

#hMenu li.first, #qMenu li.first,
#vMenu li.first, #fMenu li.first,
#clickPath li.first, #header li.first {
	margin-left: 0;
	border: none;
}

#pMenu li a, #hMenu li a, #qMenu li a,
#fMenu li a, #fontSize li a, #header li a {
	white-space: nowrap; /* Verhindert den Umbruch von Punkten, die aus mehr als ein Wort bestehen */
	text-decoration: none;
}

#pMenu li a:hover, #pMenu li a:focus, #pMenu li a:active,
#hMenu li a:hover, #hMenu li a:focus, #hMenu li a:active,
#qMenu li a:hover, #qMenu li a:focus, #qMenu li a:active,
#fMenu li a:hover, #fMenu li a:focus, #fMenu li a:active,
#header li a:hover, #header li a:focus, #header li a:active,
#clickPath li a:hover, #clickPath li a:focus, #clickPath li a:active {
	text-decoration: none;
	color: #D6C264;
}
/* Gemeinsame Formatierung für alle Menüs End */


/*
QuickNavi & footerNavi Begin
	Die QuickNavi und die footerNavi sind per Typoscript gleich definiert,
	es werden also die gleichen Menüpunkte erzeugt. Je nachdem, wo diese
	Navigation liegen soll, kann entweder eine ID #qMenu verwendet werden
	(bsp. in ID #header) oder die schon im HTML-Template vorhandene ID #fMenu!
*/
#qMenu {
	/*float: right;*/
	padding: 1em;
}

#fMenu {
	text-align: right;
	padding: 0.5em 19.5em 0.5em 0.5em;
}

#header ul {
	padding-top: 60px;
}

#qMenu li, #fMenu li, #header li {
	padding: 0;
	margin: 0 0.5em 0 0;
	list-style: none;
	display: inline;
	border-left: 1px solid #5C6165;
}

/* Anpassungen für die Sprachen im horizontalen Menü */
#header li.langmenustart {
	border:0;
	margin-left:30px;	
}


#qMenu li a, #fMenu li a, #header li a, #header span.a, #header span.disabled {
	padding-left: 0.5em;
}

#qMenu li.first a, #fMenu li.first a, #header li.first a {
	padding-left: 0;
}

#header a, #header span.a, #header span.disabled {
	color: #5C6165;
	background: transparent;
	text-decoration:none;
}
#header span.disabled {
	color: #ABABAB;
}


#header a:hover, #header a:focus, #header a:active {
	text-decoration: underline;
	background-color: transparent;
}
/* QuickNavi & footerNavi End */


/* clickPath Begin */
#clickPath {
	padding: 0.5em 1em;
}

#clickPath li {
	padding: 0;
	margin: 0 0.5em 0 0;
	list-style: none;
	display: inline;
}

#clickPath li a {
	padding-left: 0.5em;
}
/* clickPath End */


/* Horizontales Menü Begin */
#hMenu li {
	padding: 0;
	margin: 0 0.5em 0 0.5em;
	list-style: none;
	display: inline;
}

#hMenu li a {
	color: #FFF;
	background: #86A2BD;
	border: 1px solid #FFF;
	padding: 0.25em 0.4em 0.25em 0.4em;
	text-decoration: none;
}

#hMenu li a:hover,
#hMenu li a:focus,
#hMenu li a:active,
#hMenu li a.act {
	color: #000;
	background: #FFF;
	border: 1px solid #86A2BD;
}

/* Horizontales Menü End */


/* Vertikales Menu */
#col1_content ul {
	list-style: none;
}

#col1_content li {
	padding: 0;
	margin: 0;
}

#col1_content ul li ul {
	margin-top: -0.7em;
	margin-bottom: 0.7em;
}

#col1_content ul li ul li a {

}

#col1_content ul li ul li ul {
	margin-top:0;
}

#col1_content a {
	margin-left: 5px;
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 12px;
	display: block;
}

#col1_content a.lvlOne,
#col1_content a.lvlOneAct {
	padding-left: 0;
	font-family: Arial, Helvetica, Verdana Sans-Serif;
	color: #666666;
	letter-spacing: 0.1em;

}

#col1_content a.lvlOne:hover {
	color: #D6C264;
}

#col1_content a.lvlOneAct {
	color: #d6c264;
	font-size: 1.3em;
	font-weight: bold;
}

#col1_content a.lvlOneAct:hover {
	text-decoration: none;
}

#col1_content a.lvlTwo {
	color: #666666;
	letter-spacing: 0.1em;
	padding: 0.3em 0.7em 0.3em 1.2em;

}

#col1_content a.lvlTwo:hover,
#col1_content a.lvlTwoAct {
	color: #666666;
	padding: 0.3em 0.7em 0.3em 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#col1_content a.lvlThreeAct,
#col1_content a.lvlThree {
	padding: 0.3em 0.7em 0.3em 2em;
	color: #666666;
}

#col1_content li.actsub a {
	color: #666;
}

#col1_content a.lvlThree:hover,
#col1_content a.lvlThreeAct {
	color: #666;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*
#col1_content a.lvlThree { 
	padding-left: 2em;
}

#col1_content a.lvlThreeAct {
	padding-left: 2em;
	font-weight: bold;
}*/
/* Vertikales Menu End */
