/*
TravelSpider - CSS 
Layout  v. 1.00
erstellt von Sebastian Lischka (sl@travelspider.de) Evgeni Kunz (info@travelspider.de)
22.06.2005 18:39 Uhr
--------------------
*/

	body,td,input,select,h1 {
	    FONT-FAMILY: Gill Sans, sans-serif;
		font-size: 9pt;
	}
	
	body#site {
		 background-color: #FFFBF0;
	}

	a:link {
		text-decoration: none;
		color: #000000;
	}
	
	a:visited {
		text-decoration: none;
		color:#000000;
	}
	
	a:active {
		text-decoration: underline;
		color: #000000;
	}
	
	a:hover {
		color: #3894d8;
		text-decoration: underline;
	}
	
	/* Textfarbe, welche bei Overlib aktiv sein soll */ 
	.help_hover {
		color: #587C4C;
	}
	
	/* Textfarbe nach Overlib */
	.help_normaly {
		color: #000000;
	}
	
	/* Textfarbe für Hinweissterne */
	.color_notice_star {
		color: #ff0000;
	}
	
	/* Hintergrundfarbe bei Maske (mehr Informationen) */
	.color_more_infos {
		background-color: #FFDE7C;
	}
	
	/* Textfarbe für Hinweistexte */
	h1 {
		margin: 0px;
		padding: 0px;
		color: #4C7BFF;
		font-weight: normal;
	}
	
	
	/* Allgemeine Pauschaleigenschaften */
	
	.table_title {
		background-color: #E64622;
		color: #000000;
		font-size: 10pt;
		font-weight: bold;
		background-image: url('http://www.tsweb.at/files/45/bgtop.jpg');
	}
	
	.table_title a:link, a:visited{
		color: #000000;
		font-size: 10pt;
		font-weight: bold;
	}
	
	
	
	.table_title_left {
		background-color: #E64622;
		background-image: url('http://www.tsweb.at/files/45/bgtop.jpg');
	}
	.table_title_right {
		background-color: #E64622;
		width: 7px;
		background-image: url('http://www.tsweb.at/files/45/bgtop.jpg');
	}

	.table_title_left_ssl {
		background-color: #5C9DDE;
		background-image: url('https://www.tsweb.at/files/26/gfx/bg_mid.jpg');
		background-repeat: no-repeat;
		width: 1px;
	}
	.table_title_right_ssl {
		background-color: #5C9DDE;
		background-image: url('https://www.tsweb.at/files/26/gfx/bg_mid.jpg');
		width: 7px;
	}
	
	/* Pauschal Seite 1 */
	.allin1_table_country  td {
		FONT-FAMILY: Gill Sans, sans-serif;
		background-color: #FFFFCC;
		font-weight: bold;
	}
	.allin1_table_country_price {
		color: 579DE3;
		font-weight: bold;
	}
	.allin1_table_place_hover {
		cursor: pointer;
		background-color: #FFCC66;
	}
	.allin1_table_place_normaly {

	}
	
	
	/* Pauschal Seite 2 */
	.allin2_table_toggle1 {
		background-color: #FFFFCC;
	}
	.allin2_table_toggle2 {
	
	}
	.allin2_price {
		padding-right: 5px;
		color: #000000;
		font-weight: bold;
		font-size: 11pt;
	}

	.allin2_table_hover {
		cursor: pointer;
		background-color: #FFCC66;
	}
	.allin2_table_normaly {

	}

	/* Pauschal Seite 3 */
	.allin3_info_name {
		background-color: #FFFFCC;
		font-weight: bold;
		padding-left: 4px;
	}
	.allin3_info_text {
		padding-left: 4px;
	}

	.allin3_table_hover {
		cursor: pointer;
		background-color: #FFCC66;
	}
	.allin3_table_normaly {

	}
	
	
	/* Pauschal Seite 4 */
	.allin4_info {
		background-color: #FFFFCC;
	}
	#allin4_flight, pre {
		FONT-FAMILY: Gill Sans, sans-serif;
		font-size: 9px;
	}
	
	.img {
		border: 1px solid #000000;
	}
	
	.input {
		height:20px;
	}
	
		a.button, a.button2:visited {
    background-color: #FFCC33;
	background-image: url(http://www.travelspider.de/files/26/gfx/button_bg.gif);
	border: 1px solid #FFCC33;
	font-size: 10px;
}
a.button:hover {
    background-color: #FFCC66;
    background-image: url(http://www.travelspider.de/files/26/gfx/button_bg.gif);
    border: 1px solid #FFCC66;
	font-size: 10px;
}
