/* ***************************************************************** */
/*                                                                   */
/*                                                                   */
/*                               basis.css                           */
/*                       Version 1.00.00.061001                      */
/*                                                                   */
/*                     (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        : #dfdfdf;
  font-family             : Arial, Helvetica, sans-serif;
  font-size               : 1em;
  }

#Kopfbereich {
  position                : absolute;
  top                     : 0;
  left                    : 0;
  height                  : 100px;
  width                   : 100%;
  background-color        : #f0a;
  z-index                 : 200;
  background-color        : #3b3f53;
  color                   : #333;
  background-image        : url(../gfx/header.gif);
  background-repeat       : no-repeat;
  background-position     : 5px center;
  }

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

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

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



