/* =================================================
   Styles Tabelle
================================================== */
table{
	position: relative;
	caption-side: bottom;
	border-spacing:0;
	border-collapse:collapse; 
	border-radius:0.1em;
	width: 100px;
	height: 1em;
}
table caption{
	font-size: 0.75em;
	text-align: left;
	padding-left: 6%;
	color: white;
}
/*
table{/*table, th, td{*//*
	position: relative;
	//border-collapse:collapse;
	border-radius:0.1em;
	width: 100px;
	height: 1em;
}
*/
tr{
	text-align: center;
	color: black;
}
th, td{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	/*border: 1px solid black;*/
	font-family: Arial;
	font-style: bold;
	font-size: 0.65em;
}
td{
	padding: 0;
}
thead th{
	font-family: Arial;
	font-size: 1.125em;
	background-color: white;
	color: #c32e04;
	}
.tbltabelle{
	border: 0px solid white;
	margin: 1% 0% 1% 0%;
	width: 100%;
	font-size: 1.25em;
}
.tblserie{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;		
}
