Also muss es so aussehen?
Ich ralle das irgendwie nicht...
#content_container {
padding-bottom:0em;
}
#footer {
sposition:fixed;
bottom:0px;
text-align:left;
padding:0px;
}
* html #content_container {
padding-bottom:0em;
}
* html #footer {
position: absolute
bottom:0px;
text-align:left;
padding:0px;
}
........
<div id="footer_container">
<div id="footer">
Footertext
</div>