	jQuery.ifixpng('fileadmin/template/images/clear.gif');
$(document).ready(function() {
	jQuery('img').ifixpng();

$(".Button").each(function(i){$(this).children(".submenue").prependTo($(this));});
	
	
$(".Button").hover(
      function () {
		$(this).children(".submenue").slideDown("slow");
      }, 
      function () {
		$(this).children(".submenue").stop(true,true);
        $(this).children(".submenue").slideUp("fast");
      }
    );

var option = {x:3, y:3, radius: 3, color:  "#000000"};
var option2 = {x:2, y:2, radius: 2, color:  "#000000"};
var option3 = {x:1, y:1, radius: 1, color:  "#ff6"};

$("#Bezeichnung").textShadow( option2 );
$("#Schlagzeile").textShadow( option );
$(".BoxHeader").textShadow( option3 );
	
	
	
});
