Hallo,
das könntest du mit float realisieren... einen Teil links floaten (float: left) und einen anderen Teil rechts floaten (float: right)...
also bspw so:
<DIV style="float:left">links</DIV>
<DIV style="float:right">rechts</DIV>
<DIV style="clear:left"></DIV>
Grüße