
#footer{
 padding: 0px;
 margin: 0px;
 text-align:center;

 background-image: url(images/footer_bg.gif);
 background-repeat: repeat-y;
}

/* oberer Abschluss der Footer-Zeile */
#footerTop{
 height: 2px;
 padding: 0px;
 margin: 0px;

 background-image: url(images/footerTop.gif);
 background-repeat: no-repeat;
}

#footerContent{
 margin:0px;
 padding: 4px;
}

/* unterer Abschluss der Footer-Zeile */
#footerBottom{
 height: 11px;
 padding: 0px;
 margin: 0px;

 background-image: url(images/footerBottom.gif);
 background-repeat: no-repeat;
}

#footerOld{
 height: 30px;
 padding-top: 8px;

 background-image: url(images/footer1.gif);
 background-repeat: no-repeat;

 text-align: center;
}

#footerContent a:link, #footer a:visited{
 font-weight: normal;
 color:#003300;
}

div#footerInfo, div#footerInfo a{
 color: #AAAAAA;
 font-weight: normal;
 text-decoration:none;
}

div#footerInfo a:hover{
 text-decoration:underline;
}
