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