@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
input, textarea, select
{
	color: #666;
	border: 1px solid #666;
	margin-right: 5px;
	background-color: #F8F8F8;
}

form
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

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%;
	padding-bottom: 0px;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	border: 0px none;
	border-top: 1px solid #ccc;
}

legend
{
	font-weight: normal;
	color: #009EE0;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
	font-size: 1.1em;
}

legend img
{
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/************************************************************************************/
/* Label */
label
{
	width: 200px;
	margin-right: 10px;
	float: left;
	height: 19px;
	text-align: right;
	font-weight: bold;
	padding-top: 1px;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding: 1px 0px 0px 0px;
	margin: 0px 15px 0px 5px;
}





/************************************************************************************/
/* Select */
select
{
	float: left;
	height: 20px;
	padding: 1px 1px 1px 0px;
	margin: 0px 5px 0px 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;
}



/************************************************************************************/
/* Textarea */
textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	font-size: 12px;
}



/************************************************************************************/
/* Input */
input
{
	float: left;
	margin-right: 5px;
	height: 17px;
	padding: 0px 4px 1px 4px;
}

input[type="text"][readonly]
{
	background-color: #fff;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #999;
	background-color: #EBEBEB;
	border: 1px solid #999;
	cursor: default;
}

input[type="file"], input[type="file"] > input[type="text"]
{
	float: left;
	height: 22px;
	padding: 2px 4px 0px 4px;
	background-color: #F0F0F0;
	border: 1px solid #3478B7;
}

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: 4px 0px 0px 0px;
}

input[type=checkbox]
{
	height: 19px;
	padding: 0px;
	margin: 0px;
}

input[type=radio]
{
	padding-top: 0px;
	margin-top: 0px;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}



/************************************************************************************/
/*Button Formatierungen */
.button, .nlsend, .nlsendsmall
{
	float: left;
	height: 20px;
	color: #fff;
	background-color: #E32119;
	border: 1px solid #E32119;
	font-weight: normal;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
}

.button:hover, .nlsend:hover, .nlsendsmall:hover
{
	color: #000;
	background-color: #FFF;
	border: 1px solid #E32119;
}



/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	height: 25px;
}

#fldButtons .button, #fldButtons .submitbutton
{
	float: right;
	margin: 0px 0px 0px 5px;
}



/************************************************************************************/
/* Diverses */
.element-markiert
{
	border-color: #F00;
}

input:focus, textarea:focus
{
	border-color: #009ee0 !important;
	background-color: #fff !important;
}

select:focus
{
	background-color: #fff !important;
}