$(document).ready(function(){

	


$("#menuTextbox, #menuTextbox2, #menuTextbox3").mouseover( function () {																 
		$(this).css("overflow","visible");															 
});

$("#menuTextbox, #menuTextbox2, #menuTextbox3").mouseout( function () {																 
		$(this).css("overflow","hidden");															 
});











 
//##############################################
//
//   seitenuebersichtSpalte Switch	
//
//##############################################

   $('.seitenuebersichtSpalte').css({"height": "0px"});
	aktiv_news = false;

	
		$('.seitenuebersichtSpalte_Btn2 img').mouseover(function (){
			if (!aktiv_news) {
			$(this).attr("src", "images/icon-seitenuebersicht-over.png");
			} else {
			$(this).attr("src", "images/icon-seitenuebersicht-offen-over.png");	
			}
		});
		
		$('.seitenuebersichtSpalte_Btn2 img').mouseout(function (){
			if (!aktiv_news) {
			$(this).attr("src", "images/icon-seitenuebersicht.png");
			} else {
			$(this).attr("src", "images/icon-seitenuebersicht-offen.png");	
			}
		});
	
	$('.seitenuebersichtSpalte_Btn2').click(function() {
			/*$(".seitenuebersichtSpalte").css("height","auto");						
			var hoehe = $(".seitenuebersichtSpalte").height();*/
			if (!aktiv_news) {
					$('.seitenuebersichtSpalte').stop().animate({"height": "370px"},1000);
					$(this).find("img").attr("src", "images/icon-seitenuebersicht-offen.png");
					aktiv_news = true;
			} else {
	$('.seitenuebersichtSpalte').stop().animate({"height": "0px"},1000);
	$(this).find("img").attr("src", "images/icon-seitenuebersicht.png");	
		aktiv_news = false;										
		}

	}); 
	
	$('.seitenuebersichtSpalte_Btn').click(function() {
			/*$(".seitenuebersichtSpalte").css("height","auto");						
			var hoehe = $(".seitenuebersichtSpalte").height();*/
			if (!aktiv_news) {
					$('.seitenuebersichtSpalte').stop().animate({"height": "370px"},1000);
					$('.seitenuebersichtSpalte_Btn2').find("img").attr("src", "images/icon-seitenuebersicht-offen.png");
					aktiv_news = true;
			} else {
	$('.seitenuebersichtSpalte').stop().animate({"height": "0px"},1000);
	$('.seitenuebersichtSpalte_Btn2').find("img").attr("src", "images/icon-seitenuebersicht.png");
		aktiv_news = false;										
		}

	}); 

							   

	
	
	
	
	
/*	$(".seitenuebersichtKontakt").mouseover(function(){
        $(this).stop().animate({height:'550px'},{queue:false, duration:600, easing: 'easeOutBounce'})
    });

    $(".seitenuebersichtKontakt").mouseout(function(){
        $(this).stop().animate({height:'80px'},{queue:false, duration:600, easing: 'easeOutBounce'})
    });
*/

    $(".philosophie").mouseover(function(){
        $(this).stop().animate({height:'250px'},{queue:false, duration:600})
    });

    $(".philosophie").mouseout(function(){
        $(this).stop().animate({height:'50px'},{queue:false, duration:600})
    });
	
	
	
	var sitemap_offen = false;
	
    $(".sitemap").click(function(){
		if (!sitemap_offen) {
        	$(this).animate({height:'270px'},{queue:false, duration:600});
			sitemap_offen = true;
		 } else {
			$(this).animate({height:'44px'},{queue:false, duration:600});
			sitemap_offen = false;
		}
    });






//##############################################

	
    $(".teamNicoleSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamAndreSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamNadineSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamFalkSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
 
	$(".teamOliSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamAlinaSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });

	$(".teamPeterSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamCharisisSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	$(".teamHorstSchublade").toggle(function() {
        $(this).animate({height:'500px'},{queue:false, duration:600}) }, function () {
        $(this).animate({height:'125px'},{queue:false, duration:600}) 
    });
	
	
	
	
	
//##############################################
	
	
	
	
	
	
	
    $(".fotoPortraitSchublade").mouseover(function(){
        $(this).stop().animate({height:'370px'},{queue:false, duration:600})
    });

    $(".fotoPortraitSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
    $(".fotoBeautySchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".fotoBeautySchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });	
	
	
	
	
	
    $(".fotoKuenstlerSchublade").mouseover(function(){
        $(this).stop().animate({height:'295px'},{queue:false, duration:600})
    });

    $(".fotoKuenstlerSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
	
    $(".fotoFashionSchublade").mouseover(function(){
        $(this).stop().animate({height:'295px'},{queue:false, duration:600})
    });

    $(".fotoFashionSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
		
	
    $(".fotoBusinessSchublade").mouseover(function(){
        $(this).stop().animate({height:'295px'},{queue:false, duration:600})
    });

    $(".fotoBusinessSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
    $(".fotoIndustrieSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".fotoIndustrieSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
		
	
    $(".fotoProduktSchublade").mouseover(function(){
        $(this).stop().animate({height:'295px'},{queue:false, duration:600})
    });

    $(".fotoProduktSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
	
	
    $(".fotoMedizinSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".fotoMedizinSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
	
	
    $(".fotoArchitekturSchublade").mouseover(function(){
        $(this).stop().animate({height:'213px'},{queue:false, duration:600})
    });

    $(".fotoArchitekturSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });
	
	
	
	
	
	
    $(".fotoFotomontageSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".fotoFotomontageSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });	
	
	
	
	
	
	
    $(".komplettRoeberSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettRoeberSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	
	
	
	
    $(".komplettMonteMareSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettMonteMareSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettFlockSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettFlockSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettCrocfolSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".komplettCrocfolSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettRumpfSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettRumpfSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettGodesburgSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettGodesburgSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettKASSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".komplettKASSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettM2PSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".komplettM2PSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });		
	
	
	
	


	
	
	
    $(".komplettSternhotelSchublade").mouseover(function(){
        $(this).stop().animate({height:'220px'},{queue:false, duration:600})
    });

    $(".komplettSternhotelSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });	
	
	
	
	


	
	
	
    $(".komplettWinzerSchublade").mouseover(function(){
        $(this).stop().animate({height:'138px'},{queue:false, duration:600})
    });

    $(".komplettWinzerSchublade").mouseout(function(){
        $(this).stop().animate({height:'44px'},{queue:false, duration:600})
    });	


	
	
	
		
	
	
	


	
	
	
	
	
	







	
//##############################################
	
	
	
	
	
	
	
	
    $(".ARTkwicksOverFoto").mouseover(function(){
        $(this).html('<img src="../images/foto-over.png" border="0" />');
    });
    $(".ARTkwicksOverFoto").click(function(){
        window.location.href="foto.html";
    });
	
});













