Habs jetzt mit ein paar tricks hinbekommen ;-)
CSS:
.staedte{
clear:both;
float:left;
margin-bottom:4px !important;
margin-bottom:0px;
}
.preise{
float:right;
margin-bottom:4px !important;
margin-bottom:0px;
}
HTML
<span class="offers_destination">Bangkok</span><span class="offers_price"> ab EUR 798</span>
<span class="offers_destination">Dehli</span><span class="offers_price">ab EUR 1024</span>
<span class="offers_destination">New York</span> <span class="offers_price">ab EUR 432</span>
<span class="offers_destination">Sidney</span> <span class="offers_price">ab EUR 679</span>
Ist zwar umständlich - aber es sieht so aus wie ich möchte *g*
Fehlen nur noch die Links...