/* top main hotel offers */
.top_hl{
	background-color: #cc6699;
	padding:5px;
	margin:0px;
	font-weight:bold;
	color:#fff;
	width: 730px;
}

.top_left{
	width:525px;
	background-color: #f7f7e7;
	padding:0;
	float:left;
	}

.top_right{
	margin-left:5px;
	margin:0px;
	width:235px;
	float:right;
	}

/* Image Offer2 container  - Bild + Angebotsliste 2-spaltig*/
.iO2_c {
	width:730px;
	margin: 5px 0px 5px 0px;
	padding:0px;
	}

/* Image Offer2  POD Left */
.iO2_PL{
	margin:0px;
	width:150px;
	padding:0;
	float:left;
	}

/* Image Offer2  POD Right */
.iO2_PR {
	margin-left:10px;
	width:570px;
	background-color: #f7f7e7;
	padding:0;
	float:left;
	}	

/* Image Offer2_Tabelle*/
.iO2_t {
	margin:0px;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	}
.iO2_t td {
	margin:0px;
	text-align:left;
	padding:5px 0 5px 5px;
	background-color: #F7F7E7;
	border-bottom: 1px solid #ccc;
	}
	
.iO2_t2 {
	margin:0px;
	width:200px;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	}
.iO2_t2 td {
	margin:0px;
	text-align:left;
	padding:5px 0 5px 5px;
	background-color: #f7f7e7;
	border-bottom: 1px solid #ccc;
	}
	
.iO2_t .iO2_kurve {
	margin:0px;
	background: url(../img/iO2_curve.gif) no-repeat 100% 100%;
	background-color: #f7f7e7;
	text-align:right;
	padding-right:5px;
	border-bottom:0px solid #fff;
	height:15px;
	}
	
.full_titel{
	width:730px;
	background-color: #990000;
	padding:0 0 0 5px;
	font-weight:bold;
	color:#fff;
}

/* Image Offer2  headline Urlaub*/
.iO2_t .iO2_hl{
	background-color: #F7F0F3;
	padding:5px;
	margin:0px;
	font-weight:bold;
	color:#000;
}


/* Image Offer2  headline Urlaub*/
.iO2_t .iO2_hl_rechts{
	background-color: #cc6699;
	text-align:right;
	padding:5px;
	margin:0px;
	color:#fff;
}

/* Image Offer2  headline Urlaub*/
.iO2_t .iO2_hl_hotel{
	background-color: #9285AA;
	padding:5px;
	margin:0px;
	font-weight:bold;
	color:#fff;
	
}
/* Image Offer2  headline Urlaub*/
.iO2_t .iO2_hl_hotel_rechts{
	background-color: #9285AA;
	text-align:right;
	padding:5px;
	margin:0px;
	color:#fff;
}

/* Image Offer2_Text Tabellen Content*/
.iO2_t .iO2_preis {
	margin:0px;
	padding-right:5px;
	text-align:right;
	}
#container .iO2_preis  a:link, #container .iO2_preis a:visited, #container .iO2_preis a:hover, #container .iO2_preis a:active {
	margin:0px;
	color:#ff6600;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	}

	
.iO2_t .iO2_rechts {
	text-align:right;
	color:#000;
	}
	
.iO2_t .iO2_fett {
	margin:0px;
	font-weight:bold;
	line-height:130%;
	text-decoration:underline;
	}
#container .iO2_fett  a:link, #container .iO2_fett a:visited, #container .iO2_fett a:active {
	margin:0px;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
#container .iO2_fett a:hover{
	text-decoration: underline;
	margin:0px;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#container .navlink  a:link, #container .navlink a:visited, #container .navlink a:active {
	margin:0px;
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	}
#container .navlink a:hover{
	text-decoration: underline;
	margin:0px;
	color:#000;
	font-weight:normal;
	font-size:11px;
}

	
/** ====================== AUTOCOMPLETE CSS ======================== **/	
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/img/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/** ====================== END AUTOCOMPLETE CSS ======================== **/	
	



