/***dwt, start to web GmbH, Juni 2009*/


$(document).ready(function(){

   $(".contenttable tr:even").addClass("even");
   $(".contenttable tr:odd").addClass("odd");
   $(".close").click(function() {
          $("#splash").hide("slow");
   });
   
   $("#header").append("<img src='fileadmin/templates/images/2011/button_50-jahre-erfahrung.png' class='fiftyyears' />");
});



