$(document).ready(function() {
	$("img.kundenlogin").click(function(){
		$("div#panel")
		.animate({
			height: "300px"
		}, "fast");
		$("img.kundenlogin").toggle();
	
	});	
	
   $("img#hide_button").click(function(){ //
		$("div#panel").animate({
			height: "0px"
		}, "fast");
		
	
   });	
	
});

$(document).ready(function() {
	$("img.hfo_gruppe").click(function(){
		$("div#panel2")
		.animate({
			height: "300px"
		}, "fast");
		$("img.hfo_gruppe").toggle();
	
	});	
	
   $("img.hfo_gruppe#hide_button").click(function(){ //
		$("div#panel2").animate({
			height: "0px"
		}, "fast");
		
	
   });	
	
});



$(document).ready(function() {
        
		$('#slider').s3Slider({
            timeOut: 4500
        });
        
    });


