/*  ms.css   -  Version von 1.6.2006   -  Korrektur der Rendering-Bugs des Internet Explorers   */

@media all
{
	#spalte_mitte { position:relative; }

	/* Hides from IE-mac \*/
	* html .hold_floats { height: 1%; }
	/* End hide from IE-mac */
	.clearfix { display: inline-block; }  
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }   
	.clearfix { display: block; }     
	/* End hide from IE-mac */
	 html .floatbox { width:100%; }
	/* End hide from IE-mac */
	#page_margins, #page, #header, #nav, #main {zoom: 1.0; }
}

@media screen
{
	* html #spalte_links_content { word-wrap: break-word; }
	* html #spalte_rechts_content { word-wrap: break-word; }
	* html #spalte_mitte_content { word-wrap: break-word; }
				
	a, a:hover { background: transparent; }
	#footer a, #footer a:hover { background: transparent; }
	
	* html #spalte_links { display: inline; }
	* html #spalte_rechts { display: inline; }
	
	* html #spalte_links_content {overflow: visible; }
	* html #spalte_rechts_content {overflow: visible; }
	* html #spalte_mitte_content {overflow: visible; }
}

