function hide_div() 
{
	document.getElementById('oekobilanz').style.display = 'none';
}
