/****** 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;
}

