jQuery.noConflict(); 
jQuery(document).ready(function(){
    var browserName=navigator.appName;
    if(browserName != "Microsoft Internet Explorer"){
      var bottom_list_height = jQuery("#bottom_list").height();
      var bottom_img_height = jQuery("#bottom_img").height();
      var bottom_oeffz_height = jQuery("#bottom_oeffnungs").height();
     
      if(bottom_list_height!=null || bottom_img_height!=null || bottom_oeffz_height!=null){

        if((bottom_list_height > bottom_img_height) &&(bottom_list_height > bottom_oeffz_height)){
          jQuery("#bottom").height(bottom_list_height);
        
        }else if((bottom_img_height > bottom_list_height) &&(bottom_img_height > bottom_oeffz_height)){
        jQuery("#bottom").height(bottom_img_height);
        }
        else{
          jQuery("#bottom").height(bottom_oeffz_height);
        }
        
      }
    
    
    }


  
    
    
    
	jQuery("#AusklappWrapper").click(function () {
	  jQuery('#Content').animate({
   			opacity: 1,
    		width: 'toggle'
  			}, 600, function() {

  			});
			
    });

    	jQuery("#StandorteKarteBtn").mouseover(function () {
    	
	  jQuery('#Karte').animate({
   			opacity: 1,
    		height: 'toggle'
  			}, 330, function() {

  			});

    });


/*
    jQuery("#StandorteKarteBtn").hover(
        function() {
            jQuery('#Karte').stop().animate({"height:": "330"}, "slow");
        },
        function() {
            jQuery('#Karte').stop().animate({"height": "0"}, "slow");
        }
    );
*/

 /*   jQuery('#StandorteKarteBtn').mouseover(function () {
 	 
         jQuery('#Karte').animate({
   			opacity: 1,
    		height: 'toggle'
  			}, 330, function() {

  			});
         
    });
*/
/*
     jQuery("#Karte").mouseleave(function () {
	 jQuery('#Karte').animate({
   			opacity: 1,
                        height: '0'

         });
         jQuery("#StandorteKontakt").animate({
                opacity: 1,
                height: '30'

         });
    });

    */
});	
(jQuery);




	  





