.ac_results {
/*	background: #F7F6F3 url('../glossar/images/dropdown_bottom.gif') no-repeat;
	background-position:bottom;
*/
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	margin-top:15px;
	border-right:3px solid #525252;
	border-bottom:3px solid #525252;
	border-left:3px solid #525252;
	position:fixed;
}

.ac_results ul {
	width: 342px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: -1px;
}

.ac_results li {
	margin: 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 10px;
	/* 
	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;
	color:#535D5E;
	padding-left:10px;
}

.ac_odd {
	background-color: #F7F6F3;
	font-family:arial,sans-serif;
}

.ac_even {
	background-color: #FBFBF9;
	font-family:arial,sans-serif;
}

.ac_over {
	background-color: #CCC9C6;
	color: white;
}

.glossarBodytext {
  padding-right:15px;;
}

.glossarBodytext A {
  text-decoration:none;
}

.glossarBodytext A:hover {
  color:#000000;
  text-decoration:underline;
}

#gl_suchfeld {
  position:absolute;
  bottom:0px;
  height:80px;
  width:100%;
  background-color:#ccc9c6;
  border-top:1px solid #aeaba8;
  color:white;
  font-family:arial,sans-serif;
  font-size:12px;
}

#gl_ausgabe {
   width:464px;
   margin-left:15px;
   margin-top:0px;
}

#gl_footerTop {
  margin-left:15px;
  margin-top:5px;
}

#gl_footerTopLeft {
  margin:0px;
  padding:0px;
  float:left;
}

#gl_footerTopRight {
  float:right;
  margin-right:15px;
  height:21px;
}

#gl_tab1 {
  clear:both;
	background: url('../glossar/images/bg_footer.gif') no-repeat;
	width:470px;
	height:50px;
	margin-left:5px;
	margin-top:-5px;
	padding-top:12px;
}

#gl_tab2 {
  clear:both;
	background: url('../glossar/images/bg_footer.gif') no-repeat;
	width:470px;
	height:50px;
  display:none;
	margin-left:5px;
	margin-top:-5px;
	padding-top:12px;
}

#gl_letters {
  clear:both;
  margin-left:10px;
  margin-top:7px;
}

.gl_image {
  border:0px;
  margin:0px;
  padding:0px;
	z-index: 99999;
}

#gl_footerBottomLeft {
	float:left;
	background: url('../glossar/images/bg_input.gif') no-repeat;
	width:348px;
	height:28px;
	margin-left:10px;
	/*neu*/
	padding-left:2px;
	/*neu*/
}

#gl_footerBottomLeft #eingabe{
	padding:0px;
	padding-left:3px;
	margin-left:0px;
	margin-top:4px;
	width:340px;
	border:0px solid white;
	background:white;
}

* html #gl_footerBottomLeft #eingabe {
	margin-left:1px;
}


#gl_footerBottomLeft form{
	padding:0px;
	margin:0px;
}

#gl_footerBottomRight {
	float:right;
}

#gl_suchen {
	margin-right:10px;
	width:84px;
}

#gl_dropdownTop {
	background: url('../glossar/images/dropdown_top.gif') no-repeat;
  width:347px;
  height:17px;
  display:none;
  z-index:999999;
}

#gl_dropdownBottom {
	background: url('../glossar/images/dropdown_bottom.gif') no-repeat;
  width:345px;
  height:8px;
  display:none;
}

#gl_words {
	background-color: #F7F6F3;
  display:none;
  position:absolute;
  top:305px;
  left:-2px;
	z-index: 10;
	border-left:3px solid #525252;
	border-right:3px solid #525252;
	border-bottom:3px solid #525252;
	height:200px;
	width:478px;
	overflow:auto;
}

.gl_wordsListeUl {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border:0px;
}

.gl_wordsListeLiOdd {
	background-color: #F7F6F3;
	font-family:arial,sans-serif;
	color:#535D5E;
	cursor: default;
	font-size: 10px;
	line-height: 16px;
	padding-left:10px;
	border:0px;
}

.gl_wordsListeLiOdd:hover {
	background-color: #CCC9C6;
	color: white;
}

.gl_wordsListeLiEven {
	background-color: #FBFBF9;
	font-family:arial,sans-serif;
	color:#535D5E;
	cursor: default;
	font-size: 10px;
	line-height: 16px;
	padding-left:10px;
	border:0px;
}

.gl_wordsListeLiEven:hover {
	background-color: #CCC9C6;
	color: white;
}

