		#header_container 
		{
			position:fixed;
			top:0; left:0; right:0;
			margin:0;
			height:3em;
			z-index:3;
		}

		#header 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;			
			z-index:3;
			margin:0;
			padding:0em;
		}
		#menu
		{
			position:fixed;
			top:96px;
			left:40px;
			width:9em;
     
      

		}
		#content
		{
			margin:0;
			padding-top:95px;
			padding-left:220px;
			padding-bottom:3em;
			z-index:2;
		}
		#footer_container
		{
			position:fixed;
			bottom:0; left:0px; right:0;
			margin:0;
			height:1.5em;
			z-index:3;
      font-size: 0.7em;
      font-weight:bold;
      font-family: arial;
		}
		#footer 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			background:#e1e1e9;
			z-index:3;
		}
		
		/* Nun für den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
		}
		* html #header_container, * html #footer_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
      bottom:0;
		}
		* html #menu
		{
			position:absolute;
      
		}
		* html #header,* html #footer
		{
			height:100%;
			position:static;
      bottom:0;
		}
		* html #content 
		{
			position:absolute;
			top:0; bottom:0; left:0; right:0;
			height:100%;
			width:100%;
			overflow:auto;
			margin:0;
		}
		

		* html #menu
		{
			margin:0;
			width:10.5em;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von 
							    der Breite abgezogen wird! */
		}
.frage {
	font-size: 13px;
	font-style: italic;
}

