#sticky {
	LEFT: 780px; POSITION: absolute; TOP: 0px; background-color:#CCCC66;
}
UNKNOWN {
	BOTTOM: 0px; POSITION: fixed
}
#fixiert {
	padding: 0px; 
	left: 154px; 
	margin: 0px; 
	width:779px; 
	bottom: -1px; 
	position: absolute; 
	background-image:url(../img/back.jpg); 
	border-top: 1px solid #e4e4e4; 
	z-index: 1000;
}

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: 779px;
    margin: 0;
    padding: 0;
	z-index: 1000;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
    margin: 0;
    padding: 0;
    bottom: 0px;
}
  
 

