/* Kurszeile 1 */
.headline {
	color: #C46510;
	font-size:12px;
}
/* Kurszeile 2 */
.subheadline {
	color: #C46510;
	font-size:14px; 
}
+
/* Rahmenfarbe der Tabelle */
.table_prices {
	background-color: #11626E;
}

/* Hintergrundfarbe der Unterkunftsarten */
.table_prices th {
	background-color: #C46510;
}

/* Textfarbe der Überschriften der Unterkunftsarten */
.table_prices th, h2, td nowrap, {
	color: #11626E;
	font-size:14px;
}

/* Farbe und Textfarbe eines normalen Tabellenfeldes */
.table_prices td, td nowrap, th {
	background-color:#FFE794;
	color:#11626E;
	font-size:14px;
}

/* Überschriften des Addontexts */
p h2, div h2, h2, th, div {
	color: #11626E;
	font-size:14px;
	text-align:left;
}

/* Text */
p,p h2, div, h2, h2, li, th, td {
	color: #11626E;
	font-size:12px;
	text-align:left;
}
