$(document).ready(function(){

  //jQuery.support.boxModel;

    // Headline Mitte
  $(".hm_2009_bg").animate({opacity: 0.2}, 10 );
  $(".hm_2009_bg").css("background-color","#000000");
    // Bild Animation
  $(".hm_2009_headline").after("<div class='hm_2009_button'><img src='/fileadmin/templates/design/zu.gif' border='0'></div>");
  $(".hm_2009_box").click(function(){
    if($(".pagebottom").height() > 70 ){ 
      $(".hm_2009_button").replaceWith("<div class='hm_2009_button'><img src='/fileadmin/templates/design/auf.gif' border='0'></div>");
      $(".hm_2009_box").animate({"top": "0px"}, "slow");
      $(".pagebottom").animate({"height": "70px"}, "slow"); 
      $(".hm_2009_button").animate({"top": "55px"}, "slow");
    }
    if($(".pagebottom").height() == 70 ){ 
      $(".hm_2009_button").replaceWith("<div class='hm_2009_button'><img src='/fileadmin/templates/design/zu.gif' border='0'></div>");
      $(".hm_2009_box").animate({"top": "0px"}, "slow");
      $(".hm_2009_button").css("top","59px");
      $(".pagebottom").animate({"height": "370px"}, "slow");
      $(".hm_2009_button").animate({"top": "355px"}, "slow");
    }
      });

  
  

  if($("#mainnavbuttons").length > 0 ){    
    $("#mainnavbuttons").css("margin-top",( $(".pagetop_mainmenu").height() - $(".mainmenubox").height() ));
  }
  
  
  
  
});
