/*
*  Initialisierungen
*/
jQuery.noConflict();


jQuery(window).load(function() {
  var options = {
    handleOversize: 'resize',
    handleUnsupported:  'remove',
    counterType:  'default',
    autoplayMovies:true
  };
  Shadowbox.init(options);
});
jQuery(document).ready(function() {
if(jQuery("#flyout").length>0) {

  jQuery("#flyout").accordion({ header: 'dt', animated: 'easeslide', selectedClass: 'active', active: '.selected', autoHeight: false, clearStyle: true});
}
});


