/*  
  ############################################################################################################

    http://www.tirol.gv.at
    autor: holzweg ecommerce solutions, www.holzweg.com
    inhalt: hacks
  
  ############################################################################################################
*/

   
  .clear { display: inline-block; }  /* IE7 / win */
  .clear { display: block; }      /*  IE5,IE6,IE7 / win*/
  * html .clear { height: 1%; }   /*  IE5 + IE6 / Win */
  
  #clear_ie {
    position:static;
    display:block;
    \clear:both;
    width: 100%;
    font-size:0px;
    margin: -2px 0 -1em 1px;
  }

  * html #clear_ie { margin: -2px 0 -1em 0;}  
  
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }


  .clear { display: block; } /* Safari / Mac */
  #clear_ie { display: none }
