/*###########################################################################################################*/
/* Form spezifischen Styles */
/*###########################################################################################################*/

/*************************************************************************************************************/
/* Generelle Form Elemente */
input, 
select, 
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #aaa;
	background-color: #fff;
}

input:focus, 
input:hover, 
textarea:focus, 
textarea:hover
{
	border-color: #4085BC;
	color: #333;
}

form
{
	float: left;
	width: 100%;
}

form p
{
	float: left;
	width: 100%;
	padding: 0em 0 5px 0;
}



/*************************************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	float: left;
	width: 100%;
	margin: 0em 0em 1.5em 0em;
	padding: 1em 0em 1em 0em;
	border: 0px none;
	border-top: 1px dotted #4085BC;
}

fieldset.noline
{
	border: 0px none;
	padding-top: 0em;
}

legend
{
	width: auto;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background-color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	color: #4085BC;
}



/*************************************************************************************************************/
/* Label */
label
{
	float: left;
	width: 144px;
	height: 26px;
	margin-right: 15px;
	padding-top: 0px;
	line-height: 26px;
	text-align: right;
	font-weight: normal;
	color: #444;
}

.label-text
{
	float: left;
	width: auto;
	height: 25px;
	padding-top: 1px;
	margin-right: 5px;
	line-height: 26px;
	color: #888;
}



/*************************************************************************************************************/
/* Select */
select
{
	float: left;
	height: 26px;
	padding: 4px 4px 4px 1px;
	margin: 0px 5px 0px 0px;
}

select option
{
	text-indent: 3px;
	padding: 0px;
}

select optgroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 5px;
	padding: 0px 0px 3px 0px;
	color: #333;
	font-weight: bold;
}

select optgroup option
{
	text-indent: 15px;
	padding: 0px 0px 2px 0px;
}



/*************************************************************************************************************/
/* Textarea */
textarea
{
	float: left;
	padding: 5px 4px 0px 4px;
	box-shadow: 1px 1px 3px #D6D6D6 inset;
	-moz-box-shadow: 1px 1px 3px #D6D6D6 inset;
	-webkit-box-shadow:  1px 1px 3px #D6D6D6 inset;	
	resize: none;
}



/*************************************************************************************************************/
/* Input generell */
input
{
	float: left;
	margin: 0px 5px 0px 0px;
	height: 21px;
	padding: 0px 4px 0px 4px;
}

input[disabled], 
textarea[disabled], 
select[disabled]
{
	color: #999;
	background-color: #F4F4F4;
	border-color: #D8D8D8;
	cursor: default;
}

input[type="hidden"]
{
	display: none;
}



/*************************************************************************************************************/
/* Input Type "text", "password" */
input[type="text"],
input[type="password"]
{
	padding: 2px 4px 1px 4px;
	box-shadow: 1px 1px 3px #D6D6D6 inset;
	-moz-box-shadow: 1px 1px 3px #D6D6D6 inset;
	-webkit-box-shadow:  1px 1px 3px #D6D6D6 inset;
}



/*************************************************************************************************************/
/* Input Type "checkbox" und "radio" */
input[type="radio"],
input[type="checkbox"]
{
	height: 19px;
	border: 0px none;
	padding: 0px;
	margin: 4px 4px 0px 0px;
	background-color: transparent;
}

input[type="radio"]
{
	margin-top: 3px;
}



/*************************************************************************************************************/
/* Input Type "File" */
input[type="file"]
{
	height: 22px;
	padding: 2px 4px 0px 4px;
	line-height: 0.1em;
}



/*************************************************************************************************************/
/* Input Type "Range" */
input[type="range"]
{
	margin: 3px 5px 0px 0px;
}



/*************************************************************************************************************/
/*Button Formatierungen */
input[type="button"],
input[type="submit"]
{
	height: 26px;
	padding: 0px 5px 1px 5px;
	background-color: #999;
	color: #fff;
	font-weight: normal;
	line-height: 1.6em;
	border: 1px solid #999;
	cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover
{
	border: 1px solid #4085bc;
	background-color: #4085bc;
	color: #fff;
}

input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover
{
	background-color: #ccc;
	border: 1px solid #bbb;
	color: #999;	
	cursor: default;
}



/*************************************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	height: 28px;
	text-align: right;
	padding: 0.5em 0px 0em 0em;
	margin: 0em 0em 0em 0em;
	border-top: 1px solid #4085BC;
	text-align: right;
}

#fldButtons input[type="button"],
#fldButtons input[type="submit"],
input[type="button"].submit
{
	float: none;
	display: inline-block;
	background-color: #4085bc;
	padding: 2px 8px 3px 8px;
	color: #fff;
	border: 1px solid #4085bc;	
}

#fldButtons input[type="button"],
#fldButtons input[type="submit"]
{
	padding: 2px 8px 3px 8px;
}

#fldButtons input[type="button"]:hover,
#fldButtons input[type="submit"]:hover,
input[type="button"].submit:hover
{
	border: 1px solid #444;
	background-color: #444;
}

#fldButtons input[type="button"][disabled],
#fldButtons input[type="submit"][disabled]:hover,
#fldButtons input[type="button"][disabled],
#fldButtons input[type="submit"][disabled]:hover
{
	background-color: #ccc;
	border: 1px solid #aaa;
	color: #aaa;	
	cursor: default;
}

#fldButtons input[type="button"][disabled],
#fldButtons input[type="submit"][disabled],
input[type="button"][disabled].submit
{
	color: #999;
	background-color: #F4F4F4;
	border-color: #D8D8D8;
	cursor: default;
}


/*************************************************************************************************************/
/* Diverses */
.element-markiert, 
.element-markiert:hover
{
	background-color: #FDD;
}

.element-inaktiv, 
.element-inaktiv:hover
{
	background-color: #FFF;
	border-color: #ccc;
	color: #999;
}

#divSubmit
{
	float: left;
	width: 100%;
	min-height: 1px;
	padding: 2px 0px 2px 0px;
}
