fieldset {
	margin: 15px 21px 25px 21px;
	border: 1px solid #fff;
	border-top: 1px solid #dfe6f2;
}

legend {
	margin: 0.6em 0 20px 140px;
	padding: 10px 20px;
	background: #fff;
}

label {
	float: left;
	display: block;
	width: 129px;
	margin: 7px 0 0 0;
	font-weight: normal;
}

#content input,
#content select,
#content textarea {
	display: block;
	width: 350px;
	margin: 0 0 7px 0;
	padding: 5px;
	border: 1px solid #dfe6f2;
}

#lehrbuch #content input,
#lehrbuch #content select,
#lehrbuch #content textarea {
	width: 270px;
}

#content textarea {
	height: 120px;
}

label#textarea {
	height: 160px; /* #submit ebenfalls floaten */
}

#content input#submit {
	width: 270px;
	background: #fff url(../images/bg_link_content.gif) 12px 50% no-repeat;
}

#content input#submit:hover,
#content input#submit:focus {
	background: #fff url(../images/bg_link_content.gif) 12px 50% no-repeat;
}

#content input:hover,
#content input:focus,
#content select:hover,
#content select:focus,
#content textarea:hover,
#content textarea:focus {
	background: #fff;
	border: 1px solid #ff6e00;
}

fieldset {
	color: #3c3c3c;
	font: normal 1.4em/1.4em Arial,sans-serif;
}

#content input,
#content select,
#content textarea {
	color: #777;
	font: normal 1.4em/1.4em Arial,sans-serif;
}

#content input#submit {
	font: normal 1.0em/1.4em Arial,sans-serif;
	color: #3c3c3c;
}

#content .fehler {
	color: #ff6e00;
	font-weight: bold;
}

