		/*menue*/
		
    #men
		{
			margin: 0;
			font-size: 90%;
			background-color: #996;
			padding: 2px 0;
		}	

		#men li
		{
			display: inline;
			list-style-type: none;
			padding-left: 30px;
		}
		
		#men2
		{
			margin: 0;
			font-size: 90%;
			background-color: #CC9;
			padding: 2px 0;
		}	

		#men2 li
		{
			display: inline;
			list-style-type: none;
			padding-left: 30px;
		}
		
		
    /*------------------------*/
    
    body
		{ 
			position:absolute;
			background:#ffffff;
		}
		
		html, body
		{ 
		  
			top:0; left:0; right:0;
			min-height:100%;
			margin:0;
			padding:0;
			width:100%;
		}
		#header_container 
		{
		  font-size:20pt;
			position:fixed;
			top:0; left:0; right:0;
			text-align:left;
			margin:0;
			height:90pt;
			z-index:3;
		}

		#header 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;
			background:#E8ECC2;
			z-index:3;
			margin:0;
			padding:0.2em;
		}
		
		
		
		#header_container2 
		{
			position:fixed;
			top:90pt; left:0; right:0;
			text-align:left;
			margin:0;
			height:30pt;
			z-index:3;
		}

		#header2 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;
			background:#E8ECC2;
			z-index:3;
			margin:0;
			
			padding-left:10pt;
			border-bottom: 2px solid #CC9;
		}
		
		#content
		{
			margin:0;
			padding-top:120pt;
			padding-left:0.5em;
			padding-bottom:3em;
			z-index:2;
		/*	border: 3px dotted red;*/
		}
		
		#footer_container
		{
			position:fixed;
			bottom:0; left:0; right:0;
			text-align:center;
			margin:0;
			height:2em;
			z-index:3;
		}
		#footer 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			background:#E8ECC2;
			z-index:3;
		}
		
		/* Nun für den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
			font-size:12pt;
			
		}
		* html #header_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
		}
		
		* html #footer_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
			padding-bottom:16px;
		}
		
    * html #header_container2
		{
		  
			position:absolute;
			width:100%;
			padding-right:16px;
		}
		
	
		* html #header,* html #header2, * html #footer
		{
			height:100%;
			position:static;
		}
		
		
		* html #content 
		{
			position:absolute;
			top:0; bottom:0; left:0; right:0;
			padding-top:120pt;
			height:100%;
			width:100%;
			overflow:scroll;
			margin:0;
		}
		
