/****************************************************************************************************/
/***																								*/ 	
/***				FORMULARE																		*/
/***																								*/
/****************************************************************************************************/

/*--------------------------------------------------------------------------------------------------*/
/*  Formularelementen */
label.left, span.left { 
	float: left; 
	text-align: left; 
	width: 170px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	font-size: 10px;
	line-height: 1.8em;
	font-weight: bold;
} 

.formfehler {
	font-size: 11px;
	color: red;
}

label.normal { 
	margin-left: 5px; 
	padding:0;
} 

fieldset {
	/*border: 1px solid #b37030;*/
	margin: 0;
	padding:8px;
}

#Suche_Suchfeld {
	border-color: #683b09;
	border:1px solid;
	width: 200px;
	margin: 0 1px 4px 15px;
	/*padding-left: 20px;*/
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #683b09;
}


legend {
	font-size: 11px; font-weight: bold; 	
	margin-bottom: 10px;
	color: #683b09;
}

.button {
	border: solid 1px #a35c2a;
	font-weight: bold; color: #683b09;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	width: 100px;
	/*padding: 2px;*/
	background-color: #dbccbe;
	height: 22px;
	
}
.suche_button {
	border: solid 1px #a35c2a;
	font-weight: bold; color: #683b09;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	width: 30px;
	background-color: #dbccbe;
	height: 17px;
	margin-bottom: 4px;
	
}
.formtext { 
   	color: #683b09;
	font-size: 11px;
}

.formtextlegende {
	font-size: 0.75em; font-weight: bold; 
	text-decoration: underline;
	color: black;
}

div.formtext {
	float:left;
	vertical-align: middle;
}


/*--------------------------------------------------------------------------------------------------*/
/* Labeltext der Inputfelder */
.formlabeltext { 
	font-size: 11px; font-weight: bold; 
	
} 
div.formlabeltext {
	width: 170px;
	float:left;
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
}
	
/*--------------------------------------------------------------------------------------------------*/
/* Überschrift über einer Gruppe von Formularelemente */
.formkopftext{
	 font-size: 0.75em; 
    font-weight: bold; 
}
/*--------------------------------------------------------------------------------------------------*/
/* Bemerkungen zu den Formularelementen */
.bemerkung {
	 font-size: 0.75em; 
}
