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

/************************************************************************************/
/* Generell */
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #3070A9;
	background-color: #F5F9FC;
}

input:focus, input:hover, textarea:focus, textarea:hover
{
	background-color: #fff;
	border: 1px solid #3070A9;
	color: #000;
}

form
{
	float: left;
	width: 100%;
	margin: 1em 0px 2px 0px;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	visibility: hidden;
}



/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	float: left;
	width: 100%;
	position: relative;
	min-height: 0px;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
	border: 0px none;
	border-top: 1px solid #2571b1;
}

legend
{
	width: auto;
	font-weight: bold;
	color: #2571b1;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

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



/************************************************************************************/
/* Label */
label
{
	float: left;
	width: 180px;
	height: 19px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	padding-top: 1px;
}

label img
{
	vertical-align: middle;
	margin: 1px 0px 2px 3px;
}

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



/************************************************************************************/
/* Select */
select
{
	float: left;
	height: 20px;
	margin-right: 5px;
	padding: 1px 1px 1px 0px;
}

select optgroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 5px;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
}

select option
{
	text-indent: 3px;
	padding-bottom: 2px;
}

select optgroup option:first-child
{
	margin-top: 4px;
}

select optgroup option
{
	text-indent: 10px;
	color: #333;
	padding: 0px 0px 2px 0px;
}

#jahreswahl
{
	font-size:0.6em;
}



/************************************************************************************/
/* Textarea */
textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	font-size: 12px;
}



/************************************************************************************/
/* Input */
input
{
	float: left;
	height: 18px;
	margin-right: 5px;
	padding: 0px 4px 0px 4px;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #ccc;
	background-color: #EFEFEF;
	border-color: #CCC;
	cursor: default;
}

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



/************************************************************************************/
/* Input Type "Checkbox" und "Radio" */
input[type="radio"], input[type="checkbox"]
{
	float: left;
	border: 0px none;
	margin-right: 0px;
	margin-top: 4px;
	margin-left: 0px;
	background-color: transparent;
}

input[type="checkbox"]
{
	height: 19px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

input[type="radio"]
{
	padding-top: 0px;
	margin-top: 0px;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}



/************************************************************************************/
/* Input Type "File" */
input[type="file"]
{
	height: 21px;
}



/************************************************************************************/
/* Button Formatierungen */
.button
{
	float: left;
	width: auto;
	height: 20px;
	color: #FFF;
	background-color: #ee7f01;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	border: 1px solid #ee7f01;
	font-weight: normal;
	line-height: 1.2em;
}

.button:hover
{
	color: #fff;
	border: 1px solid #f19833;
	background-color: #f19833;
}



/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	height: 25px;
	text-align: right;
	padding: 0.5em 0em 0em 0em;
	margin: 1em 0em 0em 0em;
}

#fldButtons .button, #fldButtons .submitbutton
{
	float: right;
	width: 90px;
	height: 25px;
	margin: 0px 0px 0px 5px;
}