div.suggestions {
    /*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
    border: 1px solid grey;
    position: absolute;   

}

div.suggestions div {
	/*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
    cursor: pointer;
    padding: 3px 7px;
    background-color:White;
        top:10px;
}

div.suggestions div.current {
	/*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
	background-color: #D9EDD4;
    color: black;
    cursor:pointer;
}

div.suggestions div.header {
	/*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
    cursor: default;
    padding: 3px 7px;
    /*dunkles grau*/
   /* background-color:#cccccc;*/
    
    /*helles grau */
    background-color:#f8f8f8;
    
    /* grün */
    /*background-color:#339900;*/
    
    /* helles grün */
    /*background-color:#D9EDD4;*/
    
    font-weight:normal;
    font-family:Arial;
    font-size:11px;
    /*anthrazit*/
    color:#434343;
    
    /*helles grau*/
    /*color:#f8f8f8;*/
    
    /*color:black;*/
    border-bottom:solid grey 1px;
}



