﻿function meineMasse(){
		 var myWidth = screen.availWidth;
		 var myHeight = document.body.offsetHeight;		 
		 document.getElementById('content').style.height = myHeight - 190;			 	
		 }
