$(document).ready(function(){
	
	// check if ie6
	if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 6) {
		location = 'http://web111.red.stuon.com/ie6-warning.html';
	}

	// post of login-form
	$('#submit_login_form').click(function(){
		alert($('#login_form').serialize());
	});
	
	// newsboxes
	$('.newsboxes .newsbox').last().css('marginRight', '0px');
	
	$('#multi-ddm .hauptebene').click(function(){
		location= $(this).find('a').attr('href');
	});
	
	// news startseite (bei div-klick)
	$('.news-startseite').click(function(){
		location = $(this).find('a').attr('href');
	});
	
	$(".lightbox").lightbox();
	
	// var css = ['child-hover1', 'child-hover2', 'child-hover3', 'child-hover4'];
	// $('#multi-ddm').dropDownMenu({timer: 500, parentMO: 'parent-hover', levels: css});
	
	$('.cycle_pics').cycle({
		fx:     'fade', 
		speed:   2000, 
		timeout: 4000,
		random:  1
	});
	
	// default values
	$("#quick_search").defaultvalue("SUCHE");
	
	// $('#multi-ddm .hauptebene').last().css('marginRight', '0px');
	// $('#multi-dmm .hauptebene').css('opacity', 0.5);
	// $('#multi-dmm .hauptebene').hover(function(){
	// 	alert('bla');
	// });
});
