/* 		--> LAYOUT <-- 													*/

html {
  text-align: center;

  }

body {
  text-align: center;
  overflow-y: auto;
  }
  
div#layout {
  position: relative;
  z-index: 0;
  width: 920px;
  height: 800px;
  margin: auto;
  color: black;
  }

/* Tabellenzelle Kopf */  
.td_kopf  { background-color: #cccccc;); text-align: left; height: 175px; width: 920px; vertical-align: middle; }
  
/* Tabellenzelle Navigation */
.td_navigation  {
  background-color: #e5e5e5;
  width: 171px;
  height: 686px;
  vertical-align: top;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  }


/* Tabellenzelle Inhalt */
.td_inhalt {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 689px;
  color: #000000;
  }
  
/* Div Inhalt */
.div_inhalt  { padding-left: 10px; color: #000000; padding-bottom: 100px;  padding-top: 80px; }      
  
/* Tabelle Inhalt */
  .table_inhalt {
    width:100%;
    }

/* Tabellenzelle Fuss */
  .td_fuss  { background-image: url("../nav/bg_fuss.gif"); text-align: left; width: 730px; height: 59px; vertical-align: top }    