// JavaScript Document
// --------------------------------------------
	$(document).ready(function() {
		$("#startseite").mouseover(function(){
				$(".sub7").not('#active').stop().animate({height: '0px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub7").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#aktuelles").mouseover(function(){
				$(".sub1").not('#active').stop().animate({height: '34px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub1").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#krippe").mouseover(function(){
				$(".sub2").not('#active').stop().animate({height: '51px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub2").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#about").mouseover(function(){
				$(".sub3").not('#active').stop().animate({height: '51px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub3").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#galerie").mouseover(function(){
				$(".sub4").not('#active').stop().animate({height: '0px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub4").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#lageplan").mouseover(function(){
				$(".sub5").not('#active').stop().animate({height: '50px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub5").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------
	$(document).ready(function() {
		$("#kontakt").mouseover(function(){
				$(".sub6").not('#active').stop().animate({height: '50px', opacity: '1'}, 200)
			}).mouseout(function(){
				$(".sub6").not('#active').stop().animate({height: '0px', opacity: '0'}, 200)
  			});
		});
// --------------------------------------------

