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

@media screen {

	div[id="stichwortsuche"] {
		background:#ffffff;
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 0.2em;
		border-right-color: #000000;
		border-right-style: solid;
		border-right-width: 0.2em;
		-moz-border-radius:0; 
		-khtml-border-radius:0;
	}

	div[id="stichwortsuche"] > form > div > input[name="tx_indexedsearch[sword]"] {
		background:#ffffff;
		color:#000000;
		border-bottom-color: #000000;
		border-bottom-style: dotted;
		border-bottom-width: 0.1em;
		border-left-color: #000000;
		border-left-style: dotted;
		border-left-width: 0.1em;
	}

	div[id="stichwortsuche"] > form > div > input[name="tx_indexedsearch[sword]"]:hover,
	div[id="stichwortsuche"] > form > div > input[name="tx_indexedsearch[sword]"]:focus {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0.2em;
	}
	
	div[id="suchergebnis"] > p > a{
		color:#000000;
	}

	div[id="suchergebnis"] > p > span[id="pfad"] > a{
		color:#000000;
	}
	
	span[id="orange"]{
		color: #000000;
	}
}
