		body
		{ 
			position:absolute;
			background:#ffffff;
		}
		
		
		html
		{ 
			top:0; left:0; right:0;
			height:100%;
			margin:0;
			padding:0;
			width:100%;
		}

		#header_container 
		{
		    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
			position:fixed;
			top:0; left:210px; right:0;
			text-align:center;
			margin:0;
			height:3em;
			z-index:3;
			font-size: 12px; 
		}

		#header 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;
			background: #eed;
			z-index:3;
			margin:0;
			padding:0.2em;
			border-bottom: 1px solid #6B927E;
			font-size: 24px; 
		}
		
		#content
		{
			font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
			font-size: 16px;
			
			margin-left:0em;
      
			padding-top:4em;
			padding-left:230px;
			padding-right:1em;
			padding-bottom:10em;
			z-index:2;
			/*border: 3px dotted red;*/

		}

		#footer_container
		{
			font-size: 14px; 
			position:fixed; 
			bottom:0; left:210px; right:0;
			text-align:center;
			height:9em;
			z-index:3;
			width:100%;
			padding:0px;
		    margin:0px;
		}

		#footer 
		{
			font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			background:#eed;
			z-index:3;
			border-top: 1px solid #6B927E;
			width:100%;
			padding:0px;
		    margin:0px;
		}
		
		/* Nun für den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
			width:100%;
		}
		* html #header_container, * html #footer_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
		}
		
		* html #header
		{
		    font-size:25px;  
		}
		
		* html #menu
		{
			position:absolute;
		}

		* html #header
		{
		    margin:0;
		    position:static;
		}
	
		* html #footer
		{
		    margin:0;
			position:static;
			bottom:0;
		}
		* html #footer_container
		{
		    bottom:0;
		    height: 2%;
		}
	
		
		* html #content 
		{
			position:absolute;
			padding-left:0px;
			padding-right:0px;
			top:6%; bottom:6%; left:0em; right:0em;
			height:77%;
			width:82%;
			overflow:auto;
			margin:0;
			margin-left:18%;
		}
