@charset "iso-8859-2";

/* CSS Document */

/*_____________________________________Feld */

#sucheform {
	background:url(../images/suche_bg.jpg) no-repeat;
	float:right;
	height:50px;
	padding:44px 0 0 25px;
	width:214px;
}

form#suche {
	margin:0;
	padding:0;
}

#feld {
	border:none;
}

#sucheform input {
	background:transparent;
	border:none;
	color:#3d99c9;
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	height:18px;
	padding-top:6px;
	width:139px;
}

/*_____________________________________Feld */

/*_____________________________________Submit */

.submitButton {
	background:#fff;
	float:left;
}

form#suche input#submit {
	background:url(../images/sucheBtn.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	height:27px;
	padding:0;
	width:49px;
}

form#suche input#submit:hover {
	background:url(../images/sucheBtn.gif) 0 -27px no-repeat;
}

.error {
	color:#ff0000 !important;
}

p#fehlermeldung {
	margin:0;
	padding:0;
}

form#suche input[type=hidden] {
	border:0;
	display:none;
	padding:0;
}

/*_____________________________________Submit */


