/* Ersteller: Martin Gernhardt
 * Datum: 26.03.2008
 * Letzte Änderung: 26.03.2008 14:10
 * Aktuelle Version: 1.0
 * 1.0: Diese CSS steuert das Aussehen der Sucheingabe
 */

#search {
	float: right;
	width: 200px;
	padding: 30px 20px 4px 0;
	background: url(images/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#ctrl_15 {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#ctrl_15_submit {
	display: none;
}
