$(document).ready(function() {
/*
	//Werbebanner
	$('div.tx-rlmpflashdetection-pi1').fadeOut('slow');

	$('div#angebot').css({
		'border' : '1px solid gray',
		'background-image' : 'url(fileadmin/angebot/angebotH.jpg)',
		'display' : 'inline',
		'cursor' : 'pointer'
		//'opacity' : '0.1',

	});

	$('div#angebot').animate({
		'left' : '+=50%'
	}, 'slow');

	$('div#angebot').mouseover(function (){
		$('#angebotWechsel').fadeIn(2000);
	});

	$('div#angebot').click(function () {
		$(this).fadeOut('slow');
	});

	$('div#angebot').click(function () {
		$('div.tx-rlmpflashdetection-pi1').fadeIn('slow');
	});
*/
});
