h1, h2, legend, em.color {
	
}

h1 {
	font-size: 16px;
}

h2, legend {
	font-size: 14px;
	font-weight: bold;
}

p, label {
	font-size: 12px;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	color: black;
	padding: 2px 8px;
	margin: 0px;
}

input.textfield {
	width: 200px;
}

label.noblock {
	display: inline;
	float: none;
	clear: none;
}

ul {
	list-style-type: none;
}

ul.square {
	list-style-type: square;
}

div.fieldset {
	

/*braucht ie5.5win */
	clear: both;
	margin-bottom: 25px;
	width: 600px;
}

fieldset {
	border: 1px inset #1F663B;
	margin-bottom: 20px;
	padding: 1em;
	font-size: 12px;
}

span.after {
	font-size: 12px;
	bottom: 2px;
	margin-left: 0.4em;
	position: relative;
}

/* padding-top in fieldsets becoms margin-top in IE. (Bug) */

.errormsg {
	color: red;
}

fieldset#fehlermeldungen {
	color: red;
}

.nachrichtFieldset textarea {
	width: 440px;
	height: 20em;
}

.nachrichtFieldset {
	padding-left: 153px;
}

.einverstaendniserklaerung label {
	float: none;
	width: auto;
	text-align: left;
	margin-left: 129px;
}

.einverstaendniserklaerung input {
	float: left;
	margin-left: 114px;
}
