Hallo,
ich hab das Problem dass mir im Firefox und Opera über einem Bild eine Linie angezeigt wird, und ich hab keine Ahnung wo die herkommt. Da es im IE 7 richtig ausschaut denk ich mal dass der Fehler irgendwo bei mir liegt ^^ Bin den Code schon 100-mal durchgegangen, aber ich komm einfach nicht drauf. Wär schön wenn jemand noch einen Blick darauf werfen könnte

Hier mal der Code und Screenshot:
HTML-Code:
<body>
<div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; width: 100%; padding-top: 0px">
<div style="float: left; width: 45%; text-align: center">
<p>
<img alt="/images/adw.gif" />
<br /><br /><br />
<a title="Angebot der Woche" href="/images/adw_gross.gif" rel="lightbox">
<img alt="Angebot der Woche" src="/adt_bluebusiness/images/artwo.gif" style="height: 165px" />
</a>
</p>
</div>
<div style="float: right; margin-top: 50px; width: 45%">
<table cellpadding="5">
<tbody>
<tr>
<td style="text-align: justify"><img height="56" src="/images/Apple.jpg" width="174" style="margin-bottom: 20px" /></td>
</tr>
<tr>
<td style="text-align: justify"><img height="27" src="/images/Sony.jpg" width="139" /></td>
</tr>
</tbody>
</table>
</div>
<div style="clear: both; text-align: center"><a href="/?q=node/136"><img height="259" src="/images/evst1.jpg" width="470" /> </a>
</div>
</div>
</body>