// <!--
window.addEvent('domready', function() {
  var fx = [];
  $$('#hintergrund div').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#gallery').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#galleryband').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#textmenu').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#textverlangen').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#textangstsitzt').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#textblablabla').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#textvatermeinjungeich').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#logo div').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#menu1 div').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#menu2 div').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#menu3 div').each(function(drag) { new Drag.Move(drag, {}); });
  $$('#menu4 div').each(function(drag) { new Drag.Move(drag, {}); });
});
// -->

