/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* Tabelle */

.tabelle {
	margin: 5px 0px;
}

.tabelle .spalte-01-links {
	text-align: left;
	font-weight: bold;
	width: 200px;
}

.tabelle .spalte-01-rechts {
	text-align: right;
	font-weight: bold;
	width: 200px;
}

.tabelle .spalte-01-mitte {
	text-align: center;
	font-weight: bold;
	width: 200px;
}

.tabelle .spalte-02-links {
	text-align: left;
	width: 400px;
}

.tabelle .spalte-02-rechts {
	text-align: right;
}

.tabelle .spalte-02-mitte {
	text-align: center;
}
