.text {
	text-align: center;
	font-weight: bolder;
	color: aliceblue;	
}

.text2 {
	color: darkgreen;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
}

.text3 {
	color: #eef29f;
	text-align: center;
	font-weight: bolder;
}

table,
th,
td,
caption {
	border: thin solid #a0a0a0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	/* Verhindert, dass HTML-Tabellen zu breit werden */
	max-width: 100%;
}

th,
td {
	font-weight: normal;
	text-align: left;
	color: black;
	background-color: blanchedalmond;
}

th,
caption {
	background-color: #f1f3f4;
	font-weight: 700;
}

th,
td,
caption {
	padding: .4em .6em;
}

caption {
	text-align: center;
	color: darkred;
	border-width: thin thin 0 thin;
}

table.finanz td {
	text-align: center;
}

table.finanz tr.result>* {
	border-top-width: medium;
}