/* ######################################################################################################
** # T3Basis von Jan-Claas Dirks ########################################################################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 20.01.07  
**  Datei       : iehacks.css
**  Funktion    : Anpassungen für IE5 - IE6, insbesondere wegen Jello Mold
*/

@media all
{

/* 3-Pixel-Jog-Hack rückgängig machen, damit Jello Mold funktioniert */
* html #col3 {height: auto; }
* html #col1 {margin-right: 0px;}
* html #col2 {margin-left: 0px;}
* html #col3 { margin-left: 25%; margin-right: 25%; }

/* nur für IE7 */
body>div .hold_floats { height: auto; }
/* Jello Mold */
#page_margins { width:expression(document.body.clientWidth > 1180 ? "290px" : "60%" ); }
/* Holly hack for IE \*/
* html #page { height: 0; }
/* */
/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

}
