@charset "iso-8859-2";

/* CSS Document */

.erweiterte_suche a {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	right:250px;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	top:63px;
	width:115px
}

.erweiterte_suche a:hover {
	text-decoration:underline
}

/*_____________________________________Feld */

#sucheform {
	background:url(../images/bg_suche.gif) no-repeat;
	float:left;
	height:46px;
	padding:33px 0 0 5px;
	width:265px;
}

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

#feld {
	border:none;
}

#sucheform input {
	background:transparent;
	border:none;
	color:#31438e;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	padding-top:6px;
	width:139px;
}

/*_____________________________________Feld */

/*_____________________________________Submit */

#submitButton {
	background:#fff;
	float:left;
	margin:2px 0 0 27px;
}

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

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

.error {
	color:#ff0000 !important;
}

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

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

/*_____________________________________Submit */

