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

@media screen {

	ul[id="thematisch"] {
		background:none;
		}

	ul[id="thematisch"] > li {
		}

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

	ul[id="unterstuetzend"] > li > a {
		color:			#E9C841;
		background:		none;
		}

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

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

	ul[id="thematisch"] > li > ul > li[class="ausgewaehlt"] > span,
	ul[id="unterstuetzend"] > li[class="ausgewaehlt"] > span {
		color:			#ffffff;
		background:		none;
		}

	ul[id="thematisch"] > li[class="unterpunktAusgewaehlt"] > a {
		color:			#e9c841;
		text-decoration:	underline;
		background:		none;		
		}

	ul[id="thematisch"] > li > a:hover,
	ul[id="thematisch"] > li > a:focus,
	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 {
		color:			#ffffff;
		background:		none;
		}
}
