/****************************************************
 * Headerbereich
 */
div#header-wrap {
	background: url(../img/layout/header-bg-hotel.v310111.jpg) no-repeat center 0;
}

div#header-phone {
	width: 266px;
	top: 80px;
}

div#header-quicksearch {
	top: 30px;
}


div#hotel-gallery {
	position: absolute; 
	z-index: 5;
	left: 280px; 
	top: 80px;
}

	div#hotel-gallery-large {
		width: 680px; 
		height: 349px;
	}
	
		img#hotel-gallery-large-image {
			position: absolute; 
			left: 0; 
			top: 0; 
			z-index: 0;
		}
	
		div#hotel-gallery-loader {
			display: none;
			position: absolute; 
			left: 0; 
			top: 0;
			z-index: 1;
			background: #000 url(http://static.cliccaustria.at/fileadmin/templates/img/layout/loader.gif) no-repeat center center;
			text-indent: -10000px;
			width: 680px; 
			height: 349px;
			-moz-opacity: .4;
			opacity: 0.4;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
		}

	div#hotel-gallery-thumbs {
		position: absolute;
		width: 205px;
		height: 140px;		
		left: 241px;
		top: 363px;	
	}
	
		div#hotel-gallery-thumbs a {
			/*position: relative;
			z-index: 1;*/
			display: block; 
			width: 65px; 
			height: 61px;
			float: left;
			margin: 0 2px 2px 0;
			/*background: #fff url(http://static.cliccaustria.at/fileadmin/templates/img/layout/plus.gif) no-repeat right top;		*/
		}/*
		div#hotel-gallery-thumbs img {
			position: absolute;
			z-index: 1;
			left: 0; 
			top: 0;		
		}*/
	div#hotel-logo {
		position: absolute;
		left: 450px;
		top: 364px;
		width: 225px; 
		height: 125px;
		line-height: 125px;
		text-align: center;
	}
		div#hotel-logo img {
			vertical-align: middle;
		}

/* Anfrage */

div.tx-cncliccaustriahotels-pi1 {
	position: relative;
}

section#search {
	z-index: 10;
	top: 397px;
	height: 190px;
}

	section#search header {
		background: url(http://static.cliccaustria.at/fileadmin/templates/img/layout/header-inquiry-header.png) no-repeat 0 0;	
	}
	
	input#hotel-inquiry-arrival-date, 
	input#hotel-inquiry-departure-date {
		width: 182px;
		margin-bottom: 6px;	
		background: #fff url(http://static.cliccaustria.at/fileadmin/templates/img/layout/calendar.gif) no-repeat right 0;	
	}
	
	button#hotel-inquiry-button {
		cursor: pointer;
		display: block;
		background: none; 
		border: 0;				
		color: #fff; 
		font-weight: bold; 
		position: absolute; 
		top: 163px;
		left: 135px;
		padding: 4px 0 5px 0;
		width: 65px; 
		text-align: center;	
		text-transform: none; 
		font-size: 11px;				
	}
	
	button#hotel-inquiry-button-mouse {
		background: transparent;
		border: 0 none;
		cursor: pointer;
		display: block;
		height: 100px;
		left: -250px;
		padding: 0;
		position: absolute;
		text-indent: -10000px;
		top: 95px;
		width: 200px;				
	}

	input#hotel-inquiry-num-adults,
	input#hotel-inquiry-num-children {
		width: 87px;
		float: left;
	}
	
	input#hotel-inquiry-num-adults {
		margin-right: 5px;
	}
	
	input#hotel-inquiry-num-children {
		width: 86px;
	}
	
/**
 * Inhaltsbereich
 */

acronym#hotel-stars {
	position: absolute; 
	top: 5px; 
	right: 0; 
	color: #6AA61F; 
	font-size: 32px;
}
acronym#hotel-stars span {
	font-size: 18px;
	display: block; 
	position: absolute; 
	top: -5px; 
	right: -15px;
}

div#packages {
	margin-bottom: 20px;
	font-size: 11px;
}

	div.package-content {
		padding: 0 0 20px 0;
	}

		div.package-content img {
			float: left; 
			margin: 0 10px 5px 0;			
		}		
		
	a.package-inquiry-button {
		cursor: pointer;
		display: block;
		color: #fff !important; 
		font-weight: bold; 
		text-decoration: none;
		background: url(http://static.cliccaustria.at/fileadmin/templates/img/layout/package-inquiry-button-bg.gif) no-repeat 0 0;
		width: 219px; 
		height: 24px; 
		line-height: 24px;
		text-indent: 20px;
		position: absolute; 
		right: -1px; 
		bottom: 10px;
	}

/**
 * Hotel Info Liste
 */	
table#hotel-info-list {
	margin-bottom: 10px;
}

	table#hotel-info-list td {
		background: none;
		text-align: left; 
		vertical-align: middle;
		padding: 0 0 10px 0;
	}
	
	td.hotel-info-list-title {
		font-weight: bold;
	}
	
div#hotel-attribs {
	margin-bottom: 20px;
}

/**
 * Adresse in der rechten Sidebar
 */
div#hotel-address {
	text-align: center;
	margin: 10px 0 20px 0;
}

table#hotel-inquiry td.hotel-inquiry-field {
	text-align: left;
}

div#inquiry-selected-package-container {
	display: none;
	position: relative;
}

	div#inquiry-selected-package-container h3 {		
		width: 400px;		
	}

	span#inquiry-selected-package {
		font-weight: normal;
	}
	
	a#inquiry-selected-package-delete {
		position: absolute; 
		right: 0; 
		top: 0;
		display: block; 
		width: 16px; 
		height: 16px;
		text-decoration: none; 
		cursor: pointer; 
		background: url(http://static.cliccaustria.at/fileadmin/templates/img/layout/x.png) no-repeat 0 0;
	}

