
.redaxform {
	margin:0px;
}

.redaxdateneingabe, .redaxdatenausgabe {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

input.redaxdateneingabe, select.redaxdateneingabe , .redaxdateneingabe * select , textarea.redaxdateneingabe  {
	background-color:#FFEEDD;
	border-color:#333333;
	width:300px;
	border-width:1px;
	border-style:solid;
	padding:2px;


}

div.redaxdatenausgabe, div.redaxdateneingabe  {
	width:300px;
	margin-left:10px;
	float:right;
	padding:2px;
}

div.redaxdatenausgabe {
	background-color:#EEEEEE;
}

.redaxfuncbutton, .redaxbutton {
	font-size:11px;
	background-color:#339933;
	color:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	
	
}

.redaxpflichtfeld {
	color:#DD0000;
	font-weight:bold;
}

fieldset {	
	xclear:both;
	margin-bottom:6px;
	padding:3px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px;
	border-bottom-width:1px;

}

fieldset h2 {
	float:left;
}

.redaxformalert {
	background-color:#FFCC66;
	padding:3px;
	padding-left:50px;
	margin:5px;
	background-image:url(../images/alertwarn.gif);
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#CC6600;
	border-width:1px;

}

.redaxformalert * {
	color:#000000;
	padding:1px;
	font-size:11px;
}



