.tx-cn-cb-stnrform {
	width: 60%;
	float: left;
	clear: both;
	display: block;
}

#stnrformSubmit {
	width: 97.5%;
	float: left;
	clear: both;
	margin: 10px 0 60px 0;
	padding: 10px 0;
	text-align: center;
	border: 0;
	color: #FFFFFF;
	background: #f29400;
	text-transform: uppercase;
	/*font-weight: normal;*/
	cursor: pointer;
}

.tx-cn-cb-stnrform .fehlermeldung {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	color: #fb1c1c;
}

.tx-cn-cb-stnrform .fehler  {
	color: #fb1c1c !important;
}

.tx-cn-cb-stnrform .formrow {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	margin: 5px 0 5px 0;
}

.tx-cn-cb-stnrform .formrow label {
	width: 30%;
	float: left;
	margin: 0 2% 0 0;
	white-space: nowrap;
}

.tx-cn-cb-stnrform .formrow label.captcha-label {
	white-space: wrap;
}

.tx-cn-cb-stnrform .formrow input {
	border: 1px solid grey;
	background: #FFFFFF;
	width: 65%;
	max-width: 360px;
	padding: 3px 1%;
	margin: 0 10px 0 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #595959;
}

.tx-cn-cb-stnrform .formrow input.f3-form-error {
	background-color:#FF9F9F;
}

.stnrform_logotable {
	width: 40mm;
	height: 30mm;
	margin-left: 110mm;
	border: none;
}

.stnrform_logotable td {
	width: 100%;
	text-align: right;
}

.stnrform_pdftable {
	color: #000;
	width: 170mm;
	border: none;
}

.stnrform_pdftable td {
	padding-top: 2mm;
	vertical-align: top;
	width: 100mm;
}

.stnrform_pdftable td.ftitle {
	font-weight: bold;
	width: 70mm;
}

.stnrform_tblFooter {
	border: none;
	width: 170mm;
}

.stnrform_tblFooter td {
	width: 170mm;
	text-align: right;
	font-size: 9pt;
	color: #999;
}

/* error bei validate */
.error_validate{
	color: #e8100c;
	font-size: 13px
}

@media (max-width: 935px) {
	#headertext{
		display: none
	}

	.tx-cn-cb-stnrform{
		width: 80%
	}
}

@media (max-width: 650px) {
	.tx-cn-cb-stnrform{
		width: 100%
	}
}
