div.dropdown_container {
	position: absolute;
	z-index: 2000;
}

div.reminderdate .dropdown_container {
	position: absolute;
	left: 111px;
}

div.dropdown_width_standard {
	width: 160px;
}

div.dropdown_width_downloadcenter {
	width: 223px;
	margin-left: 159px;
}

div.dropdown_width_149 {
	width: 149px;
}

div.dropdown_width_140 {
	width: 140px;
}

div.dropdown_width_113 {
	width: 113px;
}

div.dropdown_width_155 {
	width: 155px;
}

div.dropdown_width_223 {
	width: 223px;
}

div.dropdown_width_226 {
	width: 226px;
}

div.dropdown_width_236 {
	width: 236px;
}

div.dropdown_width_sprache {
	width: 73px;
}

div.dropdown_width_49 {
	width: 49px;
}

div.dropdown_top {
/*	width: 150px;*/
	overflow: hidden;
	position: relative;
}

div.dropdown_top a {
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_top.gif') no-repeat;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
}

div.dropdown_top a span.text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f7072;
	line-height: 20px;
	white-space: nowrap;
}

div.dropdown_top a span.text_test {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f7072;
	position: absolute;
	visibility: hidden;
	left: -2000px;
	white-space: nowrap;
	line-height: 20px;
}

div.dropdown_top a span.pfeil {
	width: 13px;
	height: 20px;
	position: absolute;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_pfeil.gif') no-repeat;
	right: 0px;
	top: 0;
	cursor: pointer;
}

div.dropdown_top a span.punkte {
	position: absolute;
	right: 13px;
	top: 0;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_top.gif') no-repeat top right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f7072;
	padding-left: 1px;
	padding-right: 3px;
	line-height: 20px;
}

#punkte {
	display: none;
}



div.dropdown_liste {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 19px;
	background-color: #f5f5f5;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_bg.gif') no-repeat;
	padding: 3px 0 4px 1px;
	display: none;
}

div.dropdown_width_standard div.dropdown_liste {
	min-width: 160px;
}

div.dropdown_width_downloadcenter div.dropdown_liste {
	min-width: 223px;
}

div.dropdown_width_149 div.dropdown_liste {
	min-width: 149px;
}

div.dropdown_width_140 div.dropdown_liste {
	min-width: 140px;
}

div.dropdown_width_113 div.dropdown_liste {
	min-width: 113px;
}

div.dropdown_width_155 div.dropdown_liste {
	min-width: 155px;
}

div.dropdown_width_223 div.dropdown_liste {
	min-width: 223px;
}

div.dropdown_width_226 div.dropdown_liste {
	min-width: 226px;
}

div.dropdown_width_236 div.dropdown_liste {
	min-width: 236px;
}

div.dropdown_width_sprache div.dropdown_liste {
	min-width: 73px;
}

div.dropdown_width_49 div.dropdown_liste {
	min-width: 49px;
}

div.dropdown_liste ul.dropdown_liste_linkcontainer {
	list-style-type: none;
	padding: 0;
}

div.dropdown_liste a {
	display: block;
	white-space: nowrap;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f7072;
	padding: 0 4px 0 4px;
	line-height: 15px;
	text-decoration: none;
}

div.dropdown_liste a:hover {
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_rollover.gif') repeat-x;
	padding-bottom: 1px;
	margin-bottom: -1px;
}

div.dropdown_liste div.dropdown_r {
	position: absolute;
	top: 0;
	right: -3px;
	width: 4px;
	height: 100%;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_bg_r.png') no-repeat;
}

div.dropdown_liste div.dropdown_u {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
	width: 100%;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_bg_u.png') no-repeat;
}

div.dropdown_liste div.dropdown_ecke_ur {
	position: absolute;
	right: -4px;
	bottom: -4px;
	height: 4px;
	width: 4px;
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_ecke_ur.png') no-repeat;
}



/* START dropdown scrollbar styles */
div.dropdown_liste div.dd_dropdown_scroll_inner {
	padding-bottom: 1px;
}

div.dropdown_liste div.dropdown_scrollbar {
	display: none;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar {
	display: block;
	position: absolute;
	right: 6px;
	top: 5px;
	width: 7px;
	height: 87px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a,
div.dropdown_liste_scrollbar div.dropdown_scrollbar a:hover {
	margin: 0;
	padding: 0;
	background: none;
	cursor: default;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top {
	position: absolute;
	left: 0;
	top: 0;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top img { background: transparent url(/media/_administration/images/layout/dropdown/dropdown_scroll_top.gif) left top no-repeat; }
div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_top:hover img { background-image: url(/media/_administration/images/layout/dropdown/dropdown_scroll_top_rollover.gif); }

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom img { background: transparent url(/media/_administration/images/layout/dropdown/dropdown_scroll_bottom.gif) left top no-repeat; }
div.dropdown_liste_scrollbar div.dropdown_scrollbar a.scroll_bottom:hover img { background-image: url(/media/_administration/images/layout/dropdown/dropdown_scroll_bottom_rollover.gif); }

div.dropdown_liste_scrollbar div.dropdown_scrollbar div.dropdown_scrollbar_track {
	width: 7px;
	height: 87px;
	background: transparent url(/media/_administration/images/layout/dropdown/dropdown_scroll_bg.gif) center repeat-y;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.dropdown_scrollbar_handle {
	display: block;
	background-color: #6f7072;
	width:3px;
	height: 20px;
	margin-left: 1px;
	border: 1px solid #6f7072;
}

div.dropdown_liste_scrollbar div.dropdown_scrollbar a.dropdown_scrollbar_handle:hover {
	background-color: #dee4e9;
	border-color: #638cae;
}

div.dropdown_scrollbar div.mouseOnHandle a.dropdown_scrollbar_handle {
	background-color: #dee4e9;
	border-color: #638cae;
}

div.dropdown_liste_scrollbar div.dd_dropdown_scroll_outer {
	height: 107px;
}

div.dropdown_liste_scrollbar div.dd_dropdown_scroll_inner {
	padding-bottom: 2px;
}

div.dropdown_liste_scrollbar  {
	height: 106px;
	padding-bottom: 1px;
	padding-right:18px;
}

div.dropdown_liste_scrollbar ul li a:hover {
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_scroll_rollover.gif') right top no-repeat;
}
#ddsprache_dropdown_liste ul li{
	margin-left: -3px;
	max-width: 73px;
	width: 100%;
}
#ddsprache_dropdown_liste ul li a:hover {
	background: transparent url('/media/_administration/images/layout/dropdown/dropdown_liste_scroll_rollover.gif') 0px 3px no-repeat;
	width: 93%;
}
/* END dropdown scrollbar styles */



/* START safari styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.dropdown_scrollbar {
		background: transparent url(/media/_administration/images/layout/dropdown/dropdown_scroll_bg_safari.gif) 0px 7px no-repeat;
	}
	
	div.dropdown_liste_scrollbar div.dropdown_scrollbar div.dropdown_scrollbar_track {
		background: none;
	}
}

.marke #suche_layer_sml .suche_top{
	background-color: #EBEBEC !important;
}
/* END safari styles */
/* IMPORTANT: END OF FILE! */
