$(document).ready(function(){
/* ### Beginn ### */

/* LightBox */
		$('.galerie').lightBox();
		
	
	
/* Popup Fenster */
        $('.popup').click(function(){
            open(this.href, 'f', 'height=400, width=400, resizable=yes, scrollbars=no');
                return false;
        });

/* Blur */
   $('a').attr('onfocus','this.blur()');
   


		
/* Lupe für Bilder 
	var zaehler = 1;
	var laenge = $('a.lupe').size();
		
		$('a.lupe').wrap('<div class="lupeaussen" />');
		
		$('div.lupeaussen').each(function(){									
			var bildbreite = $('a#lupe3').children('img').width();
			
			$(this).css({
				"width": bildbreite,
				"position": "relative"
			});   
		}); 
		
		$('div.lupeaussen').append('<div class="bild"></div>');	
		
		
*/

/* ### Ende ### */
});





	

