/*************************************************** * div-Grundlayout ****************************************************/ div { font-size: 11px; padding: 0px; text-align: left; overflow: auto; } /*************************************************** * Layout der verschiedenen Containern ****************************************************/ #container_header { position: absolute; top: 2px; left: 0px; width: 100%; height: 50px; z-index: 10; overflow: hidden; } #container_languageselect { position: absolute; top: 10px; left: 250px; width: 150px; height: 16px; z-index: 35; overflow: hidden; } #container_pricelistselect { position: absolute; top: 30px; left: 250px; width: 150px; height: 16px; z-index: 35; overflow: hidden; } #container_navigation { position: absolute; top: 10px; left: 500px; width: auto; height: 16px; z-index: 50; overflow: hidden; } #container_search { position: absolute; top: 10px; right: 5px; width: 350px; height: 35px; z-index: 40; overflow: hidden; } #container_message { position: absolute; top: 30px; left: 280px; width: 400px; height: auto; text-indent: 10px; z-index: 10000; overflow: visible; } #container_itemlist { position: absolute; top: 70px; left: 5px; width: 240px; height: auto; z-index: 60; overflow: auto; } #container_content { position: absolute; top: 70px; left: 250px; right: 230px; height: auto; z-index: 70; overflow: visible; } #container_group_right { position: absolute; top: 70px; right: 5px; width: 220px; bottom: 10px; z-index: 61; overflow: visible; } #container_login { position: relative; top: 0px; right: 0px; width: 219px; height: auto; z-index: 62; overflow: auto; } #container_basket { position: relative; top: 10px; right: 0px; width: 219px; height: auto; z-index: 63; overflow: auto; } #container_contact { position: relative; top: 20px; right: 0px; width: 219px; height: auto; z-index: 64; overflow: auto; } #container_agb { position: relative; top: 30px; right: 0px; width: 219px; height: auto; z-index: 64; overflow: auto; } #container_info { position: relative; top: 40px; right: 0px; width: 219px; height: 100px; z-index: 64; overflow: auto; } div.container_title { position: relative; top: 0px; left: 0px; width: 100%; height: 16px; } #container_error { margin-left: 20px; margin-right: 20px; margin-top: 100px; margin-bottom: 20px; padding: 5px; width: auto; height: auto; overflow: visible; } #container_account { position: absolute; top: 70px; left: 5px; right: 240px; height: auto; z-index: 85; overflow: visible; } a.tab_active, a.tab_inactive, div.tab_disabled { float: left; width: 100px; height: 100px; text-align: center; } div.format_message_success { font-weight: bold; padding: 20px; } div.format_message_error { font-weight: bold; padding: 20px; } /*************************************************** * div-Grundlayout ****************************************************/ div { } /*************************************************** * Layout der verschiedenen Containern ****************************************************/ #container_header { } #container_languageselect { } #container_navigation { } #container_search { } #container_message { } #container_itemlist { } #container_content { } div.container_title { } #container_error { } #container_account { } a.tab_active, a.tab_inactive, div.tab_disabled { } div.format_message_success { color: #354755; } div.format_message_error { color: #c72f00; }