/* General Style */ 

/* Definition damit Footer am Ende der Seite */
			html, body { height:96.0%; }
			#seite { min-height:100%; }
			#inhalt { padding-bottom:0px; }			/* GEÄNDERT FÜR ONLINE-DARSTELLUNG wg. verschiebung mit normalem style-css */
			#fuss { height:16px; margin-top:-38px; }

/* Footer */ 
#fuss {   /* Footerbereich */						/* einfügen Anfang !!!!!!!!!!!!! */
    background-color: #000000;
    color: #ffffff;
    height: 35px;									/* reduzieren !!!!!!!!!!!!!! */
    width: 100%;
    min-width: 500px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
