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