/*=================== Reset ====================*/
/* fuer den ie5 muessen die im Drucklayout abgeschalteten Elemente noch einmal extra wieder eingeschaltet werden - try-and-error-workaround... */
    #sidebar, #head ul, #footer { display: block; }
  a[href="#anfang"] {display: inline;}
  img {display: inline;}

/* ================= Layout für IE6 und IE 7 ================ */ 
/* für IE6 starres Layout */ 
* html #rahmen {
    width: 900px;
}

* html #sidebar a{
    display: inline-block;
    padding: 5px 16px 14px 46px;
    margin: -5px -16px -14px -46px;
    width: 200px;
}

* html #sidebar a:hover{
    padding-left: 54px;
    width: 200px;
}

/* IE7 */*
+ html #sidebar a{
    display: inline-block;
    padding: 5px 8px 14px 30px;
    margin: -5px -8px -14px -30px;
    width: 200px;
    }


/* ==================== Bildgröße auf Seite Sortimente ================*/
/* für IE6 */
 * html #content .img_sortiment {
    width: 645px;
    height: 537.5px;
    position: absolute;
    bottom: 60px;
    right: 0;
}
/* für IE 7: nicht optimal, aber besser als feste Größe */
*+ html #content .img_sortiment {
    width: 72%;
    position: absolute;
    bottom: 60px;
    right: 0;
} 
