/*-------------------------- anfang FORM OBJECTS ---------------------------*/
.formtext {
	font-size: 12px;
	line-height:18px;
  	color: #133689;
}

.formtextSmallBottom {
	padding-top:14px;
	font-size: 10px;
	line-height: 1em;
	color: #133689;
	vertical-align: bottom;
}

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

select {  
	font-family: Arial, Helvetica, sans-serif; 		/*---- PULLDOWN-MENU ----*/
	font-size: 0.8em; 
}	

.butt {
	height: 22px;								/*---- SUBMIT-BUTTON ----*/
	width: 214px;
	border: 0px solid #666666;
	background-color: #133689;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 13px;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	color:#FFF;
}
.butt:hover {
	color: #219ce6;
}

.cbx {
	height: 12px;								/*----CHECKBOX----*/
	width: 12px;
	border: 0px solid #666666;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	margin-left:0px;
}

.ldd {  
	font-family: Arial,Helvetica,sans-serif; 		/*----BIG LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;	
	width: 304px;
	height: 66px;	}

.mdd {  
	font-family: Arial,Helvetica,sans-serif; 		/*----BIG LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;	
	width: 214px;
	height: 66px;
}

.sdd {  
	font-family: Arial,Helvetica,sans-serif; 		/*----SMALL LISTMENU----*/
	font-size: 1.0em; 
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;	
	width: 141px;
	height: 66px;
}

.ltxt {
	font-family: Arial,Helvetica,sans-serif; 		/*----BIG TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;
	width: 214px;
	height: 17px;
	border: 1px solid #133689;
	float: right;
	/*border: 1px solid #133689;*/
}

.mtxt {
	font-family: Arial,Helvetica,sans-serif; 		/*----MIDDLE TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;
	width: 144px;
	height: 17px;
	border: 1px solid #133689;
	/*border-left: 2px solid #666666;
	border: 1px solid #133689;*/
	float:right;
}

.stxt {
	font-family: Arial,Helvetica,sans-serif; 		/*----SMALL TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;
	width: 67px;
	height: 17px;
	border: 1px solid #133689;
	/*border: 1px solid #133689;*/
	float:left;
}

.lbox {
	font-family: Arial,Helvetica,sans-serif; 		/*----BIG TXTFIELD----*/
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #133689;
	background-color: #fff;
	width: 214px;
	height: 50px;
	border: 1px solid #133689;
	float: right;
	/*border: 1px solid #133689;*/
}
/*-------------------------- ende FORM OBJECTS ---------------------------*/