/* IE 5+6 Hacks
 * unterstützt kein position:fixed; */

* html body {
  height: 100%;
  /* width: 100%; */
  overflow-y: auto;
}

* html div#side-bar-currentcontent {
  left: 0px;
  min-width: 14em;
  position: absolute;
  top: 8em;
  width: 15em;
  z-index: 1;
}

* html #iecontainer {
  position: static;
}

