$(document).ready(function() {
// Equal Heights Homepage-Boxes
//	$("div.intro p").equalHeights(129);
// Equal Hights BŠder Startseite
//	$("div#baederblock div.team").equalHeights(215);	
//	
	$("div.intro:even").css('margin-right','10px');
// Tables
	$("table.infotable tr:odd td").addClass("trlight");
	$("table.infotable tr").find("td:last").css("border-right","none");
	//$("#center table tr:odd").addClass("trlight");
	//$("table.table1 tr:eq(10) td").addClass("trlight");

$("#left ul.rex-navi1 a.rex-current:last").addClass("last");

// Remove right border on last link
	$("#rootnav ul li a:last").addClass("last");	

    $(".toggler").click(function () {
      $(this).next(".panel").slideToggle("fast");
      
    });
	$(".toggler").click(function () {
	   //$(this).nextChild("div.arrow").toggleClass("active");
	   $(this).children(".arrow").toggleClass("active");
	});
//    $("div.main div.toggler").click(function () {
//      $(this).next(".panel").slideToggle("fast");
//    });
    $(".infotrigger").click(function () {
      $(".produktinfo1").toggle();
    });


	
});
