/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : iehacks_3col_fixed.css
**  Funktion    : IE-Korrektur-Stylesheet f? 3-Spalten-Layout mit einfachen #col3-Spaltentrennern
**
*/

/* LAYOUT-UNABHĎGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(../main/iehacks.css);

/* LAYOUT-ABHĎGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen
{
/*-----------------------------------------------------------------------------------------------------*/
/* Bug: 3-Pixel-Jog des Internet Explorers *
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - X
** IE7       - 0
*/	

/* Hides from IE-mac \*/
* html #col3 {margin-left:15px; width: 960px; margin-right: 5px;}
* html #col1 {margin-left:0px; width: 5px; }
/* End hide from IE-mac */ 
/*-----------------------------------------------------------------------------------------------------*/

}

