$(document).ready(function(){
	
	$('.menu a img').fadeTo('fast', 0.01);
	
	$('.menu a img').mouseover( function() {
		$(this).fadeTo('medium',1.0); 
	});
	$('.menu a img').mouseout( function() {
		$(this).fadeTo('medium',0.01); 
	});
	
	
	$('.homebuttons a img').fadeTo('fast', 0.01);
	
	$('.homebuttons a img').mouseover( function() {
		$(this).fadeTo('medium',1.0); 
	});
	$('.homebuttons a img').mouseout( function() {
		$(this).fadeTo('medium',0.01); 
	});
	
	
	/*$('.holzher').flash(   {   
	swf: 'swf/banner112010.swf',
	width:182,
	height:196
	})*/
	
/*	$('.head').flash(   {
	swf: 'banners/kral042011.swf',
	width:775,
	height:196
	})
*/	
	$("#message").fadeIn('fast').delay(1500).fadeOut("slow");
	
});
	
