style type="text/css">{  }
 p, h1, h2, h3, h4, h5, h6, blockquote, ul, li
  {font-family: Arial; font-size: 12pt;
text-align: justify}
h1 {font-size: 24pt; font-weight: bold; text-align: center}
h2 {font-size: 18pt; font-weight: bold; text-align: center}
h3 {font-weight: normal; text-align: center}
h4 {font-weight: bold; text-align: right}
h5 {font-weight: normal}
h6 {font-size: 18pt; font-weight: bold; text-align: right}

a:link {  color:yellow ; }
a:visited {  color:silver ; }
a:active { color: orange; }
a:hover {  color:gold ; font-weight:bold;}



html, body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	padding: 0;
  }
  body {
  color: white;
  	background-color: royalblue;
  	overflow: hidden;  /* Scrollbalken im Fenster unterbinden */
  }
  #mitte {
  	position: absolute;
  	top: 180px;		/* Abstand zum oberen Fensterrand */
  	left: 240px;		/* Abstand zum linken Fensterrand */
  	bottom: 50px;		/* Abstand zum unteren Fensterrand */
  	right: 220px;		/* Abstand zum rechten Fensterrand */
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	width: expression((document.body.clientWidth - 460) + "px");
 				/* left-Wert + right-Wert = 300 */
  	height: expression((document.body.clientHeight - 260) + "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: 180px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	background-color: royalblue;	
  	overflow: hidden;	/* Scrollbalken unterbinden */
  /* nur für IE: */
  	width: expression(document.body.clientWidth + "px");
 				/* left-Wert + right-Wert = 0 */

  }
  #oben .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
  #links {
  	position: absolute;
  	top: 180px;		/* 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: royalblue;
  	overflow: auto;		/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	height: expression((document.body.clientHeight - 100) + "px");
 				/* top-Wert + bottom-Wert = 150 */
  }
  #links .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
  #unten {
  	position: absolute;
  	left: 0px;		/* Abstand zum linken Fensterrand */
  	bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
  	bottom: -1px;		/* nur für IE */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	height: 50px;		/* Blockhöhe */
  	padding: 0;		/* Interpretation Boxmodell! */
  	background-color: royalblue;
  	overflow: hidden;	/* Scrollbalken unterbinden */
  /* nur für IE: */
  	width: expression((document.body.clientWidth - 0) + "px");
 				/* left-Wert + right-Wert = 200 */
  }
  #unten .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
  #rechts {
  	position: absolute;
  	top: 180px;		/* Abstand zum oberen Fensterrand */
  	bottom: 50px;		/* Abstand zum unteren Fensterrand */
  	right: 0;		/* Abstand zum rechten Fensterrand */
  	width: 220px;		/* Blockbreite */
  	padding: 0;		/* Interpretation Boxmodell! */
  	background-color: royalblue;
  	overflow: auto;	/* Scrollbalken, falls notwendig */
  /* nur für IE: */
  	height: expression((document.body.clientHeight - 200) + "px");
 				/* top-Wert + bottom-Wert = 200 */
  }
  #rechts .inhaltDiv {
  	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
  }
#links ul {
   list-style:none;               /* keine Aufzählungspunkte */
 }
 
 #links li {
   background-color:darkslategray;       /* Hintergrundfarbe   */
   border-top:1px  solid;    /* Rahmenfarbe Auflistungpunkt oben */
   border-left:25px sandybrown solid; /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom:1px red solid;   /* Rahmenfarbe unten  */
   border-right:2px blue solid;   /* Rahmenfarbe unten  */
   margin-top:10px;               /* Außenabstand oben  */
   padding-top:8px;               /* Innenabstand oben  */
   padding-bottom:8px;            /* Innenabstand unten */
   padding-left:8px;              /* Innenabstand unten */
   padding-right:8px;             /* Innenabstand unten */
 } 
 -->
  </style>
