/*************************************************************************************************/ /* Allgemein */ /*************************************************************************************************/ html, body { width : 100%; height : 100%; padding : 0px 0px 0px 0px; margin : 0px 0px 0px 0px; } body { overflow : auto !important; overflow : hidden; } table.main { width : 100%; height : 100%; table-layout : fixed; padding : 0px 0px 0px 0px; margin : 0px 0px 0px 0px; } td.main { height : 100%; vertical-align : top; /* padding siehe unten */ } div.main { width : 100%; height : auto !important; height : 100%; min-height : 100px; overflow : hidden !important; overflow : auto; position : inherit !important; position : static; z-index : 1; /* padding siehe unten */ } td.main { padding : 100px 60px 60px 5px; } div.main { padding : 0px 0px 0px 0px; } /*************************************************************************************************/ /* Module */ /*************************************************************************************************/ div.lay_title { position : fixed !important; position : absolute; top : 0px; left : 0px; width : 600px; height : 100px; z-index : 10; background-attachment : fixed; } div.lay_menue { position : fixed !important; position : absolute; top : 99px; left : 0px; width : 170px; height : 400px; z-index : 9; background-attachment : fixed; } div.lay_gonzo { position : fixed !important; position : absolute; bottom : 0px; left : 0px; width : 176px; height : 160px; z-index : 10; background-attachment : fixed; } div.lay_top { position : fixed !important; position : absolute; top : 0px; left : 180px; width : 90%; height : 60px; z-index : 5; background-attachment : fixed; background-image : url('/img/layer/o.gif'); background-color : #AC0000; } div.lay_left { position : fixed !important; position : absolute; top : 0px; left : 120px; width : 60px; height : 100%; z-index : 5; background-attachment : fixed; background-image : url('/img/layer/l.gif'); background-color : #AC0000; } div.lay_bottom { position : fixed !important; position : absolute; bottom : 0px; left : 180px; width : 90%; height : 60px; z-index : 5; background-attachment : fixed; background-color : #AC0000; } div.lay_right { position : fixed !important; position : absolute; top : 0px; right : 0px; width : 60px; height : 95%; z-index : 5; background-attachment : fixed; background-color : #AC0000; } div.lay_ul { position : fixed !important; position : absolute; bottom : 0px; left : 120px; width : 60px; height : 60px; z-index : 6; background-attachment : fixed; background-color : #AC0000; } div.lay_ur { position : fixed !important; position : absolute; bottom : 0px; right : 0px; width : 60px; height : 60px; z-index : 6; background-attachment : fixed; background-color : #AC0000; } div.lay_or { position : fixed !important; position : absolute; top : 0px; right : 0px; width : 60px; height : 60px; z-index : 6; background-attachment : fixed; background-color : #AC0000; }