                $(document).ready(function() {

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

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

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

                        $("a[rel=wirundwohnhaus]").fancybox();
                        $("a[rel=krippenkinder]").fancybox();
                        $("a[rel=kindergarten]").fancybox();
                        $("a[rel=teenies]").fancybox();
                        $("a[rel=arbeiterinnen]").fancybox();
                        $("a[rel=melken]").fancybox();
                        $("a[rel=hofladen]").fancybox();
                        $("a[rel=garten]").fancybox();
                        $("a[rel=schwerpunkte]").fancybox();
                        $("a[rel=hofstelle]").fancybox();
                        $("a[rel=pioranen]").fancybox();

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

                });
