﻿A:link {text-decoration: none}
A:visited {text-decoration: none}
A:actived {text-decoration: none}
p{font-family: Arial, Helvetica, sans-serif}


li{font-family: Arial, Helvetica, sans-serif}

p.klein{font-family: Arial, Helvetica, sans-serif;font-size: 9pt;}
H6{font-size: 8pt; color: 808080; font-family: arial}
H1{font-size: 12pt; font-family: Arial, Helvetica, sans-serif}
H2{font-size: 14pt; font-family: Arial, Helvetica, sans-serif}

body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	padding: 0;    
  }
  body {
  	background-color: #fff;
  	overflow: hidden;  /* Scrollbalken im Fenster unterbinden */
  }
  #mitte {
  	position: absolute;
  	top: 130px;		/* Abstand zum oberen Fensterrand */
  	left: 200px;		/* Abstand zum linken Fensterrand */
  	bottom: 0;		/* Abstand zum unteren Fensterrand */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	width: expression((document.body.clientWidth - 200) + "px");
 				/* left-Wert + right-Wert = 200 */
  	height: expression((document.body.clientHeight - 130) + "px");
 				/* top-Wert + bottom-Wert = 130 */
  }
  #mitte .inhaltDiv {
  	margin: 20px;		/* Abstand des Inhalts zum Blockrand */
  }
  #obenlinks {
  	position: absolute;
 	top: 0;			/* Abstand zum oberen Fensterrand */
  	left: 0;		/* Abstand zum linken Fensterrand */
  	height: 130px;		/* Blockhöhe */
  	right: 200px;		/* Blockbreite */
    padding: 0;		/* Interpretation Boxmodell! */
  	background-color: #dcdcdc;
  	overflow: hidden;	/* Scrollbalken unterbinden */
  /* nur für IE: */
   	width: expression((document.body.clientWidth -200) + "px");
 				/* left-Wert + right-Wert = 200 */
  }
  #obenlinks .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }  
  #oben {
  	position: absolute;
 	top: 0;			/* Abstand zum oberen Fensterrand */
  	left: 200px;		/* Abstand zum linken Fensterrand */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	height: 130px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	background-color: #dcdcdc;
  	overflow: hidden;	/* Scrollbalken unterbinden */    
  /* nur für IE: */
  	width: expression(document.body.clientWidth + "px");
 				/* left-Wert + right-Wert = 200 */
  }
  #oben .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
  #links {
  	position: absolute;
  	top: 130px;		/* Abstand zum oberen Fensterrand */
  	left: 0;		/* Abstand zum linken Fensterrand */
  	bottom: 0;		/* Abstand zum unteren Fensterrand */
  	width: 200px;		/* Blockbreite */
  	padding: 0;		/* Interpretation Boxmodell! */
  	background-color: #dcdcdc;
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	height: expression((document.body.clientHeight - 130) + "px");
 				/* top-Wert + bottom-Wert = 130 */
  }
  #links .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }  
