/* Headline */
h1.PanelMain
{
	background-image		:	url('./image/Panel/Background.jpg');
}

/* Panel */
#PanelWish
{
	text-align			:	center;
	font-size			:	18px;
	line-height			:	2em;
}

img.ImageWishPhoto
{
	width				:	100%;
}


/* Gallery */
div.PanelRoomGallery
{
	text-align			:	center;
}
div.PanelRoomGallery ul
{
	display			:	table;
	margin			:	0px auto 20px auto;
	padding			:	0px;
	text-align			:	center;
}
div.PanelRoomGallery li
{
	display			:	table-cell;
	margin			:	0px;
	padding			:	0px;
	font-size			:	14px;
	line-height			:	1.8em;
}
img.ImageRoomGalleryPanorama
{
	width				:	600px;
	height				:	auto;
	margin			:	0px;
	padding			:	0px;
	line-height			:	0px;
}
img.ImageRoomGalleryLandscape
{
	width				:	400px;
	height				:	auto;
	margin			:	0px;
	padding			:	0px;
	line-height			:	0px;
}
img.ImageRoomGalleryPortrait
{
	width				:	300px;
	height				:	auto;
	margin			:	0px;
	padding			:	0px;
	line-height			:	0px;
}
