/*
Beispiel/Standard-Stylesheets für tshotel
Zur Anpassung nehmen Sie die entsprechenden Blöcke bitte in Ihre CSS-Datei auf

*/


/*Produktansicht*/

table.tshotel_produkt { width:517px;}
td.tshotel_produkttitel {
	font-size:16px;
	font-weight:800;
	padding-bottom:10;
	color:#C42421;
}
td.tshotel_leistungtitel {
	font-size:16px;
	font-weight:800;
}
td.tshotel_leistung {}

td.tshotel_produkttext {
	font-size:12px;
	font-weight:100;
	
}
td.tshotel_abpreiszeile {
	font-size:12px;
	font-weight:800;
	text-align:right;
}

ul.tshotel_leistung {}
li.tshotel_leistung {
	font-size:12px;
	font-weight:100;
	
}
td.tshotel_buchzeile {text-align:right;}
a.tshotel_buchlink {font-weight:800;font-size:12px;color:#C42421;}

/* Produktvorschau */
table.tshotel_pre_produkt { border:1px solid gray;}

td.tshotel_pre_produkttitel {
	height:60px;
	font-size:12px;
	font-weight:800;
	padding:5px;
	color:#C42421;
	background-color:#DED9CA;

}
/*
td.tshotel_pre_leistungtitel {
	font-size:14px;
	font-weight:100;
}
td.tshotel_pre_leistung {}
*/
td.tshotel_pre_produkttext {
	height:50px;
	font-size:11px;
	font-weight:100;
	padding:5px;
	background-color:#EEEEEE;
}
td.tshotel_pre_abpreiszeile {
	font-size:14px;
	font-weight:800;
	text-align:right;
	padding:5px;
	background-color:#EEEEEE;
}
span.produkt_pre_ppers {
	font-size:12px;
	font-weight:100;
	color:gray;
}
ul.tshotel_pre_leistung {}
li.tshotel_pre_leistung {
	font-size:14px;
	font-weight:100;
	
}
td.tshotel_pre_detailzeile {
	text-align:right;
	padding:5px;
	background-color:#DED9CA;
	
}
a.tshotel_pre_detaillink {font-weight:800;}

/*Themenliste*/
a.tshotel_thema_link {font-weight:800;font-size:16px;color:white;}

/* Preistabelle */
table.tshotel_ppreistabelle { width:100%;margin-top:10;}
table.tshotel_psaisontabelle  { width:100%;font-size:14px;}
td.tshotel_ppreisinnen { vertical-align:top;border:1pt solid #AAAAAA;padding:10;}
td.tsprodukt_psaison_topline {text-align:right;height:10;font-size:14px;color:gray;}
tr.tsprodukt_psaison_headline {font-size:14px;}	
td.tsprodukt_psaison_headcol {width:60;text-align:center;border-left:1px solid #BBBBBB;}	
tr.tsprodukt_psaison_line {}
td.tsprodukt_psaison_firstcol {border-top:1px solid #BBBBBB;}
td.tsprodukt_psaison_seccol {border-top:1px solid #BBBBBB;}
td.tsprodukt_psaison_pcol {text-align:center;vertical-align:top;border-top:1px solid #BBBBBB;border-left:1px solid #BBBBBB;}

/* Zusatzleistungen */
table.tshotel_pzusatztabelle  { width:100%;font-size:14px;}
td.tshotel_pzusatzinnen { vertical-align:top;border:1pt solid #AAAAAA;padding:10;}
td.tsprodukt_pzusatz_topline {font-weight:800;height:10;font-size:14px;}
tr.tsprodukt_pzusatz_headline {font-size:14px;background-color:#FFDA9F;}	
td.tsprodukt_pzusatz_headcol {width:80;text-align:center;border-left:1px solid #BBBBBB;}	
tr.tsprodukt_pzusatz_line {}
td.tsprodukt_pzusatz_firstcol {border-top:1px solid #BBBBBB;}
td.tsprodukt_pzusatz_col {text-align:center;vertical-align:top;border-top:1px solid #BBBBBB;border-left:1px solid #BBBBBB;}




