/* Fußbereich setzen */
html, body{
    height: 100%;
}  
#fussbereich{    
   position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    background: #e4ebf2;
	border-color: #8a9da8;
    height: 2em;
    }