diff -rupN chrono-original/node.tpl.php chrono-fixed/node.tpl.php
--- chrono-original/node.tpl.php	2009-04-08 05:29:53.000000000 +0200
+++ chrono-fixed/node.tpl.php	2010-09-07 16:20:14.555250000 +0200
@@ -5,7 +5,7 @@
     <span class="submitted"><?php print $submitted?></span>
     <div class="<?php if ($teaser) { print " teaser"; } ?>">
      <div class="<?php if ($sticky) { print " sticky"; } ?>">
-      <div class="content"<?php print $content?></div>
+      <div class="content"><?php print $content?></div>
      </div>
     </div>
     <div class="clear-block clear">
diff -rupN chrono-original/page.tpl.php chrono-fixed/page.tpl.php
--- chrono-original/page.tpl.php	2009-04-09 00:03:30.000000000 +0200
+++ chrono-fixed/page.tpl.php	2010-09-07 17:21:09.367750000 +0200
@@ -2,10 +2,10 @@
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
-  <meta name="generator" content="PSPad editor, www.pspad.com">
+  <meta http-equiv="content-type" content="text/html; charset=windows-1250" />
+  <meta name="generator" content="PSPad editor, www.pspad.com" />
   <title><?php print $head_title ?></title>
   <?php print $head ?>
   <?php print $styles ?>
@@ -13,7 +13,7 @@
   </head>
   <body>
    <div id="hauptcontainer">
-   <a href="<?php print $base_path ?>"><div id="homelink"><?php if ($site_name) { ?><h1><?php print $site_name ?></h1><?php } ?></div></a>
+   <div id="homelink"><?php if ($site_name) { ?><h1><a href="<?php print $base_path ?>"><?php print $site_name ?></a></h1><?php } ?></div>
    <div id="container-shadow-left">
     <div id="container-shadow-right">
      <div id="container-shadow-bottom-left">
@@ -43,13 +43,12 @@
        </div>
       </div>
       <div id="footer">
-        Published under GPLv2 Design by <a href="http://rufzeichen-online.de" target="_blank"><img src="<?php print $base_path.$directory ?>/images/rufzeichen.gif " alt="drupal webdesign agentur" /> </a>use in the spirit of open source <?php print $footer_message ?><a href="http://drupal.org" target="_blank"> <img style="padding-left: 7px;" src=" <?php print $base_path.$directory ?>/images/powered-blue-80x15.png" alt="powered by Drupal" height="13" width="78" ></a></div>
+        Published under GPLv2 Design by <a href="http://rufzeichen-online.de"><img src="<?php print $base_path.$directory ?>/images/rufzeichen.gif " alt="drupal webdesign agentur" /> </a>use in the spirit of open source <?php print $footer_message ?><a href="http://drupal.org"> <img style="padding-left: 7px;" src=" <?php print $base_path.$directory ?>/images/powered-blue-80x15.png" alt="powered by Drupal" height="13" width="78" /></a></div>
       </div>
      </div>
     </div>
     </div>
    </div>
-   </div>
     <?php print $closure ?>
   </body>
 </html>
diff -rupN chrono-original/style.css chrono-fixed/style.css
--- chrono-original/style.css	2009-04-07 21:38:50.000000000 +0200
+++ chrono-fixed/style.css	2010-09-07 16:44:15.602125000 +0200
@@ -143,7 +143,7 @@ font: 18px georgia,times,serif;
   margin: 5px 0;
   color: #6c6c6c;
 }
-div#homelink h1 {
+div#homelink h1 a {
   color: white;
   font-family: trebuchet ms,arial,helvetica,sans-serif;
   font-size: 48px;
