/*-------------------------- anfang FORM OBJECTS ---------------------------*/
/*:active, :focus { outline: none; } font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight:400; font-size:16px; line-height:23px;*/

table { line-height:normal; }

.formtext {
	font-size: 16px;
  	color:#717171;;
}

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

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

.butt {    /*---- SUBMIT-BUTTON ----*/
	font-size: 16px;
	width: 117px;
	height: 24px;
	border: 1px solid #6db41d;
	color:#fff;	
	background-color: #6db41d;
	cursor: pointer;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	float: left;
}
#sendenButton:hover {
	color:#585858;
	text-decoration:none;
	/*border: 1px solid #fff;
	background-color: #194c00;*/
}

.cbx {	/*---- CHECKBOX / RADIOBOX, ACHTUNG: line-height von parent-div beachten! ----*/
	width:13px;
	height:13px;
	background-color: #def0fa;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	
	margin-bottom:0px;
	margin-left:0px;
	margin-right:6px;
	
	padding-bottom:0px;	
	vertical-align:bottom;
}
/**html .cbx { vertical-align:middle; }
*+html .cbx { vertical-align:middle; }

select {	---- PULLDOWN- / Liste-MENU ----
	font-size: 0.8em; 
}	*/

.pdd { /*---- PULLDOWN ----*/
	font-size: 13px; font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	border: 1px solid #6db41d;
	width: 53px;
	height: 20px;
	border: 1px solid #6db41d;
}

.mdd { /*---- PORTS PULLDOWN ----*/
	font-size: 13px; font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	border: 1px solid #6db41d;
	width: 322px;
	height: 20px;
	border: 1px solid #6db41d;
}

.ltxt { /*---- BIG TXTFIELD----*/
	font-size: 13px; font-style: normal;
	font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	width: 99.5%;
	height: 17px;
	border: 1px solid #6db41d;
	margin: 0;
	padding:0;
}

.mtxt { /*---- MIDDLE TXTFIELD ----*/
	font-size: 13px; font-style: normal;
	font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	width: 190px;
	height: 17px;
	border: 1px solid #6db41d;
	margin: 0;
	padding: 0;
	float:right;
}

.stxt { /*---- SMALL TXTFIELD ----*/
	font-size: 13px; font-style: normal;
	font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	width: 117px;
	height: 17px;
	border: 1px solid #6db41d;
	margin: 0;
	padding: 0;
	float:left;
}

.lbox { /*---- TEXTAREA ----*/
	font-size: 13px; font-style: normal;
	font-weight: normal;
	color:#717171;;
	background-color: #f2f2f2;
	width: 99.5%;
	height: 45px;
	border: 1px solid #6db41d;
	margin: 0;
	padding: 0;
}
/*-------------------------- ende FORM OBJECTS ---------------------------*/