/* CSS Workshop */ /* Drei Spalten */ /* http://barrierefrei.e-workers.de/ */ /* Stand: Oktober 2002 */ /* ================================= */ #header { position: absolute; left: 0; right: 0; top: 4px; border: solid 1px #000; height: 60px; width: 99%; margin: 0 5px 0 5px; background: #09c; } #linkespalte { position: absolute; left: 0px; top: 70px; width:160px; border: solid 0px #000; padding: 5px 5px 5px 10px; margin-left: 5px; } #rechtespalte { position: absolute; right: 0; top: 70px; width:180px; border: solid 0px #000; padding: 10px; margin-right: 5px; } #content { position:relative; left: 0; top: 70px; margin-left: 190px; margin-right: 210px; margin-bottom: 75px; border: solid 1px #000; padding: 0 20px 0; background: #e7d5b5; } #footer { border: solid 1px #000; height: 60px; margin: 0 5px 10px 5px; background: #09c; }