/*
**  NewsPortal 1.0.0
**  Dateiversion: 8.07.07  
**  Datei       : iefix.css
**  Funktion    : Korrektur der Rendering-Bugs des Internet Explorers
*/

@media all
{
	/* Workaround: Clearfix-Anpassung für diverse IE-Versionen */
	.clearfix { display: inline-block; }  /* ... Clearing für IE5/Mac und IE7 */
	* html .clearfix { height: 1%; }   /* ... für IE5 + IE6/Win | IE-Clearing aktivieren */
	.clearfix { display: block; }      /* ... für IE5,IE6,IE7 | Mac-Einstellungen für IE/Win zurücksetzen */
	* html .floatbox { width:100%; 
	
	/* IE-Anpassung für Subtemplates  */
	.col2left, .col3left { display:inline; } /* Float-Margin Hack */
	.col2right, .col3right { display:inline; } /* Float-Margin Hack */
	.subcol, .subcolleft, .subcolright { width:auto; zoom: 1; } /* IE-Clearing mittels hasLayout für IE6 und IE7 */
	.subcol, .subcolleft, .subcolright { \width:100%; w\idth: auto; } /* IE-Clearing für IE5.x/win */
}

@media screen
{
	/*------------------------------------------------------------------------------------------------------*/
	/* Bug: 'Internet Explorer and the Expanding Box Problem' */	
	* html #content { word-wrap: break-word; }
	* html #right_side { word-wrap: break-word; }
	/*------------------------------------------------------------------------------------------------------*/
	/* Bug: "IE/Win Guillotine Bug"  */
	a, a:hover { background-color: transparent; }
	#footer a, #footer a:hover { background-color: transparent; }
	/*------------------------------------------------------------------------------------------------------*/
}