Hallo,
vielen Dank noch mal für den Tipp. So ganz klappt es bei mir noch nicht

Ich hab meinem content bereich:
#content {
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
top: 0;
left: 215px;
margin: 0;
padding: 250px 0 0 0;
width: 618px;
background-color: #ecf2ec;
border-top: 3px solid #83b817;
}
zugewiesen und der fusszeile:
#fusszeile {
width: 100%;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
height: 27px;
padding-top:3px;
color: #fff;
text-align: center;
font-size: 0.7em;
background-color: #83b817;
}
Nun ist der content Bereich allerdings viel länger als eine Bildschirmseite??
Hhm, kann mir vielleicht noch jemand auf die Sprünge helfen bitte.
Gruß Bea