

/*SCHRIFTART UND -FARBEN */
	input, 
	textarea,
	label 					{color: #7b797b; font-family: Tahoma; font-size: 1em;}
									
	.submitbox input 		{color: #7B797B;}					
	.error ,
	label.error				{color: #63be31;}
	p#fehlermeldung,
	div#meldung			{color: #7b797b;}

/* RAHMEN FARBEN */
	input, 
	textarea,
	p#fehlermeldung,
	#meldung				{border: 1px solid #63be31;}
	.submitbox input		{border: 1px solid #63be31;}
	
	input:focus,
	textarea:focus 			{border:1px solid #e7eb8c;}

	
/* HINTERGRUNDBILDER UND -FARBEN */	
	.submitbox input			{background:#fffbc6;}
	p#fehlermeldung, #meldung 	{background:#fffbc6;}
	
	input, textarea				{background:#fff url(../images/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: 290px;}
	input#Telefon 				{width:208px; float:left;}
	* html input#Telefon 				{width:240px; float:left;}
	* + html input#Telefon 				{width:340px; float:left;}
	label 						{width: 120px;}
	label#label-telefon 		{width: 50px;}
	.submitbox input 			{margin-left: 124px; width: 296px;}	/*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! */
	label, input, textarea 		{float: left;}
	
	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;}
	
