Hi,
<a href="Punkt1.html">
<div style="position:absolute; top:25px; left:15px; width:80px; height:10px; font-family:Arial,Sans-Serif,Helvetica; font-size:10pt; cursor:pointer;">Punk1</div></a>
liegt da ein Konflikt vor?
Klar:
<a></a> ist ein inline-Element und darf keine Blockelemente wie <div></div> enthalten.
http://selfhtml.teamone.de/html/referenz/elemente.htm#inline_elemente
Streibs doch mal anders herum: div nach außen und a rein, dann sollte es klappen:
<div style="position:absolute; top:25px; left:15px; width:80px; height:10px; font-family:Arial,Sans-Serif,Helvetica; font-size:10pt; cursor:pointer;"><a href="Punkt1.html">Punk1</a></div>
usw.
Grüße,
Ronny