#inhalt {
	padding-left: 10px;
	padding-right: 5px;
}

input:focus, input:hover, label:hover {
	color: #000;
	background-color: Yellow;
}

input.button:focus, input.button:hover, a.button:hover, a.button:focus {
	color: #000;
	background-color: Yellow;
	border-top: 2px solid #F0E68C;
	border-right: 3px ridge #FFD700;
	border-bottom: 3px ridge #FFD700;
	border-left: 2px solid #F0E68C;
}

form, legend, input, label, textarea {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
}

fieldset div {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.9em;
}

fieldset div.stern {
	font-size: 0.8em;
}

#inhalt fieldset p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

label {
	cursor: pointer;
}

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 95%;
}

input.liste {
	font-size: 0.9em;
	width: auto;
	margin: 0 3px 0 0;
	padding: 0;
}

legend {
	color: White;
	background-color: #900;
	border: 1px solid #000;
	padding: 2px 6px;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
}

input.button {
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	width: 7em;
	color: #FFF;
	background-color: #900;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #FFE2BD;
	border-right: 3px ridge #B94100;
	border-bottom: 3px ridge #B94100;
	border-left: 2px solid #FFE2BD;
}

span.bezeichnung {
	float: left;
	width: 40%;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: right;
}

span.inhalt {
	float: left;
	width: 55%;
	margin: 0;
	padding: 0;
}

span.zusammen {
	white-space: nowrap;
	margin: 0 15px 0 0;
}

.status {
	margin: 10px 0 20px 0;
	padding: 0.4em;
	text-align: center;
	font-size : 0.9em;
	font-weight: bold;
	border: 1px solid #014F97;
	color: #014F97;
	background-color: Yellow;
}

.fehler {
	color: #FFF;
	background-color: #014F97;
}

fieldset.links {
	float: left;
	width: 68%;
}

fieldset.rechts {
	float: left;
	width: 23%;
	margin: 23px 0 0 15px;
	border: 1px solid #000;
	position: relative;
	font-size: 0.85em;
}

form>fieldset.rechts {
	position: static;
	margin-top: 10px;
}

fieldset.rechts legend {
	position: relative;
	top: -0.8em;
	color: White;
	background-color: #900;
	border: 1px solid #000;
}

#inhalt fieldset.rechts p a:link, #inhalt fieldset.rechts p a:visited, #inhalt fieldset.rechts p a:active {
	color: White;
	background-color: transparent;
}

#inhalt fieldset.rechts p a:hover {
 	color: White;
	background-color: #009;
}

fieldset.rechts>legend {
	position: static;
}

div.button {
	margin-top: 20px;
	text-align: right;
}

