.suggestionsBox {
        font-size: 14px;
        position: relative;
        left: 0px; /* vom linken rand */
        margin: 20px 0px 10px 0px;
        width: 247px;
        background-color: #eceee1;
        border: 1px solid #b8baac;
        color: #000000;
        padding-top: 10px;
		padding-left: 20px;
		-webkit-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.37);
	    -moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.37);
        box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.37);
}

.suggestionList {
        margin: 0px;
        padding: 0px;
        margin: 0px 8px 0px 10px;
}

.suggestionList ul li {
}

.suggestionList li {
        font-size: 14px;
        border-bottom: 1px solid #b8baac;
        list-style-type:square;
        padding: 2px 0px 2px 1px;
        cursor: pointer;
        margin-bottom: 5px;
}


.suggestionList li:hover {
        background-color: #a2a496;
        color: #f6f6f1;
}

* html .suggestionList li a:hover {
        background-color: #a2a496;
        color: #f6f6f1;
}