/***********************************************************
Flug & Hotel CSS: 
classes for flight &hotel searches and holidays

***********************************************************/

body {
	margin:0px;
	font-size:11px;
	font-family:verdana,arial;
	}

/***********************************************************
+Layout: Need to be transitioned to layout CSS
***********************************************************/

#merchandise-pod
	{
		width:125px;
		margin:0px;
		font-size:11px;
		font-family:verdana,arial,sans-serif;
		line-height:16px;
		
	}
/****************** Not in USE ***********
#headline {
	background-color:  #D0DBE2;
	color: #000000;
	padding: 0px 0px 0px 5px;
	margin:0px 5px 1px 10px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
	line-height: 28px;
	height: 28px;
}
*******************************************/
#headline {
	margin:0px;
	padding:5px;
	background-color:#adbdce;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;	
	}
#text {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;	
	margin:0px;
	background-color:#E8EFF3;
	}
.textinside {
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:5px 5px 0 0;
	text-align:right;
	}	
.dest {
	display:inline;
	float:left;
	font-weight:bold;
	margin:5px 0pt 0pt 5px;
	}
.preis {
	float:right;
	margin:5px 5px 0pt 0pt;
	color:#f60;
	font-weight:bold;
	}
.tcs {
	color:#666;
	font-size:10px;
	margin:5px 0 0px 2px;
	padding-bottom:5px;
	font-weight:normal;
	}
#picture {
	margin:0px 0px 0px 0px;
	}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	}


/****************** Not in USE ***********
.dest {
	margin:5px 0 0 5px;
	float:left;
	font-weight:normal;
	display:inline;
	}
.dest a:link, .dest a:visited, .dest a:active {
	color:#000;
	font-weight:normal;
	text-decoration:none;

	}
.dest a:hover {
	font-weight:normal;
	text-decoration:underline;
	}
.preis {
	margin:5px 5px 0 0;
	float:right;
	}
.preis a:link, .preis a:visited, .preis a:hover, .preis a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#f60;
	font-size:11px;
	}
	
.pb5 {
	padding-bottom:5px;
	}
	
.clear {
	clear:both;
	font-size:0px;
	margin:0px;
	padding:0px;
	height:0px;
	line-height:0px;
	}
*********************************************/

