/*****************************
File: hotelportal_liste.css
*****************************
initial author: Tobias Plehn
last editor:Tobias Plehn
firstVersion: 24.07.2007
lastVersion: 03.03.2008

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

/*****  added by NdH fix height of poster image in gallery*/
div.info_gallerylong div.fixHeight {
	height:250px;
}

/*************************/
/** aus style_liste.css **/

#main_box_left_content{
  margin-top:35px;
}

#main_box_right_content{
  border:none;
  width:612px;
}

#main_box_right_content_out{
  border:#a1916d 1px solid;
}

#main_box_right_head{
  margin-top:2px;
}

div.container_right{
  padding-top:8px;
}
div.info_inhalt{
  border:none;
  width:600px;
}
div.info_padding_inner{
  left:0px;
  width:600px;
}
/** end style_liste.css **/

.content {
	position:relative;
	left:0px;
	top:15px;
	background-color:#ffffff;
	border-bottom: 1px solid #A1916D;
	width:600px;
	height:135px;
}

.content h1 {
	color:#90231E;
	font-size:9pt;
	font-weight:bold;
	left: 10px;
	position:absolute;
	top: 1px;
}

.img_hl {
	position:absolute;
	left:10px;
	bottom:5px;
	/*width:120px;*/
	height:90px
}

/***** added by janning fix height of poster image in gallery*/
.tx-hotelportal-pi2 {
	font-size:9pt;
   padding-left:10px;
}

#tx-hotelportal-pi2_imagePoster{
  height:230px
}

.stars_hl {
	position:absolute;
	left:150px;
	bottom:5px;
	width:14px;
	height:70px;
}

.prices_hl {
	position:absolute;
	left:200px;
	bottom:35px;
	height:90px;
	width:87px;
}

.offers_hl {
	position:absolute;
	top:10px;
	left:320px;
	width:120px;
	border-bottom: 1px dashed #000;
}

.status_hl {
	position:absolute;
	right:5px;
	top:-3px;
	width:15px;
}

.icon_hl {
	position:absolute;
	top:10px;
	left:465px;
	width:25px;
	height:32px;
}

.info_hl {
	position:absolute;
	top:10px;
	left:510px;
	width:90px;	
}

.rating_hl {
	position:absolute;
	top:55px;
	left:510px;
	width:90px;	
}

.booking_hl {
	background-color:#90231E;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:100px;
	left:510px;
	width:80px;
	height:20px;
	border: 1px solid #000;
}

.extra_hl {
	position:absolute;
	left:185px;
	top:85px;
}

.rating_bg {
	background-color:#dedede;
	border: 1px solid #000;
	height:15px;
	left:510px;
	position:absolute;
	top:60px;
	width:65px;	
}

.rating_result {
	background-color:#04CC4D;
	color:#fff;
	left:511px;
	height:15px;
	position:absolute;
	text-align:center;
	top:61px;
	width:63px;
}

.customButton {
	color:#90231e;
	height:20px;
	position:relative;
	text-align:center;
	top:20px;
	width:80px;
}

.searchContainer {
	display:block;
	float:left;
	height:20px;
	left:10px;
	position:relative;
	top:25px;
	width:130px;
}


/* NAVI Anfang */

a.active_info {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_info_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration: none;
	top:5px;
	width:150px;
}
a.inactive_info {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_info.gif);
	color:#000;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.inactive_info:hover {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_info_a.gif);
	color:#000;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.active_image {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_image_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.inactive_image {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_image.gif);
	color:#000;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.inactive_image:hover {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_image_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.booking_navi {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_booking.gif);
	color:#000;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.booking_navi:hover {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_booking_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.active_rating {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_rating_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}

a.inactive_rating {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_rating.gif);
	color:#000;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}
a.inactive_rating:hover {
	background-image:url(/typo3conf/ext/hotelportal/res/img/bt_rating_a.gif);
	color:#fff;
	display:block;
	float:left;
	height:100px;
	line-height:15em;
	outline: none;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:5px;
	width:150px;
}

/* NAVI Ende */

/* Arrangement Preis Info*/
.arrangementVisible {
   background:#EFECD9;
   display:block;
   margin:20px 0 0 0;
   padding:5px 10px 5px 10px;
}
.arrangementVisible h1{
   color:#90231E;
   font-size:9pt;
   font-weight:bold;
}

.arrangementINVisible {
display:none;
}
/* Arrangement Preis Info                    END*/