.rand_grau {
	border: 1px solid #999999;
}
  #mitte {
  	position: absolute;
  	top: 186px;		/* Abstand zum oberen Fensterrand */
  	left: 183px;		/* Abstand zum linken Fensterrand */
  	bottom: 20px;		/* Abstand zum unteren Fensterrand */
  	right: 0px;		/* Abstand zum rechten Fensterrand */
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	width: expression((document.body.clientWidth - 183) + "px");
 				/* left-Wert + right-Wert = 300 */
  	height: expression((document.body.clientHeight - 206) + "px");
 				/* top-Wert + bottom-Wert = 200 */
  }
  #mitte .inhaltDiv {
  	margin: 20px;		/* Abstand des Inhalts zum Blockrand */
  }
  #oben {
  	position: absolute;
 	top: 0;			/* Abstand zum oberen Fensterrand */
  	left: 0;		/* Abstand zum linken Fensterrand */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	height: 186px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	overflow: hidden;	/* Scrollbalken unterbinden */
  /* nur für IE: */
  	width: expression(document.body.clientWidth + "px");
 				/* left-Wert + right-Wert = 0 */
  }
  #oben .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  #links {
  	position: absolute;
  	top: 186px;		/* Abstand zum oberen Fensterrand */
  	left: 0;		/* Abstand zum linken Fensterrand */
  	bottom: 143px;		/* Abstand zum unteren Fensterrand */
  	width: 183px;		/* Blockbreite */
  	padding: 0;		/* Interpretation Boxmodell! */
	/*background-color: #DFFB69;*/
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	height: expression((document.body.clientHeight - 329) + "px");
 				/* top-Wert + bottom-Wert = 150 */
  }
  #links .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  #links_unten {
  	position: absolute;
  	left: 0px;		/* Abstand zum linken Fensterrand */
  	bottom: 20 !important;	/* Abstand zum unteren Fensterrand */
	bottom: 20px;		/* nur für IE */
  	width: 183px;		/* Blockbreite */
  	height: 171px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	overflow: hidden;	/* Scrollbalken unterbinden */
  }
  #links_unten .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  #unten {
  	position: absolute;
  	left: 0px;		/* Abstand zum linken Fensterrand */
  	bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
  	bottom: 0px;		/* nur für IE */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	height: 20px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	overflow: hidden;	/* Scrollbalken unterbinden */
  /* nur für IE: */
  	width: expression((document.body.clientWidth - 0) + "px");
 				/* left-Wert + right-Wert = 200 */
  }
  #unten .inhaltDiv {
  	margin: 0px;		/* Abstand des Inhalts zum Blockrand */
  }
  
  #content_table {
  	width: expression((document.body.clientWidth - 223) + "px");
  }
