@charset "UTF-8";


/*SCHRIFTART UND -FARBEN */
	input, 
	textarea,
	label 					{color: #000; font-family: verdana; font-size: 1em;}
									
	input#submit 		{color: #fff;}					
	.error ,
	label.error				{color: #C7361B;}
	p#fehlermeldung,
	div#meldung			{color: #000;}

/* RAHMEN FARBEN */
	
	textarea,
	p#fehlermeldung,
	#meldung				{border: 1px solid #6bae09;}
	input#submit		{border: 1px solid #6bae09;}
	
	input {border:1px solid #ccc}
	
	input:focus,
	textarea:focus 			{border:1px solid #000;}

	
/* HINTERGRUNDBILDER UND -FARBEN */	
input#submit			{background:#6bae09;}
	p#fehlermeldung, #meldung 	{background:#fff;}
	
	input, textarea				{background:#fcfcfc url(../images/standard/form-hg.png) repeat-x;}
	
	form label.required 		{background: url(../images/required.png) top right no-repeat; font-weight: bold;}


/* GRÖßENANGEBEN */
	input, textarea				{width: 185px;}
	input#Telefon 				{width:226px; float:left;}
	label 						{width: 120px;}
	label#label-telefon 		{width: 50px;}
	input#submit 			{width: 194px;}	/*Breite vom Label bzw. INPUT + 2* Padding */
	textarea 					{height: 80px;}




/* DIE FOLGENDEN MÜSSEN NUR SELTEN GEÄNDERT WERDEN */
/* ABSTAND ZWISCHEN und in ELEMENTEN */

	input.checkbox				{ width:90px; margin-top:7px; }

	input, textarea, label		{margin-top: 5px; padding: 2px;}
	input.radio 				{width: 20px; margin-top: 2px; border: none; background: transparent;}
	form label.radio 			{width: auto;}
	form input.checkbox 		{width: 20px; margin-top: 10px; border: none; background: transparent;}
	* html form input.checkbox 	{margin-top: 7px;}

/* Die folgenden Angaben bitte nicht verändern! */
#anmelden {background:#6bae09; color:#fff; width:191px}
	
	form#Anmeldung				{margin-bottom:1.5em;}
	form br 					{clear: left;}
	form input[type=hidden] 	{display: none; border: 0; padding: 0;}
	form legend 				{display: none;}				
	form fieldset 				{border:none;}					
	p#fehlermeldung, #meldung 	{padding: 10px; margin: 1.5em 0 1.5em 0;}	
	p#fehlermeldung 			{display:none;}					
	.submitbox input 			{font-weight: bold;	cursor: pointer;}				
	.error 						{font-weight: bold;}
	
	#meldung ul 				{margin-bottom:0; padding-bottom:0;}
	