
/* -----------------------------------------------------------  */
/* ------------------- Quick-Formular ------------------------  */
/* -----------------------------------------------------------  */


div#quickform form {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 0 0 0 10px;
}

/* .hidden-input {
	border: none !important;
	width: 0px !important; */
}

.pform { /* Extra-Class für das p im Formular da die Vererbung von "div#inhalt p" kommt */
	font-size: 1em !important;
	margin: .5em 0 .5em .5em !important;
	padding: 0 !important;
}

input#nachname, input#vorname, input#firma, input#telefon {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	display: block;
	width: 175px;
	float: left;
	border: solid 1px #5ba0a4;
	margin: 0 0 5px 0;
	padding: 0.1em;
	background-color: #ffffff;
}

div#quickform label {
	float: left;
	width: 10em;
	text-align: left;
	margin: 0 .25em 0 0;
	padding: 0;
	font-size: 13px !important;
}

div#quickform select {
	float: left;
	text-align: left;
	width: 175px;
	margin-top: 8px;
	font-size: 10px;
	padding: 1px 0 1px 0;
}

div#quickform form br {
	clear: left;
}

.submit2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	float: right;
	background: url(../images/bullet_news.gif) no-repeat .1em .225em #bfe5e7 !important;
	border: none !important;
	color: #1e4446 !important;
	margin: 1em 14px .8em .5em !important;
	padding: 0;
	width: 3.3em !important;
	text-align: right;
}


div#quickform option {
	width:180px !important;
	font-size: 10px;
}



