/* <![CDATA[ */	
		
		$(document).ready(function() {
			var loader = "<img src=\"bilder/load01.gif\" class=\"load\" alt=\"L&auml;dt&hellip;\" />";
			$('.image').hide();
			$('.image_frame').append(loader);
			$(window).load( function() {
				$('.load').hide();
				$('.image').fadeIn('slow');
			});
			
		});
		/* ]]> */
