/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
}

form br
{
	clear: left;
	float: left;
	padding: 0px;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

label
{
	width: 150px;
	margin-right: 10px;
	float: left;
	height: 18px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 3px;
}

.label-text
{	width: 40px;
	margin:0px 0 0 0px;
	padding: 3px 10px 0 0px;}

.label-text2
{	width: 40px;
	margin:0px 0 0 0px;
	padding: 3px 10px 0 20px;}
	

.element-markiert
{
	background-color: #FFC1C1;
}



/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 75px;
	padding-top: 5px;
	padding-right: 0px;
	border: 0px;
	width: 573px;
}


legend
{
	font-weight: bold;
	color: #a2a250;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

legend img
{
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/************************************************************************************/
/* Diverse Form Elemente */
select
{
	border: 1px solid #d4d6d8;
	float: left;
	clear: none;
	margin: 0px;
	height: 20px;
	padding-top: 1px;
}

textarea
{
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}




/************************************************************************************/
/* INPUT Elemente */
input
{
	border: 1px solid #d4d6d8;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 2px;
	height: 16px;
	background-color: #FBFBFB;
}

input:focus
{
	background-color: #FBFBFB;
	border-top-color: #b5cd46;
	border-right-color: #b5cd46;
	border-bottom-color: #b5cd46;
	border-left-color: #b5cd46;
	color: #000000;
}


input[type="text"][readonly]
{
	border: 1px solid #d4d6d8;
	background-color: #F3F3F3;
	color: #666666;
}

input[type="text"][disabled], input[type="password"][disabled]
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
}

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: 5px;
	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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	margin-top: 4px;
	margin-left: 0px;
	background-color: transparent;
}

input[type=checkbox]
{
	padding-left: 0px;
	margin:3px 0 0 0px;
}

input[type=radio]
{
	margin-top: 4px;
}



/************************************************************************************/
/* Button Formatierungen */
.button
{
	color: #D25A36;
	border: 1px #D25A36 solid;
	float: left;
	display: inline;
	height: 18px;
	margin: 0px 0 0 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.checkbox
{
	margin:0 0 0 0px;
	padding:0 0px 0 0px;
}




/************************************************************************************/
/* Button Bereich */
#divButtons
{
	height: 18px;
	text-align: right;
	padding: 0px;
	margin-top: 20px;
	width: 100%;
	float: right;
	margin-right: 10px;
}

#divButtons .button
{
	float: right;
	margin-left: 0px;
	height: 18px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}