/*-------------------------- anfang FORM OBJECTS ---------------------------*/
/*:active, :focus { outline: none; }*/

.txtRotForm { color:red !important; }
.rahmenRotForm { border: 1px solid red !important; }
.rahmenRotForm + .label-for-check { color:#f00!important; }


form {
	float: left;
}

.formtext {
	font-size: 18px;
	line-height: 24px;
  	color:#0068b5;
	/*border: 1px solid red;*/
}


.formtextSmallBottom {
	font-size: 16px;
	line-height: 12px;
	color:#0068b5;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.formtextSmall {
	font-size: 16px;
  	line-height: 1em;
  	color:#fff;
}

.butt {    /*---- SUBMIT-BUTTON ----*/
	font-size: 16px;
	height: 25px;								
	width: 282px;
	border: 1px solid #f28e00;
	color:#707070;	
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	/*margin-top: 10px;*/
	float: right;
}
#sendenButton:hover {
	color:#f28e00;
	text-decoration:none;
	background-color: #f7f7f7;
}

.cbx {	/*---- CHECKBOX / RADIOBOX ----*/
	width:13px;
	/*height:13px;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
	margin-left:0px;
	margin-bottom:1px; 
	vertical-align:top;*/
	
	width:22px;
	height:22px;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	cursor: pointer;
	margin:0 5px 4px 0 !important; 
	vertical-align: middle;
}

.ltxt { /*---- BIG TXTFIELD----*/
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color:#00267f;
	background-color: #fff;
	width: 99.5%;
	height: 20px;
	border: 1px solid #0068b5;
	margin: 0;
	padding:0;
}

.mtxt { /*---- MIDDLE TXTFIELD ----*/
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:#00267f;
	background-color: #fff;
	width: 70%;
	height: 20px;
	border: 1px solid #0068b5;
	margin: 0;
	padding: 0;
	float:right;
}

.stxt { /*---- SMALL TXTFIELD ----*/
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:#00267f;
	background-color: #fff;
	width: 28%;
	height: 20px;
	border: 1px solid #0068b5;
	margin: 0;
	padding: 0;
	float:left;
}

.lbox { /*---- TEXTAREA ----*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:#00267f;
	background-color: #fff;
	width: 100%;
	max-width: 280px;
	height: 60px;
	max-height: 60px;
	border: 1px solid #0068b5;
	margin: 0;
	padding: 0;
}

table {
	width: 435px;
	/*border: 1px solid red;*/
}

table tr td:first-child {
	width: 168px !important;
	/*padding-bottom: 8px;*/
	/*border: 1px solid blue;*/
}

table tr td:last-child {
	width: 280px !important;
	padding-top: 2px;
	padding-bottom: 2px;
	/*padding-bottom: 8px;*/
	/*border: 1px solid red;*/
}

/*.formularKarte {
	border: 1px solid red;
	margin-top: 30px;
	padding-bottom: 30px;
}*/

iframe {
	position: relative;
	/*margin-left: 20px;*/
}


.pflicht {
	color:#707070;	
	position: relative;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 20px;
	/*border: 1px solid green;*/
}


/*-------------------------- ende FORM OBJECTS ---------------------------*/