/*Das alles umschließende DIV*/
.ajaxsearch {	
   display:none;
   position:absolute; top:32px; right:40px;
   border:1px solid gray;    
   text-align:left;
   width:210px;
   z-index: 999;
   font-size:80%;
   margin: 0;
   line-height: 14px;
}

.ajaxsearch_wrap {
    background: #FFFFFF;
    border-bottom: 1px solid gray;
    z-index:997;
}

.ajaxsearch_wrap_footer {
    background: url(../PIC/back.png);
    border-bottom: 1px solid gray;
    z-index:997;
}


.ajaxsearch_wrap:hover
{
    background: #FEEAEA;
    z-index:1000;
	cursor:pointer;
}

.ajaxsearch_wrap_footer:hover
{
    background: url(../PIC/back_sel.png);
    z-index:1000;
	cursor:pointer;
}


.ajaxsearch_pat
{
    width: 190px;
    padding-left: 3px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden; 
}


.ajaxsearch_pat_footer 
{ 
    padding-left: 3px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
   
}

.footer_count {}
.footer_key {}
.footer_text {}



/*Überschrift der Suche*/
.ajaxsearch_head {
    font-size: 11px;
	color: red;
    padding: 3px;
    font-weight: bold;
    background:#EFEFEF;
    border-bottom: 1px dotted black;
    font-style:italic;
}


/*Die Zusatzinfo, rechter Teil*/
.ajaxsearch_addinfo{
    font-size: 10px;
    color: gray;
    padding-right: 5px;
    text-align: right;
}






