//  ----------------------------------------------------------
//  Page Footer
//  Created by:     Matt Rehm
//  Creation date:  Montag, 04. Oktober 2007
//  Version:        1.0
//  ----------------------------------------------------------

var out = '<div style="width:480px; margin: 20px 0 0 0;">'
        + '  <div style="font-family: Helvetica,Arial; font-size:10px; line-height: 1.1em; color:#808080; text-align:center; margin-top:30px;">'
        + '    Preisangaben inkl. gesetzl. MwSt. und zzgl. Versandkosten (frei ab &euro; 50 Warenwert)'
        + '    <p style="margin: 10px 0 0 0;">LITRATON Grete Schulga &middot; Winterhuder Weg 31 &middot; 22085 Hamburg<br>'
        + '     Telefon 0 40 / 2 29 11 93  &middot; Telefax 0 40 / 2 29 69 87  &middot; '
        + '     E-Mail: <a href="mailto:litraton@aol.com">litraton@aol.com</a></p>'
        + '    <p style="margin: 10px 0 0 0;">Registergericht AG Hamburg, HRA 81087<br>'
        + '     Inhaberin: Grete Schulga</p>'
        + '    <p style="margin: 10px 0 0 0; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 6px; text-align: right">'
        + ' 	<a href="/impressum.ahtml" title="Impressum und Kontaktdaten">Impressum</a>&nbsp;&nbsp;'
	    + '     <a href="/static/agb.html" title="die Allgemeinen Gesch&auml;ftsbedingungen">AGB</a>'
        + '    </p>'
        + '  </div>'
        + '</div>';

document.writeln(out);


