/*
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:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	}
	
	body#site {
		 background-color: #ffff99;
	}
	
BODY {
     SCROLLBAR-FACE-COLOR: #DFE4EA; SCROLLBAR-HIGHLIGHT-COLOR: #C6DBFF; SCROLLBAR-SHADOW-COLOR: #C6DBFF; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #F3F3F3; SCROLLBAR-DARKSHADOW-COLOR: #DFE4EA; SCROLLBAR-BASE-COLOR: #ffffff; scrollbar-3d-light-color: #000000}
}

	a:link {
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size:12px
		color: #990000;
	}
	
	a:visited {
		text-decoration: none;
		color:#990000;
	}
	
	a:active {
		text-decoration: underline;
		color: #990000;
	}
	
	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: #FFFFCC;
	}
	
	/* Textfarbe für Hinweistexte */
	h1 {
		margin: 0px;
		padding: 0px;
		color: #4C7BFF;
		font-weight: normal;
	}
	
	
	/* Allgemeine Pauschaleigenschaften */
	
	.table_title {
		background-image: url('http://www.tsweb.at/files/26/gfx/bg_mid.jpg'); 
		color: #9d0b0f;
		font-size: 8pt;
		font-weight: bold;
	}
	.table_title_left {
		background-image: url('http://www.tsweb.at/files/26/gfx/bg_mid.jpg');
	}
	.table_title_right {
		background-color: #5C9DDE;
		background-image: url('http://www.tsweb.at/files/26/gfx/bg_mid.jpg');
		width: 7px;
	}

	.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, a {
		FONT-FAMILY: Gill Sans, sans-serif;
		background-color: #FFFFCC;
		font-weight: bold;
		color:#990000;
		text-decoration: none;
	}
	.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;
}
a.button:hover {
    background-color: #FFCC66;
    background-image: url(http://www.travelspider.de/files/26/gfx/button_bg.gif);
    border: 1px solid #FFCC66;
}
