window.addEvent('domready', function(){
		var accordion = new Accordion('h4.atStart', 'div.atStart', {
			opacity: false,
			alwaysHide: true,
			show: showSubnaviItem,
			onActive: function(toggler, element){
				toggler.setStyle('font-size', '13px');
				toggler.setStyle('color', '#fff');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
				
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion'));
		
		var accordion2 = new Accordion('h4.atStart2', 'div.atStart2', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion2'));
		
		var accordion3 = new Accordion('h4.atStart3', 'div.atStart3', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion3'));
		
		var accordion4 = new Accordion('h4.atStart4', 'div.atStart4', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion4'));
		
		var accordion5 = new Accordion('h4.atStart5', 'div.atStart5', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion5'));
		
		var accordion6 = new Accordion('h4.atStart6', 'div.atStart6', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion6'));
		
		var accordion7 = new Accordion('h4.atStart7', 'div.atStart7', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion7'));
		
		var accordion8 = new Accordion('h4.atStart8', 'div.atStart8', {
			opacity: false,
			alwaysHide: true,
			show: -1,
			onActive: function(toggler, element){
				toggler.setStyle('font-weight', 'bold');
				toggler.setStyle('color', '#11608b');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_active.gif)';
			},

			onBackground: function(toggler, element){
				
				toggler.setStyle('font-weight', 'normal');
				toggler.setStyle('color', '#000');
				toggler.style.backgroundImage = 'url(fileadmin/templates/images/accordion_inactive.gif)';
				
			}
		}, $('accordion8'));


	});