/************************************************************************************/
/* Formular */

.ff, .ff2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #444;
background-color: #F2F5FB;
width: 240px;
height: 16px;
border: 1px solid #808080;
margin: 0 20px 4px 0;
padding: 1px 2px 1px 2px;
float: left;
}

.ff2 {
height: 45px;
margin: 0 20px 0 0;
padding: 0px;
overflow: auto;
padding: 1px 2px 1px 2px;
} 


.fielderror {
	background-color:#C00;
}

/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/


/************************************************************************************/
/* Generell */
/*input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	background-color: #fff;
}*/

form
{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left:0;
	float: left;
	width: 440px;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	visibility: hidden;
}

form .karte hr
{
	float: none;
	clear: both;
}

/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	min-height: 0px;
	margin: 0 0em 9px 0em;
	padding: 0 0em 0em 0em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}



legend
{
	width: auto;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #FFF;
}



/************************************************************************************/
/*Diverse Form Elemente     --   	border: 1px solid #333;    */
label
{

	float: left;
	height: 19px;
	text-align: left;
	font-weight: normal;
	padding-top: 1px;

}



.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 18px;
	padding-top: 1px;
	margin-right: 12px;
	margin-left: 5px;
	vertical-align: middle;
}

.element-markiert
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #FDD;
	width: 240px;
	height: 16px;
	border: 1px solid #808080;
	margin: 0 20px 4px 0;
	padding: 1px 2px 1px 2px;
	float: left;
}


select
{
	float: left;
	height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin-top: 0px ;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.karte select
{
	float: none;
}


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-top: 0px;
	padding-bottom: 2px;
}

textarea
{
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 12px;
}



/************************************************************************************/
/*INPUT Elemente */
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #F2F5FB;
	height: 16px;
	border: 1px solid #808080;
	margin: 0 20px 4px 0;
	padding: 1px 2px 1px 2px;
	float: left;

}

.karte input
{
	float: none;
	margin-bottom:0px;
}

input[type="text"][readonly]
{
	background-color: #FFF;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #999;
	background-color: #EDF3FA;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	cursor: default;
}

input[type="file"], input[type="file"] > input[type="text"]
{
	height: 22px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #F0F0F0;
	float: left;
	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]
{
	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-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;
	background-color: #fff;
}

td select, td input, td textarea
{
	margin-bottom: 0px;
}



/************************************************************************************/
/*Button Formatierungen */
.button
{
	float: left;
	height: 24px;
	width: 244px; 
	color: #D9DADB;
	background-color: #8C0C04;
	padding: 0px 5px 1px 5px;
	border: 1px solid #D9DADB;
	cursor: pointer;	
}

.button:hover
{
	font-weight: bold;
	color: #fff;
	background-color: #8C0C04;
}





/************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	padding: 0px;
	margin: 0px;
	height: 25px;

}

#fldButtons .button, #fldButtons .submitbutton
{
	float: left;
	margin: 0px;
}

