

/* Das Formular */
form#mitglied_spende {
	color: #000000;
	line-height: 2 ; 
	padding: 0;
	border: 0;
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* Die Elementegruppen */
fieldset {
	padding: 5px; 
	border: 1px solid #8F5F38; 
	margin: 5px 0 5px 0;
	color: #000000; /* #663300; */
}
fieldset#was,
fieldset#anmerkung,
fieldset#sonstiges {
	text-align:left;
}
legend {
	font-weight:bold;
	padding:0;
	border: none; 
}
/* Beschriftung positionieren */
label { 
	position: relative; /* etwas höher ... */ 
	bottom: 2px; 
} 
label.was,
span.label {
	position: relative; /* etwas höher ... */ 
	bottom: 2px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
label.davor {
	float: left; 
	clear: left;
	width: 100px;    
	text-align: right;  
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
input, 
select {
	float: left;
}
input#spendenbetrag,
input#foerderbeitrag
 {
 	float: none;
}
p.davor {
	width: 120px;    
	text-align: right;  
	margin-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
span.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
p.text {   
	text-align: left;  
	margin: 0; /*0 10px 0 10px;*/
	padding: 0 0 10px 0; /*0 10px 0 10px;*/
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;  /*#663300*/
}
p.text1,
p.hinweis, 
span.hinweis {   
	text-align: left;  
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
p.hinweis, 
span.hinweis {  
	color: #990000;
	font-weight: bold;  
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
p.text2 {   
	text-align: left;  
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
span.text2 {   
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
h2.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #663300;
}
h3.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #663300;
}
/* Submit - Abschicken */
#abschicken {
	/*cursor: pointer; */
	padding: 5px; 
	margin-left: 10px; 
}
form p { 
	margin: 0;  
}
/* Script */
fehlerinfo{
	text-align: left; 
	color: #990000; 
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.2;
}

/* Ausdruck Start */
div.a4 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5mm;
	left: 15mm;
	width: 170mm;
}
.drucktext1, .drucktext1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.drucktext1b {
	font-weight: bold;
}
/* Ausdruck Ende */
