// JavaScript Document


if(document.title.search('kontakt')){
	document.getElementById('kontakt-link').style.color = '#EE8023';
	
}
