
/* copyright artprolog 2008 Ursula Bartels */


/* FORMULARE */
.user-forms div.zeile,
.user-forms div.zeile-odd,
.user-forms div.zeile-kopf,
.user-forms div.zeile-form-spacer {
	clear: left;
	border-top: 1px solid #edeeef;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.user-forms div.zeile-odd {
	background-color: #f5f5f5;
}

div.zeile-kopf {
	color:#FFFFFF;
	background-color: #a4acb0;
	padding: 0 10px 0;
	margin-top:-1px;
}

.user-forms div.zeile-form-spacer {
	color:#ffffff;
	background-color: #000000;
	padding: 0 10px 0;
	margin-top:-1px;
}

.user-forms .spalte0,
.user-forms .spalte1 {
	float:left;
	width:40%;
}

.user-forms .spalte1 {
	width:60%;
	white-space:normal
}

.user-forms .submitbutton {
	background-color: #000000;
	color:#FFFFFF;
	font-weight:bold;
	border-style: none;
	margin:0px;
	margin-top:5px;
	margin-left: 67%;
}

*+html .user-forms .submitbutton {
	margin-left: 0px;
}

.user-forms .inputlong {
	width:55%;
}

.user-forms .inputshort {
	width:20%;
}


/* FEHLER */
.tooltip {
	display:block;
	width:350px;;
	min-height:20px;
	font-weight:normal;
	font-size:0.85em;
}

div.ajax-autocomplete ul {
	background-color: #fff;
	font-size:0.9em;
	border: 1px solid #004764;
	margin-top:3px;
	width:190px;
	display:block;
	font-weight:normal
}

.fehlerImFormular-img {
	display:inline;
}

.fehlerImFormular {
	color:#FFFFFF;
	position:absolute;
	display:block;
	bottom:5px;
	right:0px;
	width:200px;
	font-weight:normal;
	overflow:hiden;
	line-height:14px;
	background-color:#c51d23;
	border:dotted 1px #004764;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space:normal
}

.fehlerImFormular-positionabsolute {
	position:absolute;
}