Liste der Anhänge anzeigen (Anzahl: 1)
Also, als erstes gibts du deinem Header erstmal ne passende Höhe, 1px ist arg wenig. (Layout Einstellung)
Code:
#header {
height:120px;
}
Dann nimmst du das position:absolut aus #headimg raus.
Dann änderst du #topmenü:
Code:
#topmenu {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
position:absolute;
right:100px;
top:4px;
}
Durch die neue Höhe bei Header müssen wir nun noch den margin im #container korrigieren:
Und das kommt bei raus.
Übrigens alles kurz mit FF und FireBug zusammen geklickt.