jQuery.noConflict();
jQuery(document).ready(function($) {
	$(document).ready(function(){
							   

		//$('#body02').css({'background':'url(fileadmin/templates/images/bg.jpg) no-repeat top center fixed #000000'});
		
        //$('#body02').hover(function () {$(this).css({'background-color':'#000000'});});
		
		/*$('#body02').load(
							function () {
								$(this).css({'background':'url(fileadmin/templates/images/bg.jpg) no-repeat top center fixed #ffffff'});
								},
								function () {
								$(this).css({'background':'url(fileadmin/templates/images/bg.jpg) no-repeat top center fixed #000000'});
								}
								
								);*/
		//$('#body02').css({'background-color':'url(#000000'});


			//$('#body02').css('backgroundColor','#000000');
		//alert (this.id)

							   

		//JQuery ready is quicker than onload
		$(".contenttable tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});
		$(".contenttable tr:nth-child(odd)").addClass("alt");
		var jetzt = new Date();
		$.tools.dateinput.localize('de', {
			   months: 'Januar,Februar,März,April,Mai,Juni,Juli,August,September,Oktober,November,Dezember',
			   shortMonths:  'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Okt,Nov,Dez',
			   days:         'Sonntag,Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag',
  			   shortDays:    'So,Mo,Di,Mi,Do,Fr,Sa'
			   
			});
		$(":date").dateinput({
							 format: 'dd. mmmm yyyy',
							 max: jetzt,
							 firstDay: 1,
							 lang: 'de'
							 });
			
	});
});
function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
    }

