@charset "utf-8";
/************************************************************************************************************************/
/* Form Styles */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Generelle Form Elemente */
input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 5px;
}

form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
	color: #333;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	visibility: hidden;
}

hr {
	border: 0px;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 0 0 12px 0;	
}


/************************************************************************************************************************/
/* Fieldset Elemente */
fieldset
{
    float: left;
	width: 100%;
	padding: 1em 0px 0px 0px;
	margin: 0px 0px 3em 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
}

legend
{
	width: auto;
	color: #6FB7FF;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

legend img
{
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/************************************************************************************************************************/
/* Markierung (z.B. bei Fehler) */
.element-markiert
{
	background-color: #FDD;
}

.label-markiert
{
	color: #F00;
}



/************************************************************************************************************************/
/* Diverse Form Elemente */
label
{
	float: left;
	width: 200px;
	height: 18px;
	padding-top: 1px;
	margin: 0px 20px 5px 0px;
	text-align: right;
	font-weight: bold;
}

.label-text
{
	float: left;
	width: auto;
	height: 18px;
	padding: 1px 0px 0px 0px;
	margin: 0px 15px 0px 5px;
	font-weight: normal;
	text-align: left;
}

select
{
	float: left;
	clear: none;
	margin-bottom: 5px;
}

select option
{
	text-indent: 2px;
}

textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	margin: 0px 0px 5px 0px;
}



/************************************************************************************************************************/
/* INPUT Elemente */
input
{
	float: left;
	height: 17px;
	padding: 1px 4px 0px 4px;
	margin-bottom: 5px;
}

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"]
{
	float: left;
	height: 22px;
	padding-top: 2px;
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px 0px 5px 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: 0px;
}

input[type=radio]
{
	height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}



/************************************************************************************************************************/
/* Button Formatierungen */
.button
{
	float: left;
	height: 21px;
	color: #FFF;
	background-color: #6FB7FF;
	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;
	cursor: pointer;
}

.button:hover
{
	background-color: #3462FE;
}



/************************************************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fldButtons .button
{
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	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;	
}
