.form {
	padding:0px;
	background-color: white;
	width:100%;
}

/*Allgemeine Styles*/

input[type="text"], input[type=password], select, textarea{
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	font-weight:normal;
}

input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=password]:hover, input[type=password]:active, input[type=password]:focus,
select:hover,  select:active,  select:focus,
textarea:hover,  textarea:active,  textarea:focus {
	background-color: #e1eafb;
	border: 1px solid #93aee5;
	font-weight:normal;
}

input[type="submit"] {
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	background-image: url(/fileadmin/style/img/pfeil.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background-position:5px;
	font-weight:bold;
	}
	
.mf-submit_suche[type="text"] {
	background-color: #e1eafb;
	border: 1px solid #93aee5;
	font-weight:normal;
	padding-top:3px;
	width:100px;
	height:20px;
	}
	
.mf-submit_suche[type="submit"] {
	font-weight:bold;
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	background-image: url(/fileadmin/style/img/pfeil.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background-position:5px;
	height:20px;
	}
	
/* IE */

.mf-input {
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	font-weight:normal;
}

textarea {
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	font-weight:normal;
}

.mf-submit {
	background-color: #e8e8e8;
	border: 1px solid #93aee5;
	background-image: url(/fileadmin/style/img/pfeil.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background-position:5px;
	font-weight:bold;
}