.blue {
	background: inherit;
	color: #99CC00;
	text-transform: uppercase;
	font-weight: bold;
}

.pumpkin{
	background: inherit;
	color: #0099FF;
	text-transform: uppercase;
	font-weight: bold;
}

.ueberschrift{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 10px 0 0;
	display: block;
}

.tabellenzeile_hellgrau {
	background: #eee;
}

.tabellenzeile_grau {
	background: #ccc;
}

.tabellenzeile_hellgruen {
	background: #E7EFD8;
}


.tabellenzeile_gruen {
	background: #B0CB7D;
}

.tabellenzeile_blau {
	background: #B5D8EE;
}
