input, textarea, select, label {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

label {
	font-weight: bold;
	width: 100px;
	float: left;
	display: block;
	line-height: 22px;
}

fieldset {
	float: left;
}

form.formclass {
	clear: both;
}

form p {
	clear: both;
	padding: 0 8px 5px 8px;
}

form p.error_msg, form p.error_text_310 {
	color: #c20015;
	font-weight: bold;
	padding: 0px 8px 5px 8px;
}

.input_text,
.input_textarea {
	padding: 2px;
	width: 250px;
	border: 1px solid #ccc;
}

.input_text:hover,
.input_text:focus,
.input_textarea:hover,
.input_textarea:focus {
	border-color: #c20015;
}

.input_select {
	width: 256px;
	border: 1px solid #ccc;
	padding: 2px;
}

.checkboxset {
	width: 250px;
	display: block;
	float: left;
	padding: 0 0 10px 0;
	line-height: 22px;
}

.input_checkbox {
	margin: 0 5px 0 0;
}

.input_submit {
	margin: 0 0 0 100px;
	border: 1px solid #c20015;
	background: #c20015;
	color: #fff;
	padding: 2px 10px;
}

.input_submit:hover,
.input_submit:focus {
	background: #fff;
	color: #c20015;
}

.input_submit_searchform {
	border: 1px solid #c20015;
	background: #c20015;
	color: #fff;
	padding: 1px 10px;
}

.input_submit_searchform:hover,
.input_submit_searchform:focus {
	background: #fff;
	color: #c20015;
}

/* Suchformular Seitenkopf */
#searchform {
	float: right;
}

#searchform .input_text_searchform {
	border: 1px solid #000;
	font-size: 12px;
	height: 14px;
	padding: 1px 2px 0px 2px;
	width: 110px;
}
