/*** Formularelemente ***/
/*** Fieldsets ***/
fieldset {
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 15px 9px;
	position: relative;
	margin-top: 1em;
	line-height: 140%;
}
fieldset br {
	clear: both;
}
/*** IE7 Abstandshack f�r Fieldsets ***/
*+html fieldset {
	margin-top: 2em;
	padding-top: 1.5em;
}
legend {
	font-size: 14px!important;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 12px;
	border: 1px solid #CCC;
	background-color: #EEEEEE;
	position: absolute;
	top: -15px; 
	left: 9px;
	background-image: url(../../img/backoffice/global_gfx/topnavi_bg.png);
	background-repeat: repeat-x;
}
/*** IE7 Abstandshack f�r Legend ***/
*+html legend {
	left: 2px;
	font-size: 14px;
}
/*** Aussehen der Felder ***/
.feld {
	border: 1px solid #8A8A8A;
	padding: 2px 2px;
	background-color: #EEE;
	font-weight: normal;
}
.feld:focus, .feld:hover {
	border: 1px solid #000;
	background-color: #FFF;
}
option {
	padding-right: 0.6em;
	padding-left: 0.5em;
}
.formelement {
	float: left;
	min-width: 50%;
	padding: 1px 0;
	margin-bottom: 2px;
	min-height: 23px;
	position: relative;
}
.formelement label {
	margin-right: 5px;
	padding-top: 1px;
	display: block;
	float: left;
	min-width: 95px;
}
/*** Formularelemente mit Fehlern ***/
.fieldWithErrors {
	background-color: #EAB3B3;
}
.fieldWithErrors .error {
	border: 1px solid #b22222;
	background-color: #EAB3B3;
	background-image: url(../../images/default/button_gfx/bullet_error.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 2px;
}
	.fieldWithErrors .feld:focus, .fieldWithErrors .feld:hover {
		background-color: #FFF;
	}
/*** Formularelemente, welche ausgef�llt werden m�ssen ***/
.required {
	background-color: #DDD;
	border: 1px solid #8A8A8A;
	font-weight: bold;
}
div.required {
    background-color: transparent;
    border: 0;
}
div.error input {
    border: 1px dashed #B22222
}
div.error-message {
    color: #B22222;
    margin-left: 101px;
}
.datepicker_trigger {
	vertical-align: text-bottom;
}
.small {
	font-size: 11px;
}
.field_size1 {
	
}
.field_size2 {
	width: 25px;
}
.field_size3 {
	width: 30px;
}
.field_size4 {
	width: 50px;
}
.field_size5 {
	width: 80px;
}
.field_size6 {
	width: 100px;
}
.field_size7 {
	width: 245px;
}
.field_size7_select {
	width: 249px;
}
.field_size8 {
	
}
.field_size9 {
	
}
.field_size10 {
	width: 600px;
}
.field_size11 {
	width: 715px;
}
.waiting {
	background-image: url(../../images/default/button_gfx/wait_animation_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*** Ajaxsuche ***/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	text-align: left;
/* if width will be 100% horizontal scrollbar will apear
when scroll mode will be used */
/*width: 100%;*/
	font: menu;
	font-size: 12px;
/* it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox */
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('images/default/indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;

}
.ac_over {
	background-color: #0A246A;
	color: white;
}

fieldset.links {
	float: left;
	margin-right: 10px;
	width: 450px;
}
fieldset.rechts {
	float: right;
	margin-left: 10px;
	width: 450px;
}
fieldset.links_breit {
	float: left;
	margin-right: 10px;
	width: 440px;
}
fieldset.rechts_breit {
	float: right;
	margin-left: 10px;
	width: 440px;
}




