
/**
 * SEARCHFORM
 * Anzeige und Aussehen der Suchformulars im Kopf der Seite...
 */

#thermos-hifi .searchform input.searchform_q {
	border: 0 none;
	width: 161px;
	height: 22px;
	padding: 5px 3px 3px 6px; /* top right bottom left */
	line-height: 23px;
	vertical-align: middle;
	color: #808080;
	background: transparent url(../images/searchform.png) 0 0 no-repeat;
}

#thermos-hifi .searchform input.searchform_q:hover { color: #606060; background: transparent url(../images/searchform.png) 0 -30px no-repeat; }
#thermos-hifi .searchform input.searchform_q:focus { color: #404040; background: transparent url(../images/searchform.png) 0 -30px no-repeat; }

#thermos-hifi .searchform input.searchform_magnifier {
	cursor: pointer;
	border: 0 none;
	width: 24px;
	height: 30px;
	padding: 0; /* top right bottom left */
	line-height: 30px;
	vertical-align: middle;
	background: transparent url(../images/searchform.png) -173px 0 no-repeat;
}

#thermos-hifi .searchform input.searchform_magnifier:hover { background: transparent url(../images/searchform.png) -173px -30px no-repeat; }


/*****************************************************************************************************************pagebeam**/