form {
	padding-bottom:20px;
}
#form{
text-align:left;
background-color:#dcdcdc;

}

/*Fox*/
input:focus, textarea:focus{
	background:#e1ddfd;
}
#suchfeld{
	background:#dcdcdc;
}
#suchfeld:hover{
	background:#f1fde5;
}

input[type="text"], textarea{
	border: 1px solid #666666;
	text-indent: 0px;
	width: 260px;
	/*letter-spacing: 0.1em;*/
	color:#305f01;
	height: 17px;
}

input#suchbutton {
	float:left;
	color:#666666;
	background-color:#dcdcdc;
	border: 1px solid #333333;
	width: 90px;
	height: 21px;
	font-size:80%;
}
input#suchbutton:hover{
	color:#000066;
	background-color:#9fca4b;
	cursor:pointer;
	border: 1px solid #333333;
}
input.Sucheicon {
	background-image: url(lupe.png);
	background-color: #9BCCCA;
	background-repeat: no-repeat;
	background-position: left center
}
#Auswahlliste{
	float:left;
	padding-left:10px;
}