.text{
  text-align: center;
}
.text1{
  text-align: center;
  color: #5a0303;
  font-weight: bold;
  text-decoration: underline;
}
.text2{
  text-align: center;
  color: #f13434;
  font-weight: bold;
}
.text3{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.text4{
  color: #f13434;
  font-weight: bold;
}
.text5{
  text-decoration: underline;
}
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;
  background-color: blanchedalmond;
}

th,
caption {
	background-color: #f1f3f4;
	font-weight: 700;
}

th,
td,
caption {
	padding: .4em .6em;
}

caption {
	text-align: center;
	border-width: thin thin 0 thin;
}

table.finanz td {
	text-align: center;
}

table.finanz tr.result > * {
	border-top-width: medium;
}
