@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
input, textarea, select
{
	color: #666;
	border: 1px solid #004b95;
	margin-right: 5px;
}

form
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

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: 600px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/************************************************************************************/
/*Diverse Form Elemente */
label
{
	width: 110px;
	margin-right: 10px;
	float: left;
	height: 19px;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 1px;
}

.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;
}

.element-markiert
{
	background-color: #FC6;
}


select
{
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

select option
{
	text-indent: 3px;
}




/************************************************************************************/
/*INPUT Elemente */
input
{
	float: left;
	margin-bottom: 5px;
	height: 22px;
	padding-top: 0px;
	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: 5x;
	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, .nlsend, .nlsendsmall
{
	float: left;
	height: 25px;
	color: #fff;
	background-color: #004b95;
	border: 1px solid #004b95;
	font-weight: normal;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.button:hover, .nlsend:hover, .nlsendsmall:hover
{
	color: #000;
	background-color: #FFF;
	border: 1px solid #004b95;
}


/************************************************************************************/
/* SPAM Schutz */
#tbxruetlischwur
{
	visibility:hidden;
}

#divFilterForm {
	margin-bottom:0.5em;
}

#divFilterForm select {
	float:none;
	margin-right:10px;
}