@charset "utf-8";

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

/* RAHMEN FARBEN */
	input, 
	textarea,
	p#fehlermeldung,
	#meldung				{border: 1px solid #8EBC14;}
	.submitbox input		{border: 1px solid #8EBC14;}
	
	input:focus,
	textarea:focus 			{border:1px solid #000;}

	
/* HINTERGRUNDBILDER UND -FARBEN */	
	.submitbox input			{background:#8EBC14;}
	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: 300px;}
	input#Telefon 				{width:200px; float:left;}
	label 						{width: 120px;}
	label#label-telefon 		{width: 69px;}
	.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;}					
	#fehlermeldung, #meldung 	{padding: 10px; margin: 1.5em 0 1.5em 0;}	
	#fehlermeldung 			{display:none;}					
	.submitbox input 			{font-weight: bold;	cursor: pointer;}				
	.error 						{font-weight: bold;}
	
	#fehlermeldung {background:none repeat scroll 0 0 #8EBC14;
margin:15px 0 0;
padding:15px; color:#fff}
	#fehlermeldung a {color:#fff}
	#meldung ul 				{margin-bottom:0; padding-bottom:0;}
	
