@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
input, textarea, select
{
	color: #999;
	margin-right: 5px;
	border: 1px solid #3b6ea7;
	font-size: 1.4em;
}

form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
	color: #333;
}

form br
{
	clear: left;
	float: left;
	padding: 0px;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	float: left;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend
{
	font-weight: bold;
	color: #3b6ea7;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
}

legend img
{
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/************************************************************************************/
/*Diverse Form Elemente */
label
{
	float: left;
	width: 200px;
	height: 22px;
	font-size: 1.4em;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: normal;
	padding-top: 4px;
	color: #333;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.label-kommentar
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-style: italic;
}


.element-markiert
{
	background-color: #ffcc00;
	color: #FFF;
}


select
{
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

textarea
{
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/************************************************************************************/
/*INPUT Elemente */
input
{
	float: left;
	margin-bottom: 10px;
	height: 24px;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

input[type="text"][readonly]
{
	color: #999;
	background-color: #EEE;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #999;
	background-color: #CCC;	
}

input[type="file"]
{
	height: 22px;
	padding-top: 2px;
	background-color: #F0F0F0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10x;
	margin-left: 0px;
}

input[type="file"] > input[type="button"]
{
	padding: 0px;
	margin: 0px;
}

input[type="hidden"]
{
	display: none;
}

input[type=radio], input[type=checkbox]
{
	display: block;
	float: left;
	border: 0px none;
	margin-right: 0px;
	margin-top: 4px;
	margin-left: 0px;
}

input[type=checkbox]
{
	height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input[type=radio]
{
	padding-top: 0px;
	margin-top: 0px;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/************************************************************************************/
/*Button Formatierungen */
.button
{
	float: left;
	height: 30px;
	color: #FFF;
	background-color: #3b6ea7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.button:hover
{
	background-color: #ffcc00;
}



/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fldButtons .button
{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	height: 30px;
}



/************************************************************************************/
/* Fehler Übersichtsbereich */
#divFormErrors
{
	color: #F00;
	width: 100%;
	display: none;
}



/************************************************************************************/
/* Captcha Ersatz, ein Eingabefeld verstecken */
/* Ein Besucher wird das Feld nicht ausfüllen, ein Bot dagegen schon */
#tbxCaptcha
{
	display: none;	
}
