table.Termine {
	font-size: 8pt;
}

tr.TermineHeader {
	font-weight: 800;
	background-color: #6497D8;
	color: white;
	/* Ueberschrift der Tabelle */
}

td.TermineHeaderLeistungen {
	font-weight: 800;
	color:red;
	background-color:white;
	border: #6497D8 2px solid;
}

tr.TermineMonth {
	font-weight: 800;
	background-color: #6497D8; /* Monats-Trenner */
	color: white;
}

td.TermineNr {
	text-align: center; /* Fahrtnummer innerhalb der Tabelle */
	width:20px;
}

td.TermineTermin {
	font-weight: 800;
	text-align: center; /* Termine in der Tabelle */
	width:100px;
}

td.TermineGebiet {
	font-weight: 500; /* Skigebiete in der Tabelle */
	width:90px;
}

td.TermineBezeichnung {
	font-weight: 500; /* Fahrtbezeichnung innerhalb der Tabelle */
	width:250px;
}

td.TermineBezeichnungSkiareas {
	font-weight: 500; /* Fahrtbezeichnung innerhalb der Tabelle bei den Skigebieten*/
	width:320px;
}

td.TermineRoute {
	text-align: center; 
	padding: 0 2px;
}

td.TermineSkitage {
	font-weight: 500;
	text-align: center; /* Skitage innerhalb der Tabelle */
	padding: 0 2px;
}

td.TerminePreis {
	font-weight: 800;
	text-align: right; /* Preis innerhalb der Tabelle */
	padding: 0 2px;
}

td.TermineAmpel {
	text-align: center; /* Ampel innerhalb der Tabelle */
	width:20px;
}

td.TermineBuchen {
	width:40px;
text-align:center;
}

td.TermineInfo {
	width:25px;
text-align:center;
}

tr.white {
	background-color: White; /* Weisse Zeilen */
}

tr.gray {
	background-color: #E2E2E2;  /* Graue Zeilen */
}

h1.termine_header
{
text-align:center;
}
td.gebiete_name
{
width:200px;
font-size:1.2em;
font-weight:800;
}

td.gebiete_termine
{
width:100px;
font-size:1.2em;
font-weight:800;
}

td.gebiete_hoehe
{
width:70px;
font-size:1.2em;
font-weight:800;
}

td.gebiete_pistenkm
{
width:70px;
font-size:1.2em;
font-weight:800;
}

td.gebiete_hotelkategorien
{
width:196px;
}

td.gebiete_party
{
width:120px;
}
div.hotel_legend
{
height:40px;
align-vertical:top;
font-size:1.1em;
font-weight:800;
float:left;
width:55px;
}

div.hotel_legend_text
{
align-vertical:top;
font-size:1em;
font-weight:800;
float:left;
width:130px;
margin-top:6px;
}