	form#Kontaktformular	{margin: 1em 0; }

/*SCHRIFTART UND -FARBEN */
	input, 
	textarea,
	label, select.select 					{ font-family: Verdana, Helvetica, sans-serif;}
									
	.submitbox input 		{}					
	.error,
	label.error				{}
	div#meldung			{}

/* RAHMEN FARBEN */
	input, 
	textarea,
	#meldung, 
    select.select				{border: 1px solid #AFAFAF;}
	.submitbox input		{border: 0px solid #DFDFDF;}
	
	input:focus,
	textarea:focus 			{border:1px solid #DFDFDF;}
	
	input#submit:focus {border:none;}

	
/* HINTERGRUNDBILDER UND -FARBEN */	
	.submitbox input			{background: #58812d;}
	#fehlermeldung, #meldung 	{background: #fdfcf2; padding: 12px 16px; border:1px solid #ece8cc; margin:17px 0 0 0; }
    #fehlermeldung p, #meldung p{margin-bottom: 0; padding-bottom: 0; color: #000;}
	
	input, textarea, select.select		{background: #EEEEEE;}
	
	form label.required 		{ font-weight: bold;}


/* GRÖßENANGEBEN */
	input, textarea				{width: 426px;}
    select.select				{width: 314px;}
	input#Telefon 				{width: 328px; float:left;}
	label 						{width: 110px;}
	label#label-telefon 		{width: 65px; padding-left:7px; }
	input#Alter 				{width: 328px; float:left;}
	label#label-Alter 		{width: 65px; padding-left:7px; }
	.submitbox input 			{margin-left: 116px; width: 440px; color:#fff;}	/*Breite vom Label bzw. INPUT + 2* Padding */
	textarea 					{height: 80px; font-size:1em; }




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

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

	input, textarea, label, select.select		{margin-top: 5px; padding: 6px;}
    label						{padding-left: 0;}
	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: 30px;}
	form br 					{clear: left;}
	form input[type=hidden] 	{display: none; border: 0; padding: 0;}
	form legend 				{display: none;}				
	form fieldset 				{border:none;}					
	#meldung 					{margin: 1.5em 0 1.5em 0;}	
	#fehlermeldung 				{display:none;}					
	.submitbox input 			{font-weight: bold;	cursor: pointer; background:none repeat scroll 0 0 #32428F;}				
	.error 						{font-weight: bold;}
	
	#meldung ul 				{margin-bottom:0; padding-bottom:0;}
	
