$(document).ready(function () {
	$(function() {
		$(".eventbalken").mouseover(function () {
			$(this).stop().animate({
				height: 120
			}).mouseout(function () {
				$(this).stop().animate({
				height: 100 
			}, "fast");
		});
	});
});

/************************
EVENTPICTURE
************************/
$(function() {
	$(".eventbalken_picture").mouseover(function () {
		$(this).stop().animate({
			backgroundPosition: "0px 0px",
		}).mouseout(function () {
			$(this).stop().animate({
				backgroundPosition: "0px -82px",
			}, "fast");
		});
	});
});

$(function() {
	$(".eventbalken_picture").click(function () {
		$(this).stop().animate({
			backgroundPosition: "0px -82px",
		}, "fast");
	});
});

$(function() {
	$(".eventbalken_picture2").click(function () {
		$(function() {
			$(".eventbalken_picture2").mouseover(function () {
				$(this).stop().animate({
					backgroundPosition: "0px 0px",
				}).mouseout(function () {
					$(this).stop().animate({
						backgroundPosition: "0px -82px",
					}, "fast");
				});
			});
		});
		$(this).stop().animate({
			backgroundPosition: "0px -82px",
		}, "fast");
	});
});

$(function() {
	$(".eventbalken_picture2").animate({backgroundPosition: "0px 0px"},{duration:1000, delay:1000});
}),


/************************
MENU
************************/



  $(function() {
$("#menu_txt1").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-30px -80px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}, "fast");
});
});
});


  $(function() {
$("#menu_txt2").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-30px -65px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}, "fast");
});
});
});


  $(function() {
$("#menu_txt3").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-0px -50px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}, "fast");
});
});
});

  $(function() {
$("#menu_txt4").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-0px -35px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}).click(function () {
$("#header").animate({
backgroundPosition: "-0px -35px",
}, "fast");

});
});
});
});


  $(function() {
$("#menu_txt5").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-0px -20px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}).click(function () {
$("#header").animate({
backgroundPosition: "-0px -20px",
}, "fast");
});
});
});
});


/************************
UNTERMENU
************************/



  $(function() {
$(".untermenu").mouseover(function () {
$("#header").stop().animate({
backgroundPosition: "-30px -80px",
}, "fast");
$(this).stop().animate({
marginLeft: 5
}).mouseout(function () {
$(this).stop().animate({
marginLeft: 0
}, "fast");
});
});
});


/************************
TOOLTIP
************************/

 $(function() {
$(".fb_rollover").tooltip();
});

});

/************************
NEWSLETTER
************************/


