
.tabellenkopf {
	text-align: center;
	border-top: 1px dotted #7e99d0;
	border-bottom: 1px dotted #7e99d0;
	color: #7e99d0;
}

.tabelle_linke_spalte {
	text-align: left;
	color: #1a366e;
	border-right: 1px dotted #7e99d0;
}

.tabelle_inhalt_zentriert {
	text-align: center;
	color: #1a366e;
}

td {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

table {
	padding: 0px;
	margin: 0px;
}