#layoutRoot {
	position: relative;
	width: 920px;
	min-height: 0;
	height: auto !important;
	height: 0;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
}

#layoutHead {
	position: relative;
	height: 360px;
}

#layoutLogoTrzuskawica {
	display: block;
	position: absolute;
	top: 50px;
	left: -5px;
	width: 310px;
	height: 60px;
	background: url(images/logo_trzuskawica.gif) 5px 5px no-repeat;
}
#layoutLogoCRH {
	display: block;
	position: absolute;
	top: 50px;
	left: 310px;
	width: 105px;
	height: 60px;
	background: url(images/logo_crh.gif) 5px 5px no-repeat;
}

#layoutSideColumnOverMenu {
	position: absolute;
	left: 680px;
	top: 20px;
	width: 240px;
	height: 100px;
}
#layoutLanguageMenu {
	position: relative;
	height: 53px;
	margin: 5px 0 0 0;
	background: url('images/bg_languages.jpg') no-repeat;
	border: 1px solid #dbdbdb;
}
#layoutLanguageMenuLabel {
	position: absolute;
	left: 15px;
	top: 18px;
}
#layoutLanguageMenuSelect {
	position: absolute;
	display: block;
	left: 125px;
	top: 16px;
	width: 85px;
	height: 16px;
	padding: 4px 15px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	background: #585858 url('images/drop_whitearrow.gif') 84px 8px no-repeat;
}
#layoutLanguageMenuDrop {
	position: absolute;
	left: 125px;
	top: 36px;
	width: 100px;
	background: #585858;
	z-index: 999;
}
#layoutLanguageMenuDrop a.item {
	display: block;
	height: 15px;
	padding: 4px 25px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	border-top: 1px solid #dbdbdb;
}

#layoutHorizontalMenuSpace {
	position: absolute;
	top: 125px;
	left: -5px;
	width: 930px;
	height: 40px;
	background: #ffffff;
}
#layoutHorizontalMenu {
	position: absolute;
	left: 0;
	top: 125px;
	width: 100%;
	height: 40px;
}
#layoutHorizontalMenu .item {
	font-size: 12px;
}

#layoutBanner {
	position: absolute;
	top: 170px;
	left: 0;
	width: 675px;
	height: 180px;
	overflow: hidden;
	background: url(images/bg_banner.jpg) no-repeat;
}

#layoutSearch {
	position: absolute;
	top: 170px;
	left: 680px;
	width: 210px;
	height: 150px;
	padding: 15px;
	background: url(images/bg_search.jpg) no-repeat;
}
#layoutSearch #layoutSearchKeywordsLabel {
	display: block;
	margin: 25px 0 2px 0;
}
#layoutSearch #layoutSearchKeywordsInput {
	display: block;
	width: 204px;
}
#layoutSearch #layoutSearchWhereLabel {
	display: inline;
	display: block;
	float: left;
	width: 50px;
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
}
#layoutSearch #layoutSearchWhereSelect {
	display: inline;
	display: block;
	float: right;
	width: 150px;
	margin: 5px 0 0 0;
}
#layoutSearch #layoutSearchSubmit {
	display: inline;
	display: block;
	float: right;
	width: 60px;
	margin: 5px 0 0 0;
}

#layoutFoot {
	position: relative;
	height: 100px;
}

#layoutFootMenu {
	position: absolute;
	left: 0;
	bottom: 55px;
	width: 920px;
}
#layoutFootMenu .item {
	padding-left: 30px;
}
#layoutBackToTop .icon {
	background-image: url(images/ico_backtotop.gif);
}
a#layoutBackToTop:hover .icon {
	background-image: url(images/ico_backtotop_hover.gif);
}
#layoutPrintPage .icon {
	background-image: url(images/ico_printpage.gif);
}
a#layoutPrintPage:hover .icon {
	background-image: url(images/ico_printpage_hover.gif);
}
#layoutSendToFriend .icon {
	background-image: url(images/ico_sendtofriend.gif);
}
a#layoutSendToFriend:hover .icon {
	background-image: url(images/ico_sendtofriend_hover.gif);
}

#layoutCreatedBy {
	display: block;
	position: absolute;
	right: 95px;
	bottom: 15px;
	width: 95px;
	height: 30px;
	background: url(images/default_createdby.gif) center center no-repeat;
}
#layoutPoweredBy {
	display: block;
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 95px;
	height: 30px;
	background: url(images/default_poweredby.gif) center center no-repeat;
}