  #fixiert {
overflow:hidden;
z-index:5;
width:160px;
heidght:600px;
position: absolute;
top: 250px;
left: 50%;
margin-left:-490px;
  }





  html>body #fixiert {  /* nur fuer moderne Browser! */
 
    position: fixed;
 
  }
