//wenn dokument ready - funktionen bereitstellen
$().ready(function() {


// ---------------------------------------------------------------------------
// Fancybox
// ---------------------------------------------------------------------------
  $('.lightbox').fancybox({
		'overlayColor'	: '#000',
		'overlayOpacity':	0.4,
		'padding': 5,
		'speedOut': 200,
		'titlePosition': 'over'
	});


// ---------------------------------------------------------------------------
// Accordion
// ---------------------------------------------------------------------------

      // $("#accordion").accordion({  active:false,collapsible: true,clearStyle: true });

// ---------------------------------------------------------------------------
// JQuery Tools Slider
// ---------------------------------------------------------------------------

  	// initialize scrollable
   // $(".scrollable").scrollable({ circular:true });


    //$('#anmeldeForm').validate();
// ---------------------------------------------------------------------------
// Schluss der Function
// ---------------------------------------------------------------------------

});




