/* ----- Forms ----- */

form {

}

label {
	display: block;
	margin-top: 12px;
}

.textfield {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
}

.select {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
}

#zipCode {
	width: 100px;
	margin-right: 10px;
	float: left;
}

#city {
	width: 458px;
	float: left;
}

textarea {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 280px;
	height: 120px;
	margin-bottom: 12px;
}

.buttonSend {
	background-image: url(../images/buttonSend.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 213px;
	height: 31px;
	display: block;
	text-indent: -1000em;
	margin-bottom: 20px;
}

.buttonSend:hover {
	background-position: right bottom;
}

.necessaryField {
	background-color: #fff3f4;
}

.searchField {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 4px 5px 5px 5px;
	color: #222;
	width: 215px;
	font-size: 12px;
	float: left;
	display: block;
}

.searchButton {
	background-image: url(../images/buttonSearch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 48px;
	height: 22px;
	display: block;
	float: right;
	font-weight: bold;
	padding: 5px 0 0 8px;
	color: #5c646a;
}

.searchButton:hover {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}

.applicationButton {
	background-image: url(../images/buttonSend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 96px;
	height: 23px;
	display: block;
	font-weight: bold;
	padding: 2px 0 0 1px;
	color: #5c646a !important;
}

.applicationButton:hover {
	background-position: left -27px;
	color: #fff !important;
	text-decoration: none !important;
}

.necessary {
	color: #F00000;
}

.boxFormFields {
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px !important;
}

.boxForm #Button {
	text-align: center;
	margin-top: 10px;
}

/* Fehlerausgabe */
.FormError {
	margin-top: 10px;
}

.FormError li {
	background-image: url(../images/icon_goTo.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	padding-left: 8px;
	color: #F00000;
	list-style-type: none;
}

/* Formatierung der Input-Felder */
.boxFormFields select, .boxFormFields input, .boxFormFields textarea {
	width: 580px;
	border: 1px solid #CCCCCC;
	color: #222222;
	padding: 4px 5px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}

