/*A:link { color: blue}          /* unvisited link */
/*A:visited { color: purple}     /* visited links */
/*A:active { color: red}         /* active links */
/*A:hover { color: red}          /* hover links */

div.footer
{
position: absolute;
left: 1%;
width: 98%;
bottom: 5px;
}

div.Xfooter
{
position: absolute;
left: 50%;
width: 780px;
margin-left: -390px; /* neg. Hälfte von width:780px = zentriertes Div */
bottom: 0px;
height: 66px;
}
