form {
	display: block;
	float: left;
	width: 630px;
	margin: 10px 0px 0px -20px;
	padding: 0px;
	height: auto;
}
#content form h2{
	padding-left: 20px;
}

.kontakt {
	float: left;
	height: auto;
	width: auto;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

.kontakt2 {
	height: auto;
	width: auto;
	margin: 5px 0px 25px 20px;
	padding: 0px;
	vertical-align: middle;
	line-height: 15px;
	float: left;
}
input  {
	font-size: 12px;
	color: #4e0042;
	height: 34px;
	width: 285px;
	float: left;
	
	background: url(img/input.png) no-repeat left top;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 34px;
	vertical-align: middle;
	border-style: none;
}



input.button {
	font-size: 16px;
	color: #4e0042;
	line-height: 32px;
	width: 200px;
	height: 32px;
	background: url(img/button_a.png) no-repeat left top;
	padding: 0px 0px 2px 10px;
	margin: 0px;
	border-style: none;
	text-align: left;
	vertical-align: middle;
}

input.button:hover {
	background: url(img/button_b.png) no-repeat left top;
		cursor: pointer;
}

textarea {
	color: #4e0042;
	margin: 5px 0px 0px;
	padding: 10px 0px 0px 10px;
	clear: both;
	float: left;
	height: 192px;
	width: 600px;
	background: url(img/textarea.png) no-repeat left top;
	border-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.newsletter .kontakt {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.newsletter form {
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.newsletter input.button {
	height: 36px;
	width: 42px;
	margin: 0px 0px 0px 5px;
	background: url(img/button_newsletter.png) no-repeat left top;
	padding: 0px;
	border-style: none;
}

.newsletter input.button:hover {
	background: url(img/button_newsletter_b.png) no-repeat left top;
	cursor: pointer;
}

.newsletter input {
	font-size: 12px;
	height: 34px;
	width: 180px;
	float: left;
	color: #4e0042;
	background: url(img/input_newsletter.png) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 34px;
	vertical-align: middle;
	border-style: none;
}

.pflicht {
	color: #FCEB0E;
}

.erfolg {
	color: #FCEB00;
}
input.radio , input.check{
	height: auto;
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	background: url(lightbox/images/blank.gif);
}

select {
	font-size: 12px;
	color: #4e0042;
	height: 34px;
	width: 295px;
	float: left;
	margin: 5px 0px 0px;
	vertical-align: middle;
	border-style: none;
	background: url(img/input.png);
	line-height: 34px;
	padding: 8px 5px;
}

select option {
	background: #FFF;
	font-size: 12px;
	color: #64114B;
	padding-top: 3px;
	padding-bottom: 3px;
}
select optgroup {
	font-size: 14px;
	font-weight: bold;
	color: #C8256E;
	background: #FFF;
	font-style: normal;
	padding-left: 10px;
	padding-top: 10px;
}

