/* Kurszeile 1 */
.headline {
	color: #005ca5;
}
/* Kurszeile 2 */
.subheadline {
	color: #666666;
}

/* Rahmenfarbe der Tabelle */
.table_prices {
	background-color: #FFFFFF;
}

/* Hintergrundfarbe der Unterkunftsarten */
.table_prices th {
	background-color: #CBE5FA;
}

/* Textfarbe der Überschriften der Unterkunftsarten */
.table_prices th h2 {
	color: #005ca5;
}

/* Farbe und Textfarbe eines normalen Tabellenfeldes */
.table_prices td {
	background-color: #F4F4F4;
	color: #666666;
}

/* Überschriften des Addontexts */
p h2, div h2, h2, th {
	color: #005ca5;
margin-top:5px;
margin-bottom:5px;
}

/* Textfarbe */
li {
    font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; font-weight:normal; text-align:left;  list-style-image:url(../images/arrow.png); margin-left:20px;
}
p { 
color: #666666;
}

