Verzichte auf die 100%-Angaben, setze stattdessen den rechten bzw unteren Abstand zum Rand auf 0px - dann funktioniert es zumindest in opera, mozi hab ich noch nicht getestet
So gehts:
»#navigation {
» position:absolute;
» left:0px;
» top:0px;
» width:161px;
» bottom:0px;
» padding-top:110px;
» background:#6795DB;
» text-indent:11px;
» border-right-width:1px;
» border-right-style:solid;
» border-right-color:#012F8D;
» z-index:2;
}
»#inhalt {
» position:absolute;
» left:0px;
» top:0px;
right: 0px;
» bottom:0px;
» padding-top:110px;
» padding-left:190px;
» z-index:1;
»}
YNWA