

/*SCHRIFTART UND -FARBEN */
	input, 
	textarea,
	label 					{font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em;}
									
	.submitbox input 		{color: #fff;}					
	.error ,
	label.error				{color: #C7361B;}


/* RAHMEN FARBEN */
	input, 
	textarea,
	p#fehlermeldung,
	#meldung				{border: 1px solid #fdc96d; -moz-border-radius:5px;
-khtml-border-radius:5px;}
	.submitbox input		{border: 1px solid #8d062f;}
	
	input:focus,
	textarea:focus 			{border:1px solid #8d062f;}

	
/* HINTERGRUNDBILDER UND -FARBEN */	
	.submitbox input			{background:#8d062f;}
	p#fehlermeldung, #meldung 	{background:#f9eed9;}
	
	input, textarea				{background:#fee7c1}
	
	form label.required 		{background: url(../images/required.png) top right no-repeat; font-weight: bold;}


/* GRÖßENANGEBEN */
	input, textarea				{width: 300px;}
	input#Telefon 				{width:209px; float:left;}
	* html input#Telefon 				{width:216px; float:left;}
	* + html input#Telefon 				{width:216px; float:left;}
	label 						{width: 120px;}
	label#label-telefon 		{width: 60px;}
	.submitbox input 			{margin-left: 124px; width: 306px;}	/*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;}
	
