//<![CDATA[

$(document).ready(function(){
	$("#left .box").css("cursor", "pointer");
	$("#box-1").mouseover(function(){
		$("#box-1 .box.top").css("background", "url(./css/basic/box-top-active-bg.gif) left top no-repeat");
		$("#box-1 .box.center").css("background", "#eaeaea url(./css/basic/box-center-active-bg.gif) left top repeat-x");
		$("#box-1 .box.bottom").css("background", "url(./css/basic/box-bottom-active-bg.gif) left bottom no-repeat");
	}).mouseout(function(){
		$("#box-1 .box.top").css("background", "url(./css/basic/box-top-bg.gif) left top no-repeat");
		$("#box-1 .box.center").css("background", "#efefef url(./css/basic/box-center-bg.gif) left top repeat-x");
		$("#box-1 .box.bottom").css("background", "url(./css/basic/box-bottom-bg.gif) left bottom no-repeat");
	}).click(function(){
		window.location.href = "partnerschaft.html"
	});
	$("#box-2").mouseover(function(){
		$("#box-2 .box.top").css("background", "url(./css/basic/box-top-active-bg.gif) left top no-repeat");
		$("#box-2 .box.center").css("background", "#eaeaea url(./css/basic/box-center-active-bg.gif) left top repeat-x");
		$("#box-2 .box.bottom").css("background", "url(./css/basic/box-bottom-active-bg.gif) left bottom no-repeat");
	}).mouseout(function(){
		$("#box-2 .box.top").css("background", "url(./css/basic/box-top-bg.gif) left top no-repeat");
		$("#box-2 .box.center").css("background", "#efefef url(./css/basic/box-center-bg.gif) left top repeat-x");
		$("#box-2 .box.bottom").css("background", "url(./css/basic/box-bottom-bg.gif) left bottom no-repeat");
	}).click(function(){
		window.location.href = "investment-kriterien.html"
	});
	$("#box-3").mouseover(function(){
		$("#box-3 .box.top").css("background", "url(./css/basic/box-top-active-bg.gif) left top no-repeat");
		$("#box-3 .box.center").css("background", "#eaeaea url(./css/basic/box-center-active-bg.gif) left top repeat-x");
		$("#box-3 .box.bottom").css("background", "url(./css/basic/box-bottom-active-bg.gif) left bottom no-repeat");
	}).mouseout(function(){
		$("#box-3 .box.top").css("background", "url(./css/basic/box-top-bg.gif) left top no-repeat");
		$("#box-3 .box.center").css("background", "#efefef url(./css/basic/box-center-bg.gif) left top repeat-x");
		$("#box-3 .box.bottom").css("background", "url(./css/basic/box-bottom-bg.gif) left bottom no-repeat");
	}).click(function(){
		window.location.href = "beteiligungen.html"
	});
	$("#box-4").mouseover(function(){
		$("#box-4 .box.top").css("background", "url(./css/basic/box-top-active-bg.gif) left top no-repeat");
		$("#box-4 .box.center").css("background", "#eaeaea url(./css/basic/box-center-active-bg.gif) left top repeat-x");
		$("#box-4 .box.bottom").css("background", "url(./css/basic/box-bottom-active-bg.gif) left bottom no-repeat");
	}).mouseout(function(){
		$("#box-4 .box.top").css("background", "url(./css/basic/box-top-bg.gif) left top no-repeat");
		$("#box-4 .box.center").css("background", "#efefef url(./css/basic/box-center-bg.gif) left top repeat-x");
		$("#box-4 .box.bottom").css("background", "url(./css/basic/box-bottom-bg.gif) left bottom no-repeat");
	}).click(function(){
		window.location.href = "management.html"
	});
});


//]]>
