#suggestContainer{
    display: none;
    
    
    position: absolute;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    text-align: left;
    z-index:9000;
    width: 400px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
	background-color:#fff;
	margin:3px 0 0 -3px;
}

#suggestContainer .select{
    background: #FAECF4;
    color:black;
}
#suggestContainer .select a{
	color:black;
	background: #FAECF4;
	text-decoration:none;
}


#suggestContainer a:hover{
	color:black;
	text-decoration:none;
}

.suggest_link a{
    display: block;
    padding-top: 5px;
	padding-bottom: 2px;
	text-decoration:none;
	color: #585858;
}

.suggest_link:nth-child(even) {
    background: #F2F2F2;
}



.suggest_link, .suggest_link_over {
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.suggest_link, .suggest_link_over {
    padding: 2px 6px;
}
.search_suggest_head {
    color: #CDCDCD !important;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 7px;
}
.suche_pop_mitte {
    background: #fff;
    padding: 0 5px 0 3px;
}
.suche_pop_oben {
   
    height: 15px;
}
.suche_pop_unten {
   
    height: 8px;
}
.suggest_link a, .suggest_link_over a {
    display: block;
}
.suggest_image {
    float: left;
    height: 30px;
    margin-top: 3px;
    width: 30px;
}
.suggest_text{
	padding-left: 10px;
	float: left;
	width: calc(100% - 40px);
}
.search_show_all {
    padding: 7px 0;
    text-align: center;
    display: block;
}