/* Headline */
h1.PanelMain
{
	background-image		:	url('image/Panel/Background.jpg');
}
/* Panel */
#PanelProject
{
	font-size			:	18px;
	line-height			:	2em;
	text-align			:	center;
}
img#ImageProjectTitle
{
	width				:	800px;
}

img.ImageRoomTitle
{
	height				:	150px;
	padding			:	0px 0px 0px 100px;
}
img#ImageWoodDesignAwardTitle
{
	height				:	30px;
}
img#ImageWoodDesignAwardPhoto
{
	height				:	300px;
}
img#ImageToy
{
	width				:	1000px;
}
img.ImageLogo
{
	height				:	120px;
}
img.ImageLogoAward
{
	height				:	150px;
	margin-top			:	10px;
}

div.PanelInformation
{
	border			:	dashed 2px rgb(91,67,58);
	border-radius		:	10px;
	padding			:	20px 20px 0px 20px;
	font-size			:	14px;
	line-height			:	2em;
}


/* Gallery */
div.PanelRoomGallery
{
	text-align			:	center;
}
div.PanelRoomGallery ul
{
	display			:	table;
	margin			:	0px auto;
	padding			:	0px;
	text-align			:	center;
}
div.PanelRoomGallery li
{
	display			:	table-cell;
	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;
}


hr
{
	border-top			:	dashed 2px rgb(91,67,58);
	border-bottom		:	none;
}
