@charset "utf-8";

		.formStyle {
            color: #3F4343;
			font-family:Verdana, Arial, Helvetica, sans-serif;		
		}
		.formStyle input {
            color: #3F4343;
		}
		.formTextBold { font-weight:bold; color: #3F4343; font-size:0.8em;}
		.formText { color: #3F4343; font-size:0.8em;}
		/* Size 1 */
        input.eingabe_size1 {
			width:150px;
			height:20px;
			color: #3F4343;
			border:1px solid #ABC397;
        }
        input.eingabe_size1_falsch {
			width:150px;
			height:20px;
			color: #3F4343;
			border:1px solid #FF0000;
        }		
		/* select Size 1 */
        select.select_size1 {
			width:300px;
			height:20px;
			color: #3F4343;
			color:#3F4343;
        }
        select.select_size1_falsch {
			width:300px;
			height:20px;
			border:1px solid #FF0000;
			color:#FF0000;
        }	
		/* Textarea */
        textarea.textarea_size1 {
			width:500px;
			height:80px;
			border:1px solid #ABC397;
		    font-size:0.9em;
            color: #3F4343;
			font-family:Verdana, Arial, Helvetica, sans-serif;		
        }	
        textarea.textarea_size1_falsch {
			width:500px;
			height:80px;
			border:1px solid #FF0000;
		    font-size:0.9em;
            color: #ABC397;
			font-family:Verdana, Arial, Helvetica, sans-serif;		
        }

		.falsch {
			border:1px solid #FF0000;
        }
		.richtig {
			border:1px solid #ABC397;
        }
        input.falsch {
			border:1px solid #FF0000;
        }
        input.richtig {
			border:1px solid #ABC397;
        }

