/****** FILE: themes/hotel/css/add.property.css *****/
/*
 *	KEMPINSKI HOTELS & RESORTS
 *	add.property.css
 *
 *	2012 by Björn Lorenz, ennit interactive GmbH <http://www.ennit.de/>
 */
/* MODIFY HEADER */
#head .meta{
	float: right;
	width: 739px;
}
#head .logo{
	height: 116px;
}
#head .navigation.main{
	clear: right;
}

/****** FILE: themes/hotel/css/add.paneltoggle.css *****/
.paneltoggle-handle{
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-left: 1px;
	background: #373534 url("../../../themes/corporate/images/layout/icon.arrow.green.left.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.left.png*/ no-repeat center center;
}
.paneltoggle-handle.closed{
	margin-left: 0;
	background: #373534 url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat center center;
}

/****** FILE: themes/hotel/css/add.emergency.css *****/
.emergency-popup {
	width: 100%;
	height: 100%;
	background: rgba(100,100,100,.8 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc646464', endColorstr='#cc646464',GradientType=0 ); /* IE6-9 */
	color: white;
	position: fixed;
	top: 0;
	z-index: 99;
}
.emergency-message{
	width: 474px;
	margin: 0 auto;
	padding: 56px 90px 60px;
	background: black;
	position: relative;
	top: 20%;
	z-index: 1;
}
.emergency-message h1{
	margin: 0 0 3px;
	color: #8c8179;
	font: 26px/1 "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.emergency-message h2{
	margin: 0 0 12px;
	color: white;
	font: 14px/24px Arial,Verdana,sans-serif;
}
.emergency-message hr{
	margin: 22px 0 27px;
	border: 0;
	border-bottom: 1px solid #8c8179;
}
.emergency-message p{
	margin: 0 0 12px;
	color: #8c8179;
	font: 17px/18px "Times New Roman", Times, serif;
}
.emergency-message p.contact-information{
	margin: 0 0 12px;
	color: #b6b6b6;
	font: 13px/20px Arial,Verdana,sans-serif;
}
.emergency-message > .close{
	display: block;
	width: 30px;
	height: 30px;
	background: #373534 url("../../../themes/corporate/images/layout/cross.green.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/cross.green.png*/ center center no-repeat;
	text-indent: -666px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -31px;
}


