@CHARSET "UTF-8";

#produktsuche input.inactive{
    color: rgb(140,140,140);
}
#suchergebnisse{
    display: none;
    position: absolute;
    z-index: 99999;
    min-width: 5em;
    overflow: auto;
    background: #FFF;
    border-color: rgb(120,120,120);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    padding: 0.5em 1em 0.5em 0.7em;
    box-sizing: border-box;
}
#suchergebnisse.visible{
    display: block;
}
#suchergebnisse li{
    padding-bottom: 0.5em;
    list-style: none;
}
#suchergebnisse a{
    color: #000;
}