Cufon.replace("#nav li .btn", { hover: true , fontFamily:'Myriad Pro' });

Cufon.replace("body > #header >.keywords>#tag_words>#tag1", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords>#tag_words>#tag2", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords>#tag_words>#tag3", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords>#tag_words>#tag4", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords>#tag_words>#tag5", { hover: true , fontFamily:'Myriad Pro' });

Cufon.replace("body > #header >.keywords-solutions>#tag_words-solutions>#tag1", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords-solutions>#tag_words-solutions>#tag2", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords-solutions>#tag_words-solutions>#tag3", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords-solutions>#tag_words-solutions>#tag4", { hover: true , fontFamily:'Myriad Pro' });
Cufon.replace("body > #header >.keywords-solutions>#tag_words-solutions>#tag5", { hover: true , fontFamily:'Myriad Pro' });


Cufon.replace("body >#container >#content >.home-right h3",'Myriad Pro');
Cufon.replace("h2",'Myriad Pro');
Cufon.replace("h3",'Myriad Pro');
Cufon.replace("h4",'Myriad Pro');

$(document).ready(function(){
	

$("#unternehmenH").mouseover(function()
	{ 
	  $("#unternehmen").css('background-color','#c1f0a0'); 
	}).mouseout(function()
	{	  
	   $("#unternehmen").css('background-color','transparent');				    
	});  
		
$("#losungenH").mouseover(function()
	{ 
	  $("#losungen").css('background-color','#c1f0a0'); 
	}).mouseout(function()
	{	  
	   $("#losungen").css('background-color','transparent');				    
	});   

	
$(".fadehover#box1").hover(
function() {$(".white#one").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#one").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover#box2").hover(
function() {$(".white#two").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#two").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover#box3").hover(
function() {$(".white#three").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#three").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover#box4").hover(
function() {$(".white#four").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#four").stop().animate({"opacity": "1"}, "slow");});


// Company left box
$(".fadehover2#box1").hover(
function() {$(".white#one").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#one").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover2#box2").hover(
function() {$(".white#two").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#two").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover2#box3").hover(
function() {$(".white#three").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#three").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover2#box4").hover(
function() {$(".white#four").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#four").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover2#box5").hover(
function() {$(".white#five").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#five").stop().animate({"opacity": "1"}, "slow");});

$(".fadehover2#box6").hover(
function() {$(".white#six").stop().animate({"opacity": "0"}, "slow");},
function() {$(".white#six").stop().animate({"opacity": "1"}, "slow");});


$("#prize").jshowoff(); 	

});
 
