@charset "UTF-8";
/*
---------------------------------------

  Oktoberfest.de | Patches: zweispaltiges Layout
  Datenwerk GmbH - www.datenwerk.de

  author:   frank.hoesler@datenwerk.de

---------------------------------------
*/

/* YAML-Basis-Patches einbinden */
@import url(/css/yaml/core/iehacks.css);

/* eigene Patches einbinden */
@import url(/css/of/patches/ie_mod.css);
@import url(/css/of/patches/ie_colormod.css);

@media all {
  
  * html #main {
    padding-top: 174px;
  }

  * html #col3 {
    height: expression(document.getElementById('col1').offsetHeight);
    width: 300px;
    margin-right: 696px;
  }

  #col1 {
  	margin-bottom: 0px;
  }

  * html #col1 {
    width: 696px;
    margin: 0px;
  }

}