.footer { position: fixed; bottom: 0; left: 0;
          margin-bottom: 0; }


/* .langs { position: absolute; top: 3px; right: 3px; } */

.search { float: left; }
.langs { clear: right; float: right; margin-left: 16px; padding-left: 0px; }
.icons { margin: 0; float: right; }
.main { clear: left; } /* toolbox is right */

.s { height: 0; border-style: none; }
div > .s { min-width: 0.5ex; max-width: 3em; width: 2%; }
@media all { .s { min-width: 0.5ex; max-width: 3em; width: 2%; } }
/* width fuehrt unter N4.7 zu umbruechen => div > .s damit
   dieser das garnicht zu gesicht bekommt.
   Leider scheidet dann auch der IE<=6 aus!!!
   => zusaetzlich @media all {} */

#logo { float: left; }
/* ^- wegen N4.7 */
/*#logo { position: absolute; visibility: visible;
        top: 0; left: 0;
      }
*/
/* .header > div { float: left; } */
/* .header div { margin-left: 93px; } */

.header { min-height: 102px; }
.header div div,.header td div { margin-left: 0; padding-left: 0; }

.toolbox
{ clear: right; float: right;
  margin-top: 2em; margin-right: 5pt;
  margin-left: 6pt; /* 5px */
}