jQuery(document).ready(function(){

	var linkCo = jQuery('#contentBereich h4').prepend('<span class="landingLinkImg"><img src="fileadmin/template/layout/button-rot.png" alt="" /></span>');
	if(jQuery('.csc-frame-indent').length > 0) {
		jQuery('#contentBereich').append('<div class="linkContainer"></div>');
	}
	jQuery('.linkContainer').append(linkCo);

	jQuery('.csc-frame-indent').hide();
	jQuery('.csc-frame-indent3366').eq(0).show();
	jQuery('#contentBereich h4').eq(0).addClass('lSelected');
	jQuery('#contentBereich h4').eq(0).find('.landingLinkImg').remove();
	jQuery('#contentBereich h4').eq(0).prepend('<span class="landingLinkImg"><img src="fileadmin/template/layout/button-grau.png" alt="" /></span>');

	jQuery('#contentBereich h4').eq(0).click(function(){
		jQuery('.csc-frame-indent').hide();
		jQuery('.csc-frame-indent3366').eq(0).show();
		jQuery('#contentBereich h4').removeClass('lSelected');
		jQuery(this).addClass('lSelected');
		jQuery('#contentBereich h4').find('img').attr('src','fileadmin/template/layout/button-rot.png');
		jQuery(this).find('img').attr('src','fileadmin/template/layout/button-grau.png');
		jQuery(document).scrollTop(0);
	});
	
	jQuery('#contentBereich h4').eq(1).click(function(){
		jQuery('.csc-frame-indent3366').hide();
		jQuery('.csc-frame-indent').hide();
		jQuery('.csc-frame-indent').eq(0).show();
		jQuery('#contentBereich h4').removeClass('lSelected');
		jQuery(this).addClass('lSelected');
		jQuery('#contentBereich h4').find('img').attr('src','fileadmin/template/layout/button-rot.png');
		jQuery(this).find('img').attr('src','fileadmin/template/layout/button-grau.png');
		jQuery(document).scrollTop(0);
	});
	
	jQuery('#contentBereich h4').eq(2).click(function(){
		jQuery('.csc-frame-indent3366').hide();
		jQuery('.csc-frame-indent').hide();
		jQuery('.csc-frame-indent').eq(1).show();
		jQuery('#contentBereich h4').removeClass('lSelected');
		jQuery(this).addClass('lSelected');
		jQuery('#contentBereich h4').find('img').attr('src','fileadmin/template/layout/button-rot.png');
		jQuery(this).find('img').attr('src','fileadmin/template/layout/button-grau.png');
		jQuery(document).scrollTop(0);
	});
	
	jQuery('#contentBereich h4').eq(3).click(function(){
		jQuery('.csc-frame-indent3366').hide();
		jQuery('.csc-frame-indent').hide();
		jQuery('.csc-frame-indent').eq(2).show();
		jQuery('#contentBereich h4').removeClass('lSelected');
		jQuery(this).addClass('lSelected');
		jQuery('#contentBereich h4').find('img').attr('src','fileadmin/template/layout/button-rot.png');
		jQuery(this).find('img').attr('src','fileadmin/template/layout/button-grau.png');
		jQuery(document).scrollTop(0);
	});
	
	jQuery('#contentBereich h4').eq(4).click(function(){
		jQuery('.csc-frame-indent3366').hide();
		jQuery('.csc-frame-indent').hide();
		jQuery('.csc-frame-indent').eq(3).show();
		jQuery('#contentBereich h4').removeClass('lSelected');
		jQuery(this).addClass('lSelected');
		jQuery('#contentBereich h4').find('img').attr('src','fileadmin/template/layout/button-rot.png');
		jQuery(this).find('img').attr('src','fileadmin/template/layout/button-grau.png');
		jQuery(document).scrollTop(0);
	});

});
