@import url("banners.css");

#layoutRoot {
	width: 978px;
	margin: 20px auto;
}

#layoutHead {
	position: relative;
	height: 88px;
	background: #ffffff;
	text-align: left;
}
#layoutLogo {
	display: block;
	width: 148px;
	height: 100%;
	background: url(images/logo.gif) center center no-repeat;
}
body.easter #layoutLogo{
	width: 489px;
	height: 100%;
	background-image: url(images/easterLogo.jpg);
}
body.zaloba #layoutLogo{
	width: 148px;
	height: 100%;
	background-image: url(images/logo_zaloba.jpg);
}
body.sierpien #layoutLogo{
	width: 288px;
	height: 100%;
	background-image: url(images/sierpienLogo.jpg);
}
.beta #layoutLogo {
	display: block;
	width: 195px;
	height: 100%;
	background: url(images/logo.gif) center center no-repeat;
}
#layoutHead h1{
	width: 300px;
	position: absolute;
	top: 20px;
	left: 150px;
	padding: 0 0 0 80px;
	color: #999;
	font-size: 9px;
	text-transform: none;
	border: none;
	height: auto;
	width: 250px; 
}
#layoutHead h1 .leftPart{
	border-right: 2px solid #ff0000;
	text-align: right;
	padding: 0 8px 0 0;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
#layoutHead h1 span, #layoutHead h1 a {
	display: block;
	color: #999999;
}
#layoutMenuHorizontal {
	position: relative;
	left: -1px;
	width: 980px;
	height: 35px;
	margin: 7px 0 0 0;
}
#layoutMenuHorizontal .item {
	float: left;
	display: inline;
	margin: 0 1px 0 1px;
	height: 22px;
	padding: 11px 0 0 0;
	background: #f3f3f3 url(images/menu_background.gif) repeat-x;
	font-size: 12px;
	text-transform: uppercase;
	color: #424242;
	font-weight: bold;
}
#layoutMenuHorizontal .item.selected {
	height: 24px;
}
#layoutMenuHorizontal a.item:hover {
	background: #f3f3f3 url(images/menu_hoverbackground.gif) repeat-x;
}
#layoutMenuHorizontal .item.pracodawca {
	background: #f3f3f3 url(images/menu_employerbackground.gif) repeat-x;
}
#layoutMenuHorizontal a.item.pracodawca:hover {
	background: #f3f3f3 url(images/menu_employerhoverbackground.gif) repeat-x;
}

#layoutPath {
	margin: 0;
	padding: 0 14px 0 14px;
	background: #ffffff;
	text-align: left;
}
#layoutPath #layoutPathHolder {
	padding: 4px 10px 0 5px;
	height: 16px;
	font-size: 10px;
	background: #fbfbfb;
}
#layoutPath a {
	color: #858585;
}
#layoutPath a:hover {
	color: #424242;
}
#layoutPath .sep {
	margin: 4px 10px 0 10px;
	width: 3px;
	height: 5px;
	background: #b9b9b9 url(images/path_separator.gif) center center no-repeat;
	vertical-align: top;
}
/* #layoutPath .sep {
	display: block;
	margin: 4px 0 0 0;
	width: 3px;
	height: 5px;
	background: #b9b9b9 url(images/path_separator.gif) center center no-repeat;
} */

#layoutBody {
	margin: 0;
	padding: 0 13px 13px;
	background: #ffffff;
	text-align: left;
}
#layoutBody #layoutBodyBackground {
	border: 1px solid #ffffff;
	background: #ffffff url(images/body_background.gif) repeat-y;
}

#layoutColumnLeft {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
	width: 205px;
	background: none;
}
#layoutColumnMiddle {
	display: inline;
	float: left;
	margin: 0 20px;
	width: 440px;
	background: none;
}
#layoutColumnRight {
	float: left;
	width: 250px;
	background: none;
}
#layoutColumnMiddleRight {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 710px;
	background: none;
}

.layoutGenericBoxNoBackground {
	border: 1px solid #e6e6e6;
	padding: 9px;
}

#layoutColumnMiddle .layoutGenericBoxNoBackground {
	border: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
	padding-bottom: 9px;
}

.layoutGenericBoxWithBackground {
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.layoutGenericBoxWithBackground .layoutGenericBoxBackground {
	padding: 10px;
}

#layoutColumnLeft .layoutGenericBoxWithBackground {
	border: none;
	padding: 0;	
}

#layoutColumnLeft .layoutGenericBoxWithBackground .layoutGenericBoxBackground {
	padding: 10px;
	background-color: #ededed;
}

