  html {
  height: 101%;
}

/* scrolleiste internet explorer ab vers.5.5 */

html {
 scrollbar-arrow-color:#535353;
 scrollbar-base-color: #2d2d2d;
 scrollbar-shadow-color : #535353;
 overflow:auto;
}