div#qsBusy {
   position: absolute;
   top: 0;
   right: 0;
   width: 16px;
   height: 16px;
   z-index: 902;
   background: transparent url(/images2/busy_klein.gif) no-repeat;
   display: none;
}
div.qs {
   position: absolute;
   top: 0;
   right: 0;
   width: 650px;
   z-index: 901;
   background-color: #fff;
/*   border: 1px solid #004545;*/
   border: 1px solid black;
   padding: 0;
   margin: 0;
   display: none;
   font-size: 12px;
	   
}



.suchErgebnis table {
	width:484px;
        table-layout: fixed;
        white-space:nowrap;
        overflow:hidden;
}
.suchErgebnis td {
        overflow:hidden;
        color: #005880;
padding:3px;
		
}

div.qs .suchErgebnis {
   margin: 8px;
   padding: 0;
}
.suchErgebnis td.name,
.suchErgebnis col.name {
width:330px;
        overflow:hidden;
}

.suchErgebnis td.boerse,
.suchErgebnis col.boerse {
        width: 40px;
/*	border-left: 1px solid #fff;*/
/*        color: #005880;*/
	
}
.suchErgebnis td.isin,
.suchErgebnis col.isin {
        width: 100px;
/*	border-left: 1px solid #fff;*/
/*        color: #005880;*/
}
.suchErgebnis tr.treffer {
        cursor: pointer !important;
/*	background-color:#edf5f8;*/
/*	height:20px;*/
}

.suchErgebnis tr.line0
	{
	background-color:#edf5f8;
	}
.suchErgebnis tr.line1
	{
	background-color:#fff;
	}

.suchErgebnis tr.treffer td{
	border-top:1px solid white;
	text-align: left;
	padding-left:10px;
}

.suchErgebnis tr.qsSelected {
/*   background: #9DAFCB;*/
}
.suchErgebnis tr.gruppe {
/*border-top: 5px solid #eaeef4;*/
background: #edf5f8;
 background-image: url(http://kurse.boersenag.de/images2/table-border-top.gif);
 background-repeat: no-repeat;
   background-position: top left;

/*height:20px;*/
}
.suchErgebnis tr.gruppe td {
/*   border-top: 5px solid #eaeef4;*/
   color: #003d5a;
   font-weight: bold;
text-align:left;
padding-left:10px;
padding-top:10px;
padding-bottom: 3px;
   font-size:13px;
}

#container .suchErgebnis a,
.suchErgebnis a {
   color: #093579;
   text-decoration: none;
   text-align:left;
   display: inline;
}
#container .suchErgebnis a:hover,
.suchErgebnis a:hover {
	text-decoration: underline;
}


#container .suchErgebnis tr.gruppe a,
.suchErgebnis tr.gruppe a {
        padding-left: 5px;
        text-decoration: none;
}
.suchErgebnis tr.fehler {
   background: #edf5f8;
 background-image: url(http://kurse.boersenag.de/images2/table-border-top.gif);
 background-repeat: no-repeat;
   background-position: top left;
}
.suchErgebnis tr.fehler td {
/*   border-top: 1px solid #fff;*/
   border-bottom: 1px solid #fff;
   color: #003d5a;
   padding: 10px;
}
.suchErgebnis tr.kopf {
   background: #fff;
}
.suchErgebnis tr.kopf td {
   color: #003d5a;
   text-align: left;
   padding: 10px;
   padding-left:2px;
   padding-bottom:12px;
   font-size:13px;
      font-weight: bold;

}
.suchErgebnis tr.hinweis {
   background: #edf5f8;
   font-weight: bold;
 background-image: url(http://kurse.boersenag.de/images2/table-border-top.gif);
 background-repeat: no-repeat;
   background-position: top left;
}
.suchErgebnis tr.hinweis td {
   padding-left: 20px;
   color: #005880;
   text-align: left;
   padding: 10px;
}

