þÿ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN"> <html> <head> <title>Impressum</title> <style type="text/css"> body { color: black; font-family: "Courier New", Courier, mono; color: #000000; text-align: center; /* Zentrierung im Internet Explorer */ } div#Seite { text-align: left; /* Seitenrechts wieder links ausrichten */ margin: 0 auto; /* standardkonforme horizontale Zentrierung */ width: 860px; } div#links { float: left; width: 500px; padding-right: 15px; padding-top: 20px; } div#links h1 { font-size: 1.5em; border-top: 1px dashed black; font-weight: normal; } div#links h2 { font-size: 1.2em; margin: 0 0 1em; }div#links p { font-size:12px; } div#links a {text-decoration: none; color: black; border-bottom: 1pt silver dashed} div#links a:hover {text-decoration: none; background-color: #cccccc;} div#rechts { margin-left: 550px; padding-left: 10px; width: 210px; padding-top: 500px; font-size: 3em; line-height:1.2em; } </style> </head> <body> <div id="Seite"> <div id="links"> <p> &lt; <a href="index.html">Review</a> <br> <br></p> <h1></h1> <h2> </h2> <p> Impressum </p> <p>Jochen Ruderer und Tobias Ruderer (verantwortlich); Moltkestraße 53; 20253 Hamburg; review@ruderer.com; Tel. +49 40 60732411 <br> © 2008 Jochen und Tobias Ruderer </div> <div id="rechts"> </body> </html>