$(function() {
 $('#Main_SlideShow').cycle();
 $('#Main_SlideShow').show();

 $("#Main_Map1").colorbox();
 $("#Main_Map2").colorbox();

 $("#Footer_Sitemap").colorbox({width:"660px", height:"450px", iframe:true});
 $("#Footer_Impressum").colorbox({width:"660px", height:"450px", iframe:true});
 $("a[rel='Content_Form']").colorbox({width:"800px", height:"550px", iframe:true, arrowKey:false});
// $("a.Main_Print").colorbox({width:"660px", height:"450px", iframe:true});
});

