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

@media screen {
	div[id="stichwortsuche"] {
		background:#DFDFDB;
    	}

	div[id="stichwortSucheUeberschrift"] > p:before {
		color:#ffffff;
	}

	div[id="stichwortSucheUeberschrift"] > p {
		color:#000000; 
	}


	div[id="stichwortsuche"] > form > div > input[name="tx_indexedsearch[sword]"] {
		border-bottom-color:#999999;
	}

	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: #FF9900;
	}
	
	div[id="stichwortsuche"] span[class="stichwortsucheBefore"] {
		color:#ffffff;
		}
	
}
