/* = = = = = = = = = = = = = = = = = = = =    FORMULAR    = = = = = = = = = = = = = = = = = = = = */

#kontakt {
	padding: 10px 0 0 0;
}

#kontakt .label {
	width: 80px;
}

#kontakt td {
	padding: 2px 10px 2px 0;
	text-align:left;
}

.error {
	color: red;
	margin: 10px 0;
}

.textfeld {
	width: 250px;
	height: 16px;
	border: 1px solid #747476;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

select {
	width: 100px;
	height: 18px;
	border: 1px solid #747476;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #747476;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}

.checkbox {
	margin:0 3px 0 0;
	border:none;
	background-color:#ffffff;
}
.radio {
	margin:0 3px 0 0;
	border:none;
	background-color:#ffffff;
}

.button {
	width: 100px;
	border:1px solid #747476;
	background-color: #FFF;
	color: #ec7403; 
	font-weight: bold;
  padding: 2px 5px;
  font-size: 11px;
  margin: 10px 0 0 0;
}

#plz {
	width: 44px;
}

#ort {
	width: 200px;
}


#werbemittel table {
	width: 550px;
}

#werbemittel td {
	padding: 2px 10px 2px 0;
	text-align:left;
}

#werbemittel td #anz {
	width: 60px;
}

#werbemittel td #text {
	width: 350px;
}

#werbemittel td #price {
	width: 90px;
	text-align: right;
}

.anzahl {
	width: 40px;
	height: 16px;
	border: 1px solid #747476;
	background-color: #fff;
	padding: 0;
	font-size: 11px;
}
