
/*Bilder*/
$(document).ready(function() {
	$("a.zoom").fancybox();
	$("area.zoom").fancybox();

	$("a.zoom1").fancybox({
		'overlayOpacity'	:	0.7,
		'overlayColor'		:	'#FFF'
	});

	$("a.zoom2").fancybox({
		'zoomSpeedIn'		:	500,
		'zoomSpeedOut'		:	500
	});
});
jQuery(document).ready(function(){
				jQuery('#parallax').jparallax();
			});
$(function() {
		// set opacity to nill on page load
		$("#navigation span").css("opacity","0");
		// on mouse over
		$("#navigation span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "slow");
		},
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	});
$(function() {
		// set opacity to nill on page load
		$("#navigation_ende span").css("opacity","0");
		// on mouse over
		$("#navigation_ende span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "slow");
		},
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	});
$(function() {
		// set opacity to nill on page load
		$("#socialnetwork span").css("opacity","0");
		// on mouse over
		$("#socialnetwork span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "slow");
		},
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	});
$(function() {
		// set opacity to nill on page load
		$("#socialnav span").css("opacity","0");
		// on mouse over
		$("#socialnav span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "slow");
		},
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	});	