/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.4
**  Dateiversion: 28.05.06  
**  Datei       : iehacks_abb.css
**  Funktion    : IE-Korrektur-Stylesheet für das YAML abb-Layout
**
*/

/* LAYOUT-UNABHÄNGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(../main/iehacks.css);

/* LAYOUT-ABHÄNGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen
{
/* IE5.x kollabierendes Padding bei #main abfangen */
* html #main {margin-top: 1em; padding-top: 0; } 

/*-----------------------------------------------------------------------------------------------------*/
/* Bug: 3-Pixel-Jog des Internet Explorers 
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - x
** IE7       - 0
*/	

/* Hides from IE-mac \*/
* html #col1 { display: none; }

* html #header {
	margin-top: 0;
}

* html #col3 { height: 1%; }
* html #col2 { 
}
* html #col3 { 
} 
/* End hide from IE-mac */
/*-----------------------------------------------------------------------------------------------------*/

}