.layoutGenericBoxTwoColumn {
	background-image: url(images/greypixel.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.contentBoxRowSeparator {
	height: 20px;
	background-image: url(images/greypixel.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.layoutGenericBoxSquareMenu.oneline {
	width: 440px;
	height: 70px;
	overflow: hidden;
}
.layoutGenericBoxSquareMenu .layoutGenericBoxBigTitle {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 70px;
	border: 0;
	text-align: center;
}
.layoutGenericBoxSquareMenu .item {
	display: block;
	float: left;
	padding: 43px 0 0 0;
	border-left: 4px solid #ffffff;
	width: 70px;
	height: 27px;
	color: #424242;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

.layoutGenericBoxRssRoom .layoutGenericBoxBigTitle {
	margin: 0 0 10px 0;
}
.layoutGenericBoxRssRoom a.item {
	display: block;
	padding: 5px 0;
	color: #606060;
}
.layoutGenericBoxRssRoom a.item:hover {
	color: #7d7d7d;
}
.layoutGenericBoxRssRoom .title {
	display: block;
	font-size: 12px;
	font-weight: bold;	
}
.layoutGenericBoxRssRoom .intro {
	display: block;
	font-size: 10px;
}

.layoutGenericBoxNormalTitle {
	margin: 0 0 10px 0;
}
.layoutGenericBoxNormalTitle span {
	font-size: 12px;
	text-transform: uppercase;
}
.layoutGenericBoxWithIcons .layoutGenericBoxNormalTitle {
	position: relative;
	padding: 8px 0 0 40px;
	height: 22px;
}
.layoutGenericBoxWithIcons .layoutGenericBoxNormalTitle .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.layoutGenericBoxOneLine .layoutGenericBoxHolder {
	position: relative;
}
.layoutGenericBoxOneLine .layoutGenericBoxBigTitle {
	margin: 0;
	padding: 0;
	border: none;
}
.layoutGenericBoxOneLine .contentBoxBody {
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0;
	width: 420px;
	text-align: right;
	color: #424242;
}
.layoutGenericBoxOneLine .contentBoxBody a {
	color: #424242;
}
/*
.layoutGenericBoxOneLine .contentBoxLink {
	position: absolute;
	display: block;
	left: -5px;
	top: -5px;
	padding: 5px;
	width: 420px;
	height: 17px;
	cursor: pointer;
}
*/

.layoutGenericBoxSmallTitle {
	margin: 0 0 5px 0;
}
.layoutGenericBoxSmallTitle span {
	font-size: 10px;
	text-transform: uppercase;
}

.layoutGenericBoxBigTitle {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 15px 0;
}
#layoutColumnMiddle .layoutGenericBoxBigTitle {
	padding: 0 0 0 0;
	border: none;
	margin: 0 0 0 0;
}
.layoutGenericBoxBigTitle span {
	font-size: 14px;
	text-transform: uppercase;
}
#layoutAbout {
	margin: 7px 0 0 0;
	padding: 14px;
	background: #ffffff;
	text-align: left;
	font-size: 10px;
	
}
.layoutAboutHeader {
	margin-bottom: 8px;
	color: #ed1c24;
}
#layoutAbout p {
	margin-top:5px;
	color: #7d7d7d;
}
#layoutFoot {
	margin: 7px 0 0 0;
	padding: 14px;
	background: #ffffff;
	text-align: left;
}
#layoutFoot .item {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	font-size: 10px;
}
#layoutFoot .item .deptHeader {
	text-transform: uppercase;
}
#layoutFoot .item a {
	text-decoration: none;
	color: #7d7d7d;
}
#layoutFoot .item a:hover {
	text-decoration: underline;
	color: #a1a1a1;
}

#layoutCopyright {
	margin: 12px 0 0 0;
	height: 35px;
	text-align: left;
}
#layoutCopyright #layoutCopyrightBigram {
	float: left;
	padding: 2px 0 0 0;
	color: #7d7d7d;
	text-decoration: none;
}
#layoutCopyright #layoutCopyrightPowered {
	float: right;
	width: 90px;
	height: 35px;
	background: url(images/poweredby.gif) center center no-repeat;
}
#layoutCopyright #layoutCopyrightCreated {
	float: right;
	width: 90px;
	height: 35px;
	background: url(images/createdby.gif) center center no-repeat;
}
.layoutBoxContent a {
	color: #424242;
}
.layoutBoxContent a:hover {
	color: #7D7D7D;
}