 $(document).ready(function(){
   $('#nav>li>ul>li>a').click(function(event) {
     var self=this;
     if ( $('#submenu1').is(':visible') ) {
       event.preventDefault();
       var $submenu = $('#submenu1');
       var height = $submenu.height();
       $submenu.animate({ height: 0 }, { duration: 300, complete: function () {
         $submenu.hide();
         window.location.href=$(self).attr('href');
       } 
       })
     }
     if ( $('#submenu2').is(':visible') ) {
     event.preventDefault();
     var $submenu = $('#submenu2');
       var height = $submenu.height();
       $submenu.animate({ height: 0 }, { duration: 300, complete: function () {
         $submenu.hide();
         window.location.href=$(self).attr('href');
       } 
       })
     }
     if ( $('#submenu3').is(':visible') ) {
     event.preventDefault();
     var $submenu = $('#submenu3');
       var height = $submenu.height();
       $submenu.animate({ height: 0 }, { duration: 300, complete: function () {
         $submenu.hide();
         window.location.href=$(self).attr('href');
       } 
       })
     } 
     $('#nav li li.current').css({'background-image' : 'url()'});
     $(this).parent().css({'background-image' : 'url(http://'+window.location.hostname+'/img/lotos.png)', 'background-repeat' : 'no-repeat'});
   }) 
   if ( !$('body').hasClass('page-430') && !$('body').hasClass('page-111') && !$('body').hasClass('page-112') && !$('body').hasClass('page-221') && !$('body').hasClass('page-222') && !$('body').hasClass('page-223') && !$('body').hasClass('page-251') && !$('body').hasClass('page-252') && !$('body').hasClass('page-253') ) {
     $('#header').css('background-color:#9188A6;');
     $('#header').hide();
     $('#header').fadeIn(400);
   }
   $('#linkkontakt').click(function(event) {
     event.preventDefault();
     var self=this;
     $('#header').css({'background-image' : 'url(http://'+window.location.hostname+'/img/kontakt.jpg)'});
     $('#nav li li.current').css({'background-image' : 'url()'});
     $('#linkkontakt').parent().css({'background-image' : 'url(http://'+window.location.hostname+'/img/lotos.png)', 'background-repeat' : 'no-repeat'});
     $('#header').hide();
     $('#header').fadeIn(400, function() {
       // Animation complete.
       window.location.href=$(self).attr('href');
     })  
   }) 
   $('#sublink1>a').click(function(event) {
     event.preventDefault();
     var self=this;
     $('#header').css({'background-image' : 'url(http://'+window.location.hostname+'/img/seminare-fortbildungen_reikiseminare.jpg)'});
     $('#nav li li.current').css({'background-image' : 'url()'});
     $('#sublink1').css({'background-image' : 'url(http://'+window.location.hostname+'/img/lotos.png)', 'background-repeat' : 'no-repeat'});
     $('#submenu1 li:first').css({
       'background-image' : 'url(http://'+window.location.hostname+'/img/bullet_rosa.png)', 
       'background-repeat' : 'no-repeat',
       'background-position' : '10px 3px'
     });
     $('#header').hide();
     $('#header').fadeIn(400);
     $('#submenu1').animate({height:30},{duration:300, complete: function() {
       // Animation complete.
       window.location.href=$(self).attr('href');
     }
     });
   }) 
   $('#sublink2>a').click(function(event) {
     event.preventDefault();
     var self=this;
     $('#header').css({'background-image' : 'url(http://'+window.location.hostname+'/img/einzelbehandlungen_massagen.jpg)'});
     $('#nav li li.current').css({'background-image' : 'url()'});
     $('#sublink2').css({
       'background-image' : 'url(http://'+window.location.hostname+'/img/lotos.png)', 
       'background-repeat' : 'no-repeat',
       'background-position' : 'left top'
     });
     $('#submenu2 li:first').css({
       'background-image' : 'url(http://'+window.location.hostname+'/img/bullet_rosa.png)', 
       'background-repeat' : 'no-repeat',
       'background-position' : '10px 3px'
     });
     $('#header').hide();
     $('#header').fadeIn(400);
     $('#submenu2').animate({height:45},{duration:300, complete: function() {
       // Animation complete.
       window.location.href=$(self).attr('href');
     }
     });
   }) 
   $('#sublink3>a').click(function(event) {
     event.preventDefault();
     var self=this;
     $('#header').css({'background-image' : 'url(http://'+window.location.hostname+'/img/einzelbehandlungen_weitere-heilverfahren.jpg)'});
     $('#nav li li.current').css({'background-image' : 'url()'});
     $('#sublink3').css({'background-image' : 'url(http://'+window.location.hostname+'/img/lotos.png)', 'background-repeat' : 'no-repeat'});
     $('#submenu3 li:first').css({
       'background-image' : 'url(http://'+window.location.hostname+'/img/bullet_rosa.png)', 
       'background-repeat' : 'no-repeat',
       'background-position' : '10px 3px'
     });
     $('#header').hide();
     $('#header').fadeIn(400);
     $('#submenu3').animate({height:45},{duration:300, complete: function() {
       // Animation complete.
       window.location.href=$(self).attr('href');
     }
     });
   }) 
 });
