#sticky {
	LEFT: 780px; POSITION: absolute; TOP: 0px; background-color:#CCCC66;
}
UNKNOWN {
	BOTTOM: 0px; POSITION: fixed
}
#fixiert {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 154px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH:562px; BOTTOM: -1px; PADDING-TOP: 0px; POSITION: absolute; background-color:#f1f5f8;
}
UNKNOWN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BOTTOM: 0px; PADDING-TOP: 0px; POSITION: fixed
}


#sticky {
    position: absolute;
    top: 0px; left: 780px;
    
  }
  html>body #sticky {  /* nur fuer moderne Browser! */
    position: fixed;
    bottom: 0px;
  }
  #fixiert {
    position: absolute;
    bottom: -1px; left: 154px;
    width: 562px;
    margin: 0;
    padding: 0;
    
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
    margin: 0;
    padding: 0;
    bottom: 0px;
  }
  
 
