/*  praesent css - 20.06.2024
----------------------------  */


.table {
	width: 960px;
	display: table;
	border-collapse: collapse;
	/*left: 50px;
	top: 700px;
	table-layout: fixed;*/
}

.tr {
	display: table-row;
}

.tdLeer {
	width: 26px;
	display: table-cell;
	padding-top: 100px;
}

.tdInhalt {
	display: table-cell;
	width: 890px;
	vertical-align: bottom;
	text-align: center;
}


.tdInhaltText {
	display: table-cell;
	width: 448px;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}

.oben {
	padding-top: 50px;
}