function fitWindow() {
	document.getElementById('divGrafiken').style.height=document.getElementById('divInhalte').clientHeight-180+'px';
};