/* OBS: visse shorthand properties kan være problematiske i FF/Mozilla */ #content { width: 528px; } .newsbox { width: 160px; font-size: 11px; line-height: 17px; margin: 4px 0px 20px 25px; float: right; } .innewsbox { width: 150px; border: 1px solid #000000; padding: 12px 0px 12px 12px; background-color: #f0f0f0; margin: 0px 0px 10px 0px; } /* IE treats hr as inline elements, while the others treats them as block elements */ hr { /* border: får hr til at positionere sig mærkeligt i Mozilla, hvis den står øverst */ height: 1px; border: 0px; background-color: #000000; margin: 8px 0px 8px 0px; } hr.booking { margin-top: 9px; border: 0px; height: 3px; background-color: #985020; }