$(document).ready(function(){
	/* $.easy.navigation(); $.easy.external(); */
	$.easy.popup();
	$.easy.popup('.lightbox');
	$.easy.rotate();
	/* $.easy.forms(); */
	$.easy.jump();
	$.easy.tooltip();
	$.easy.showhide();
	$('dl.box-image-legend dd,div.box-inner,div.col').syncHeight();
	$(window).resize(function(){ //if you want to update the columns after a Browser resize (optional)
	$('dl.box-image-legend dd,div.box-inner,div.col').syncHeight();
        });
    $('.jQAccordion dl dt').mouseover(function() {
      $(this).css('cursor', 'pointer')
    });
    // Fährt die Menüpunkte ein und aus
    $('.jQAccordion dl dd').hide();
    $('.jQAccordion dl dt').click(function() {
      $(this).next('dd').slideToggle('fast').siblings('dd').slideUp('fast');
      $(this).toggleClass('down');
    });
    // Spamschutz für E-Mail-Adressen
    $('.email').each(function(index) {
        var pA = $(this).text();
        var pAA = pA.replace(" [at] ", "&#64;");
    $(this).html("<a href=\"mailto:" + pAA + "\">" + pAA + "</a>");
  });
});

$(window).load(function() {
        $(".box-grau,.box-grau-abstand,.box-headline-list,form.anfrageformular fieldset,#mediaspace,div#feature_list").liquidCanvas(
            "fill{color:#e7e7e7} => roundedRect{radius:5}");
});

// Spamschutz für E-Mail-Adressen
  $('.email').each(function(index) {
    var pA = $(this).text();
    var pAA = pA.replace(" [at] ", "&#64;");
    $(this).html("<a href=\"mailto:" + pAA + "\">" + pAA + "</a>");
  });



