.headline {
	color: #007280;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.headline2 {
	color: #007280;
	font-size: 14px;
	font-weight: bold;
}

.headline3 {
	color: #007280;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.maintext {
	color: #606161;
	font-size: 13px;
}

.maintextupper {
	color: #606161;
	font-size: 13px;
	text-transform: uppercase;
}

.zeileDunkelGrau {
	background-color: #1e97a2;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

.zelleHellGrau {
	background-color: #c8dde3;
	font-size: 13px;
	color: #606161;
}

