﻿/* CSS table */
table {
	width: auto;
	font-family: Arial;
	font-size: medium;
	background-color: white;
	}
td {
	width: auto;
	font-size: medium;
	border-left: 2px black; 
	border-left-style: double;
	border-top: 1px black;
	border-top-style: double;
	font-family: Arial;
	text-align: left;	
	height: 20px;
	font-size: small;
	background-color: white;
}
td.wert {
	width: 20px;
	font-size: small;
	border-left: 2px black; 
	border-left-style: double;
	border-top: 1px black;
	border-top-style:double;
	font-family: Arial;
	text-align: center;
	height: 20px;
	font-size: small;
	background-color: white;
}

}
