/* ***************************************************************** */
/*                                                                   */
/*                                                                   */
/*                               basis.css                           */
/*                       Version 1.00.00.061125                      */
/*                                                                   */
/*                     (c) Copyright by tag-work                     */
/*         Büro für Informationsprotale und Internetpräsenzen        */
/*                       Markus Oehm - Wuppertal                     */
/* ***************************************************************** */

html, body {
  margin                  : 0;
  padding                 : 0;
  width                   : 100%;
  height                  : 100%;
  overflow                : hidden;
  }
 
body {
  width                   : 100%;
  height                  : 100%;
  background-color        : #fff;
  font-family             : Arial, Helvetica, sans-serif;
  font-size               : 1em;
  }

#ALL {
  position                : relative;
  max-width               : 59.5em;
  height                  : 100%;
  margin-left             : auto;
  margin-right            : auto;
  }

#Kopfbereich {
  position                : absolute;
  top                     : 0;
  left                    : 0;
  height                  : 12.5em;
  width                   : 100%;
  background-color        : #fff;
  z-index                 : 100;
  background-image        : url(../gfx/head.jpg);
  background-repeat       : no-repeat
  }

#Navigationspalte {
  position                : absolute;
  top                     : 12.5em;
  left                    : 0px;
  width                   : 12.5em;
  bottom                  : 0;
  overflow                : auto;
  background-color        : #e0e0e0;
  z-index                 : 50;  
  margin                  : 0;
  padding                 : 0;
  }

#Contentspalte {
  position                : absolute;
  top                     : 12.5em;
  left                    : 12.5em;
  right                   : 0;
  bottom                  : 0;
  overflow                : auto;
  background-color        : #fff;
  z-index                 : 40;
  margin                  : 0;
  padding                 : 0;
  }

/*
 * Damit die für den IE6 erforderlichen
 * DIVs nicht stören werden padding und
 * margin auf Null gesetzt
 * ************************************/

#ie6Navigation {
  margin                  : 0;
  padding                 : 0;
  }
  
#ie6Content {
  margin                  : 0;
  padding                 : 0;
  }



