/* Allgemeine Angaben aus SITE.CSS uebersteuern */
body {
	background-image: none;
}

#inhalt {
	padding-right: 210px;
}

#inhalt #hinweis {
	position: absolute;
	top: 160px;
	right: 0px;
	width: 190px;
	min-width: 190px;
    display: inline;
    margin: 0;
	border-right: none;
}

#inhalt #hinweis p, #inhalt #hinweis ul {
    font-size: 0.7em;
}

#inhalt #knav {
	margin-right: 0;
}


/* Spezielle Formatierungen des Kontaktformulars */

/* Div welches das ganze Formular umschliesst */
.formgen {
	width: auto;
}

/* Formular */
.formgen form {
	font-size: 1em;
	line-height: 1.3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Fieldset */
.formgen fieldset {
	border: 1px solid #303030;
	padding: 0 10px;
	color: #770000;
	background-color: #FFEFD5;
}

/* Fieldset-Beschriftung LEGEND */
.formgen fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px;
	padding: 5px;
	color: #770000;
	background-color: #FFEFD5;
}

/* DIV das den *Stern-Text umschliesst */
.formgen .stern {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 10px 2px;
}

/* Div das jeweils die Paare Label/Eingabefeld umschliesst */
.formgen .formblock {
	margin-bottom: 10px;
}

/* Div das den SUBMIT-BUTTON umschliesst */
.formgen .senden {
    text-align: center;
    margin: 0 0 6px 0;
    padding: 4px 8px;
}

/* FORMULAR-OBJEKTE */

/* Objekt-Bezeichnung LABEL */
.formgen label {
	font-size: 0.8em;
	font-weight: normal;
	padding: 1px 2px
}

.formgen label span {
	font-size: 1.2em;
}

/* Objekt-Bezeichnung LABEL fuer RADIO-BUTTONS */
.formgen label.radio:hover {
/*	color: #303030!important;
	background-color: #FFF!important;   */
    cursor: text !important;
}
.formgen label.radioerror:hover {
	color: #000!important;
	background-color: yellow !important;
    cursor: text !important;
}

input.formradio {
	margin-left: 10px;
}


/* Mehrzeiliges Textfeld TEXTAREA */
.formgen .formtextfield {
	width: 98%;
	margin-top: 2px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #303030;
	background-color: #F5F5F5;
}

/* Einzeilige Textfeld TEXT */
.formgen .formtext {
    width: 98%;
	margin-top: 2px;
	font-size: 0.8em;
	color: #303030;
	background-color: #F5F5F5;
}

.formgen .formtextP1 {
    width: 50%;
}

.formgen .formtextP2 {
    width: 10%;
}

/* Drop-Down-Feld SELECT */
.formgen .formselect
{
	width: 10em;
	min-width: 10em;
	color: #303030;
	background-color: #F5F5F5;
}

html>body .formgen .formselect {
	width: auto;
}

/* Trennelement HR */
.formgen hr.formtrenn
{
	color: #9B0000 !important;
	height: 2px !important;
 	padding: 0 !important;
	border-color: #9B0000 !important;
	border-width: 2px 0 0 0 !important;
	border-style: solid !important;
	margin: 0 !important;
}

/* Hinweistext DIV */
.formgen .formhinweis
{
	font-size: 0.7em;
	font-weight: bold;
}

/* Headline DIV */
.formgen .formheadline
{
	font-size: 0.9em;
	font-weight: bold;
}

/* Passwortfeld */
.formgen .formpassword
{
	width: 7em;
	color: #303030;
	background-color: #F5F5F5;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #FFF;
}

/* Sende-Button */
.formgen .formsubmit
{
	cursor: pointer;
	width: 15em;
	padding: 3px 0;
	color: #FFF !important;
	background-color: #770000 !important;
	border-top: 2px solid #B50000;
	border-right: 2px solid #590000;
	border-bottom: 2px solid #590000;
	border-left: 2px solid #B50000;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.formgen .formsubmit:hover, .formgen .formsubmit:focus {
	color: #590000 !important;
	background-color: #EB8923 !important;
	border-top: 2px solid #F4BC84;
	border-right: 2px solid ##A65B0F;
	border-bottom: 2px solid #A65B0F;
	border-left: 2px solid #F4BC84;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */
.forminfo {
	color: #000;
	background-color: yellow;
	border: 1px solid #000;
	margin: 10px 0;
	padding: 5px 10px;
	width: auto;
	font-size: 0.8em;
	font-weight: bold;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #000;
	background-color: yellow;
}

/* Ende Formatierungen Kontaktformular */


