$(document).ready(function() {

$('#slogan a, .bestellen a, .startbestellen').fancybox({
        'width' : 700,
        'height' : 468,
        'overlayColor' : '#000',
        'type' : 'iframe' 
    });

});


