/****** Kontaktformulare ******/
.tx-pilmailform-pi1 form {
	width: 590px;
	margin-bottom: 2.6em;
}
#content ol.mailform li {
	list-style-type: none;
	float: left;
	width: 99.9%;
	clear: left;
	margin: 0 0 1.3em 0;
}
/* Auswahlfeld */
#content ol.mailform li select {
	display: block;
	min-width: 50%;
	width: auto !important;
	width: 50%;
}
#content ol.mailform li select option {
	padding-right: 20px;
}
#content ol.mailform li label {
}
#content ol.mailform li input {
	display: block;
}
#content ol.mailform li select, #content ol.mailform li input, #content ol.mailform li textarea {
	border: 1px solid #1d3989;
}
#content ol.mailform li input.text {
	width: 99.9%;
}
#content ol.mailform li textarea {
	height: 5.2em;
	width: 99.9%;
}
#content ol.mailform li input.file {
	width: 60%;
}
#content ol.mailform li input.submit {
	padding: 2px 18px;
	background-color: #1d3989;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}
#content ol.mailform li.p20 {
	display: inline;
	float: left;
	width: 18%;
}
#content ol.mailform li.p80 {
	float: right;
	display: block;
	width: 80%;
	position: relative;
	right: 1px;
	clear: none;
	margin: 0;
}
#content ol.mailform li div {
    margin-bottom: 1.3em;
}
#content .error label {
	font-weight: bold;
	color: #cf0c0c;
}
#content .error input, #content .error textarea {
	border: 2px solid #cf0c0c !important;
}
