/*************** Beginn Auto Cömplieta *********/

div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff url(/intern/image/ajax-loader.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px dotted #ccc;
	background-color:		white;
	border-right-color:		#ccc;
	border-bottom-color:	#ccc;
	text-align:				left;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:  			15px;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#19212E;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
	color: 					#003366;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#ABCAFE;
}
/************************* Ende Auto *******************************/


/************************* Beginn UserNotification *******************************/

div.userNotification
{
	position: fixed;
	top: 0;
	right: 0;
	min-width: 200px;
	min-height: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #FFCC00;
	font-size: 16px;
}

div.ajax-loading-noti
{
	background: #FFCC00 url(/intern/image/ajax-loader-notification.gif) no-repeat center;
}


/************************* Ende UserNotification *******************************/