/*
 * aktuelle Messwerte
 */

$(document).ready(function () {
	
	$("th").addClass("center");	
	$("td").addClass("center");
	
	$("tr th:first-child").removeClass("center");
	$("tr td:first-child").removeClass("center");
});
