/* uft-8  */
/* CSS 2.1 */

@media aural, handheld, tty, braille {
}

@media print {
}

@media screen {

div[id="darstellungsMenue"] > div[class="trenner"] > span {
	background:#000000;
	}


div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a,
div[id="darstellungsMenue"] > div[id="schrift"] > ul > li > a {
	border-bottom-color:#ffffff;
	}

div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a:hover,
div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a:focus,
div[id="darstellungsMenue"] > div[id="schrift"] > ul > li > a:hover,
div[id="darstellungsMenue"] > div[id="schrift"] > ul > li > a:focus,
div[id="darstellungsMenue"] > div[id="hilfe"] > h2 > a:hover,
div[id="darstellungsMenue"] > div[id="hilfe"] > h2 > a:focus {
	padding-bottom:0.5em;
	border-bottom-width:0.3em;
	border-bottom-style:solid;	
	border-bottom-color:#000000;
	}
	
div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a > span,
div[id="darstellungsMenue"] > div[id="schrift"] > ul > li > a > span {
	border-color:#000000;
	}		

div[id="darstellungsMenue"] > div[id="hilfe"] > h2 > a {
	border-bottom-color:#ffffff;
	}

div[id="darstellungsMenue"] > div[id="hilfe"] > h2 > a > span {
	border-color:#000000;
	background:#ffffff;
	color:#000000;
	}		

div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a > span[id="farbeSpan"] {
	color:#FFFFFF;
	background:#FF9900;
	}

div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a > span[id="schwarzAufWeissSpan"] {
	color:#000000;
	background:#ffffff;
	}

div[id="darstellungsMenue"] > div[id="farbe"] > ul > li > a > span[id="weissAufSchwarzSpan"] {
	color:#FFFFFF;
	background:#000000;
	}

div[id="darstellungsMenue"] > div[id="schrift"] > ul > li > a > span[class="schriftSpan"] {
	color:#000000;
	background:#ffffff;
	}

}