// JavaScript Document
$(document).ready(function() {

$('.LinkListe.Top li').mouseenter(function(event){$(this).find('ul').fadeIn();}).mouseleave(function(){$(this).find('ul').fadeOut();}); $('#Search').focus(function(event){var Value = $(this).val();if(Value == 'Suchen...'){ Value = '';}$(this).val(Value);}).blur(function(){if($(this).val() == ''){ $(this).val('Suchen...')};});$('#Fade img').fadeIn(1500, function(){ $('#ShowText').slideDown(); });$(function(){$( "#JobAccordion" ).accordion();});$(document).ready(function(){$('a[href=#top]').bind("click", function(event){		event.preventDefault();var ziel = "body";$('html,body').animate({scrollTop: $(ziel).offset().top}, 500 , function (){location.hash = ziel;});});return false;});

return false;
});


$(document).ready(function() {	
	$("a.ImageLightbox").fancybox({
		'titlePosition' 	: 'over',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'overlayColor'		: '#000'
	});
});
