fieldset{
	margin-bottom: 12px;
	border:0;
}
legend{
	font-weight: bold;
	margin-bottom: 6px;
}
.form_reihe {
margin-top:5px;
margin-bottom:5px;
margin-left:0;
clear:left;
font-size:16px;
}
.form_reihe > * {
  vertical-align:middle;
}
.form_reihe.captcha > label {
  width:100%;
}
.form_reihe.captcha > input {
  width:auto;
}
label {
display:block;
float:left;
width:100px;
}
input, textarea, select {
	width:100%;
	border: 1px solid #a7a7a7;
	border-color: #f3f3f3;
	margin-bottom: 8px;
	padding: 4px;
	font-size: 16px;
	background-color:#f3f3f3;
}
option{
	padding-left: 7px;
}
textarea{
	height: 150px;
	resize:none;
}

.checkboxen label, .checkboxen input{
	margin: 4px 3px 6px 0;
}

.normForm label, .normForm input,.normForm textarea{
	display: block;
	float: left;
	margin-bottom: 8px;
	width: 243px;
}
.normForm label{
	font-size: 14px;
	line-height: 25px;
	padding: 4px 0;
	width: 150px;
}
.normForm div{
	clear: left;
}
.normForm select{
	width: 252px;
}
.submitButton, .submitButton:hover{
	font-size:16px;
	line-height:20px;
	padding: 2px 2px !important;
	background-color: #96BF0D;
	border-color: #96BF0D;
	color:#fff;
	font-weight:400;
	letter-spacing:0.60px;
	cursor: pointer;
	width: 60% !important;
	border-radius:12px;
}
input:hover, input:focus, textarea:hover, textarea:focus{
	border-color: #f3f3f3;
}
input[type=radio]{
	margin-right: 8px;
	cursor: pointer;
}

/*Newsletter Anmeldung*/
.tableNewsletter {
	font-size:14px;
}
.radioNewsletter {
	width:20px;
}
.callback {
	margin-top:20px;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color:#000;
    padding: 5px;
    width: 500px;
}