Moin!
<!--
.bild{position:fixed; bottom:-1px; right:18px; width:175px; height:25px;}
.inhalt{position: static;margin: 0px 0px 0px 0px;}
-->
Das ist der Teil für ordentliche Browser (!= IE),
was sucht dort position: static; ?
Mach es für Netscape, Moz und Opera ganz normal mit position: fixed;
und biege es dann _nur_ für den IE mit dem Static-Workaround hin!
Gruß
Der Hans