                $(document).ready(function() {

                       $("a.fbox_standard").fancybox();

                        $("a.fbox_noverlay").fancybox({
                                'overlayShow'        : false,
                                'transitionIn'        : 'elastic',
                                'transitionOut'        : 'elastic',
                                'titlePosition'        : 'over'
                        });

                        $(".fbox_html").fancybox({
                                'width' : '75%',
                                'height' : '100%',
                                'autoScale' : false,
                                'transitionIn' : 'none',
                                'transitionOut' : 'none',
                                'centerOnScroll': true,
                                'type' : 'iframe'
                        });

                        $(".fbox_html_75").fancybox({
                                'width' : '75%',
                                'height' : '75%',
                                'autoScale' : false,
                                'transitionIn' : 'none',
                                'transitionOut' : 'none',
                                'centerOnScroll': true,
                                'type' : 'iframe'
                        });

                        $("a[rel=fbox_gruppe1]").fancybox();
                        $("a[rel=fbox_gruppe2]").fancybox();
                        $("a[rel=fbox_gruppe3]").fancybox();



                });
