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