/* Farbige Tabelle */

table.dataTable {
	width: 99%;
	border-collapse: collapse;
}

table.dataTable td,
table.dataTable th {
	font-size: 0.8em;
	padding: 5px;
	border: 1px solid #408FC7;
}

table.dataTable td {
	background: #FFF;
	text-align: center;
}

table.dataTable th {
	color: #FFF;
	background: #A4BEDF;
	font-weight: normal;
}

table.dataTable thead th,
table.dataTable tr.thead th {
	color: #006BB3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	padding: 2px 5px;
}

/*---*/
