/* Labels und Selectboxen für Detailsuche Gebrauchtwagen */

#angebot label {
width: 100px;
float: left; 
}

#angebot select{
width: 135px;
margin-bottom: 7px;
font-size: 1em;
border:1px solid #cececf;
background-color:#e2e3e5;
}