/* uft-8  */
/* CSS 2.1 */

@media screen {

/* Unterstützendes Menü */
	ul[id="unterstuetzend"] > li > a {

		}

	ul[id="unterstuetzend"] > li[class="ausgewaehlt"] > span {

		}

	ul[id="unterstuetzend"] > li > a:hover,
	ul[id="unterstuetzend"] > li > a:focus, 
	ul[id="thematisch"] > li > ul > li > a:hover,
	ul[id="thematisch"] > li > ul > li > a:focus {

		}


/* Thematisches Menü */
/* Ebene 1 */
	ul[id="thematisch"] > li {

		}

	ul[id="thematisch"] > li > a {
	color:		#000000;
		}

	ul[id="thematisch"] > li[class="ausgewaehlt"] > span {
	color:		#e5f2f6;
		}

	ul[id="thematisch"] > li[class="unterpunktAusgewaehlt"] > a {
	color:		#e5f2f6;
		}

	ul[id="thematisch"] > li > a:hover,
	ul[id="thematisch"] > li > a:focus {
	color:		#e5f2f6;
		}

/* Thematisches Menü */
/* Ebene 2 */
	ul[id="thematisch"] > li > ul {

		}

	ul[id="thematisch"] > li > ul > li > a {
	color:		#000000;
		}

	ul[id="thematisch"] > li > ul > li[class="ausgewaehlt"] > span {
	color:		#e5f2f6;
		}

	ul[id="thematisch"] > li > ul > li[class="unterpunktAusgewaehlt"] > a {
 
		}

	ul[id="thematisch"] > li > ul > li > a:hover,
	ul[id="thematisch"] > li > ul > li > a:focus {
	color:		#e5f2f6;
		}
}
