$(document).ready(function(){

/*news*/

$('div#Content div.InactiveBox').live('click',function(){


tmp = $('.ActiveBox h1');
$('.ActiveBox h2').insertAfter(tmp);
tmp = $('.ActiveBox img.ArticlePicture').attr('src');
tmp1 = tmp.split('/uploads/');
tmp = tmp1[0] + '/uploads/t_h_u_m_b.' + tmp1[1];
$('.ActiveBox img.ArticlePicture').attr('src', tmp);


$('.ActiveBox').addClass('InactiveBox');

if(window.navigator.appName == "Microsoft Internet Explorer" || window.navigator.appName == "Opera" ){


$('.ActiveBox').children('div.rinnerbox').css({'height':'247px','overflow':'hidden',padding:'9px 0 0 12px',backgroundImage:'url("http://www.nachtraketen.de/design/_fff31.png")'});
$('.ActiveBox').children('b').children('b').css({backgroundImage:'url("http://www.nachtraketen.de/design/_fff31.png")'});
$('.ActiveBox').children('div.rinnerbox').animate({'height':'33px'},{queue:true});


}else{	


$('.ActiveBox').css({'height':'247px','overflow':'hidden',backgroundImage:'url("http://www.nachtraketen.de/design/_fff31.png")'});
$('.ActiveBox').animate({'height':'42px'},{queue:true});



};

$('.ActiveBox').removeClass('ActiveBox');

/*----*/
$(this).recover();
$(this).addClass('stupidiefix');
tmp = $('.stupidiefix h1');
$('.stupidiefix h2').insertBefore(tmp);
tmp = $('.stupidiefix img.ArticlePicture').attr('src');
tmp1 = tmp.split('/uploads/t_h_u_m_b.');
tmp = tmp1[0] + '/uploads/' + tmp1[1];
tmp = $('.stupidiefix img.ArticlePicture').attr('src', tmp);
$(this).removeClass('stupidiefix');
$(this).addClass('ActiveBox');

if(window.navigator.appName == "Microsoft Internet Explorer" || window.navigator.appName == "Opera" ){


$(this).children('div.rinnerbox').css({'height':'33px',padding:'12px 17px 14px 12px', backgroundImage:'url("http://www.nachtraketen.de/design/_fff23.png")'});
$(this).children('b').children('b').css({backgroundImage:'url("http://www.nachtraketen.de/design/_fff23.png")'});
$(this).children('div.rinnerbox').animate({'height':'247px'},{queue:true});


}else{

$(this).children().animate({opacity:'0'},{duration:20,queue:true});
$(this).css('height','42px');
$(this).animate({'height':'247px'},{queue:false});
$(this).children().animate({opacity:'1'},{queue:true, duration:2000,easing:'easeOutExpo'});
$(this).css({'opacity':0.8, backgroundImage:'url("http://www.nachtraketen.de/design/_fff23.png")'});$(this).animate({opacity:1},{duration:650, easing:'easeInSine', queue: false});


};
$(this).removeClass('InactiveBox');

});


})
