@CHARSET "UTF-8";

.jquery-selectbox {
	display: inline;
	height: 19px;
	border: 1px solid #000;
	color: #000;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-stretch:semi-condensed;
	margin-bottom:9px;
	padding: 0;
	position: relative;
	width: 255px;
	z-index: 0;
}
.jquery-selectbox.selecthover {
	background-color: #FFF;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 19px;
	padding: 2px;
	left: -1px;
	background: #fff;
	width: 255px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: visible;
	z-index: 1000;
	border: 1px solid #000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	background: url("images/lay-selectMoreButton.gif") 0 -22px no-repeat;
	cursor: pointer;
	float: right;
	height: 19px;
	width: 21px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("images/lay-selectMoreButton.gif") 0 -1px no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: red;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("images/bg-TextFieldError.gif");
}

/* eigene Mods */

.jsenabled #filter{
	height: 150px;
	margin-bottom:25px;
	padding-bottom:15px;
	visibility: visible;
}

#filter {
	background: url(images/dot.png) repeat-x bottom left;
	height:0px;
	overflow:hidden;
	z-index:100;
	visibility: collapse;
}


#schlagwortTxt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-stretch:semi-condensed;
	line-height:1.29em;
	margin-right:15px;
	padding:0;
	width:255px;
}

#selectboxes {
	height: auto;
	left:308px;
	margin:0;
	padding:0;
	position:absolute;
	width:259px;
}
