  h3 {
	margin-top: -3px;  
	font-size: 18px;
	color: #F00;	
  }
  h4 {
	font-size: 14px;
	color:#000;
	font-weight: bold;
	margin-left: 10px;
	line-height:1.2;
  }
  h5 {
	font-weight: normal;  
	margin-top:-15px;
	margin-left: 10px;
  }

  div#Inhalt {
    margin: 0 0 0 30px;
	padding: 21.5px 0px 30px 0px;
	height:325px;
	overflow-y: auto;
	overflow-x:hidden;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin: 0 0 0 200px;
    margin-bottom: 0;
	max-height: 325px;
	height:100px;
    height:expression(this.scrollHeight > 325 ? "325px":"auto"); 
	overflow-y: auto;
	overflow-x:hidden;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
  }