// Ausgabe einer zentralen Textzeile inklusive CSS-Formatierung:

document.write('<style type="text/css">.Footer {text-decoration: none; color: #C0C0C0;} </style>');

document.write('<span class="Footer">');

document.write('<a class="Footer" href="enterprise_imprint.htm">Impressum</a> &bull; ' + String.fromCharCode(169) + ' Ralph Briegel 2008 &nbsp;')

document.write('</span>');

