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

@media screen {

	div[id="menue"] {
		background:#861c1b;
		}

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

    ul[id="unterstuetzend"] > li > a,
	ul[id="unterstuetzend"] > li > a:link,
	ul[id="unterstuetzend"] > li > a:visited {
		border-bottom-color:#ECECEC;
		color:#ffffff;
		}

    ul[id="unterstuetzend"] > li > a:hover,
    ul[id="unterstuetzend"] > li > a:focus {
		border-bottom-color:#EDCDC6;
		}
	
    ul[id="unterstuetzend"] > li[class="ausgewaehlt"] > span > span {
		border-bottom-color:#B32323;
		background:#EDCDC6;
		color:#333333;
		}
		
	ul[id="thematisch"] {
		background:none;
		}
	
	ul[id="thematisch"] > li > a,
	ul[id="thematisch"] > li > a:link,
	ul[id="thematisch"] > li > a:visited,
	ul[id="thematisch"] > li > ul > li > a,
	ul[id="thematisch"] > li > ul > li > a:link,
	ul[id="thematisch"] > li > ul > li > a:visited,
	ul[id="thematisch"] > li > ul > li > ul > li > a,
	ul[id="thematisch"] > li > ul > li > ul > li > a:link,
	ul[id="thematisch"] > li > ul > li > ul > li > a:visited {
		border-bottom-color:#ECECEC;
		color:#ffffff;
		}
		
	ul[id="thematisch"]  li > a:hover,
	ul[id="thematisch"]  li > a:focus,
	ul[id="thematisch"]  li > ul > li > a:hover,
	ul[id="thematisch"]  li > ul > li > a:focus,
	ul[id="thematisch"]  li > ul > li > ul > li > a:hover,
	ul[id="thematisch"]  li > ul > li > ul > li > a:focus {
		border-bottom-color:#EDCDC6;
		}
	
	ul[id="thematisch"] > li[class="ausgewaehlt"] > span,	
	ul[id="thematisch"] > li > ul > li[class="ausgewaehlt"] > span,	
	ul[id="thematisch"] > li > ul > li > ul > li[class="ausgewaehlt"] > span {
		border-bottom-color:#B32323;
		background:#EDCDC6;
		color:#333333;
		}
	
	ul[id="thematisch"] li[class="unterpunktAusgewaehlt"] > a,
	ul[id="thematisch"] li[class="unterpunktAusgewaehlt"] > a:link,
	ul[id="thematisch"] li[class="unterpunktAusgewaehlt"] > a:visited {
		background:#EDCDC6;
		color:#333333;
		padding-bottom:0;
		border-bottom-width:0.2em;
		border-bottom-style:solid;
		border-bottom-color:#B32323;
		}

	ul[id="thematisch"] li[class="unterpunktAusgewaehlt"] > a:hover,
	ul[id="thematisch"] li[class="unterpunktAusgewaehlt"] > a:focus {
		border-bottom-color:#c1300e;
		}

}
