//var kundenid =$("#kundenid").html();	

$(function() {

$("#preisresult").load("/typo3conf/ext/seo_pizzaservice/ajax.php");
   

$(".bestellen").click(function() {	
var wert = this.id;	

$.get("/typo3conf/ext/seo_pizzaservice/ajax.php", { eingabe:1, produkt: wert},
  function(data){
	  $("#preisresult").load("/typo3conf/ext/seo_pizzaservice/ajax.php", { 'werte[]': [wert,0,data] } );
  });
});


$(".loeschen").click(function() {	
var wert = this.id;	

$.get("/typo3conf/ext/seo_pizzaservice/ajax.php", { eingabe:2, produkt: wert},
  function(data){
	  $("#preisresult").load("/typo3conf/ext/seo_pizzaservice/ajax.php", { 'werte[]': [wert,0,data] } );
  });
});

});


$(document).ready(function(){
						   
$(".produkteintraege").hide();
$(".pizza_no").show();

	$(".katheader").click(function(){
		$(".produkteintraege").hide();
		$(this).next(".produkteintraege").slideToggle();
	});
	

$('.csc-textpic div a').lightBox();
	
});	




$(document).ready(function() {

	$("#slider").easySlider({
		auto: true, 
		continuous: true
	});
			
});

