#navigation_oben {
    position: absolute;
    top: -1px; left: 0px;
	width:99%; 
    margin: 0;
    padding: 0;
	z-index:200;
}

#navigation_oben table {
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;	
}

html>body #navigation_oben {  /* nur fuer moderne Browser! */
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0px;
}

#fusszeilen_inhalt {
	width:980px;
	margin:auto;
	height:29px;
	background-image:url(img/back_footer.gif); 
	background-repeat:no-repeat;
	background-color:#E5E5E5;
}


@media Screen    
{
HTML {
	OVERFLOW-Y: hidden; OVERFLOW-X: hidden; HEIGHT: 100%; 
}
BODY {
	OVERFLOW-Y: hidden; OVERFLOW-X: hidden; HEIGHT: 100%; 
}
#content_container {
	position: relative; OVERFLOW-Y: scroll; OVERFLOW-X: hidden; WIDTH: 100%; HEIGHT: 100%; /* OVERFLOW-Y: scroll damit die scrollbar immer angezeiht wird und die seite nicht springt */
} 
}