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

#inhalt h1 {
	margin-bottom: 0;
}

fieldset {
	margin: 0;
	padding: 0 10px 10px 10px;
}

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

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

fieldset label {
	cursor: pointer;
}

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

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

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

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

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

fieldset.links {
	float: left;
	width: 62%;
	min-width: 62%;
	margin: 20px 15px 10px 0;
	color: #004624;
	background-color: #F1EBD5;
	background-image: url(../bilder/kontakt_links_hg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	border: 1px solid #779998;
	position: relative;
}

form>fieldset.links {
	position: static;
	margin-top: 10px;
	width: auto;
}

fieldset.links legend {
	margin: 0;
	padding: 4px 8px;
	position: relative;
	top: -1em;
	color: #004624;
	background-color: #F1EBD5;
	font-size: 0.85em;
	font-weight: bold;
	border: none;
}

fieldset.links>legend {
	position: static;
}

#inhalt fieldset.links div a:link, #inhalt fieldset.links div a:visited, #inhalt fieldset.links div a:active {
	color: #000;
	background-color: transparent;
}

/*#inhalt fieldset.links div a:hover {
 	color: #FFF;
	background-color: #000;
}*/

fieldset.rechts {
	float: left;
	width: 29%;
	min-width: 29%;
	margin: 20px 2px 0 0;
	color: #004624;
	background-color: #F1EBD5;
	background-image: url(../bilder/kontakt_rechts_hg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	border: 1px solid #779998;
	position: relative;
}

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

fieldset.rechts legend {
	margin: 0;
	padding: 4px 8px;
	position: relative;
	top: -1.0em;
	color: #004624;
	background-color: #F1EBD5;
	font-size: 0.85em;
	font-weight: bold;
	border: none;
}

form>fieldset.links legend, form>fieldset.rechts legend {
	margin: 0 0 10px 0;
}

/*#inhalt fieldset.rechts p a:link, #inhalt fieldset.rechts p a:visited, #inhalt fieldset.rechts p a:active {
	color: #4682B4;
	background-color: transparent;
}

#inhalt fieldset.rechts p a:hover {
	color: #FFF;
	background-color: #006400;
}*/

fieldset.rechts>legend {
	position: static;
}

fieldset div.button {
	margin-top: 20px;
}

fieldset div.button input.text {
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	width: 7em;
	color: #004624;
	background-color: #C0C0C0;
	font-size: 1em;
	font-weight: bold;
}

fieldset div.button input.grafik {
	width: auto;
	border: 1px solid #FFF;
}

fieldset input:focus, fieldset input:hover, fieldset textarea:focus, fieldset textarea:hover, fieldset label:hover, fieldset div.button input.text:focus, fieldset div.button input.text:hover {
	color: #004624;
	background-color: Yellow;
}

fieldset div.button input.grafik:focus, fieldset div.button input.grafik:hover {
	border: 1px solid yellow;
}

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

.fehler {
	color: #000;
	background-color: yellow;
	border: 1px solid #FFF;
}

strong {
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}