#inhalt table {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid #731713;
}

#inhalt th, #inhalt td {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #731713;
	font-size: 0.85em;

}

#inhalt th {
	background-color: #F0E68C;
	font-weight: bold;
	text-align: center;
}

#inhalt td.datum {
	text-align: right;
	white-space: nowrap;
}

#inhalt p {
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

