/*:active, :focus { outline: none; }*/


/* ANFANG Feldformatieurung generell */
#formular input, textarea {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color:#000;
	background-color: #fff;
	
	margin: 0;
	padding:0;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 6px;
	border:none;
	/*border: 1px solid #000000;*/

}
#formular input { height: 24px; }
#formular td { font-weight: 300; }

/* Breite Spalte links (Texte) */
table tr td:first-child {
	width: 150px; /* besser Prozent */
}
/* Breite Spalte rechts (Felder) */
table tr td:last-child, textarea {
	width: 280px !important; /* besser Prozent */
	padding-bottom: 8px; /* Zeilenabstand, Text-offset: line-height unten */
}

label {font-size: 18px;}
/* ENDE Feldformatieurung generell */



/* Validierung */
.txtRotForm { color:red !important; }
.rahmenRotForm { border: 1px solid red !important; }



.formtext {
	font-size: 18px;
	line-height: 24px; /* Text-offset zu Feldern */
  	color:#000000;
	/*border: 1px solid red;*/
}

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

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

.cbx {	/*---- CHECKBOX / RADIOBOX ----*/
	width:22px;
	height:22px;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	cursor: pointer;
	margin:0 5px 1px 0 !important; 
	vertical-align:top;
}

.ltxt { /*---- BIG TXTFIELD----*/
	width: 100%;
}

.mtxt { /*---- MIDDLE TXTFIELD ----*/
	width: 70%;
	display: inline;
}

.stxt { /*---- SMALL TXTFIELD ----*/
	width: 28%;
	display: inline;
}

.lbox { /*---- TEXTAREA ----*/
	width: 100%;
	height: 60px;
	max-height: 60px;
	font-family: inherit;
}