/** IE PNG HACK **/


/** Misapor Logo**/
* html #logo .logo{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/logo.png', sizingMethod='scale');
}
* html #logo .logoGlas{
  background-image: none;
  /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/logo_glas.png', sizingMethod='scale');*/
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/logo.png', sizingMethod='scale');
}
* html #logo .logoBeton{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/logo_beton.png', sizingMethod='scale');
}

/** Subnavigation Right Top Corner Shadow**/
* html #subNavigationShadowRightTopCorner{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/shadow_trc.png', sizingMethod='scale');
}

/** Subnavigation Right Shadow**/
* html #subNavigationShadowRight{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/shadow_r_rep.png', sizingMethod='scale');
}

/** Subnavigation Right Bottom Corner Shadow**/
* html #subNavigationShadowRightBottomCorner{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/shadow_brc.png', sizingMethod='scale');
}

/** Subnavigation Bottom Shadow**/
* html #subNavigationShadowBottom{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/shadow_b_rep.png', sizingMethod='scale');
}

/** Subnavigation Bottom Left Corner Shadow**/
* html #subNavigationShadowBottomLeftCorner{
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/shadow_blc.png', sizingMethod='scale');
}

/** Stone Image - MainNav Logo **/
* html #stoneImage {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/stone_small.png', sizingMethod='scale');
}

/** Stone Image - Startpage Logo **/
* html #misaporGlasIntroLogo {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/stone_big.png', sizingMethod='scale');
}

/** House Image - Startpage Logo **/
* html #misaporBetonIntroLogo {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.misapor.ch/layout/img/house_big.png', sizingMethod='scale');
}