#suggestContainer{
    display: none;
    
    
    position: absolute;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    text-align: left;
    z-index:9000;
    width: 260px;
}

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

.suggest_link a{
    display: block;
    padding-top: 5px;
	padding-bottom: 2px;
}

.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: url(images/suche_pop_mitte.png) repeat-y;
    padding: 0 5px 0 3px;
}
.suche_pop_oben {
    background: url(images/suche_pop_oben.png) no-repeat;
    height: 15px;
}
.suche_pop_unten {
    background: url(images/suche_pop_unten.png) no-repeat;
    height: 8px;
}
.suggest_link a, .suggest_link_over a {
    display: block;
    background: #fff;
}
.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;
}