/* Start of CMSMS style sheet 'bsrybnik-layout' */
*
{
	padding: 0;
	margin: 0;
}

html, body { height: 100%; }
body { background-color: #E6E6E6; }

#container
{
	position: relative;
	width: 85%;
	min-width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-right: 2px #999 solid;
	border-left: 2px #999 solid;
}

#header
{
	height: 180px;
	border-bottom: 2px #999 solid;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu
{
	width: 100%;
	height: 180px;
}

#column_left
{
	float: left;
	width: 170px;
}

#column_right
{
	float: right;
	width: 170px;
}

#column_middle
{
	margin-left: 190px;
	margin-right: 190px;
}

#column_middle_inside
{
	width: 100%;
	float: left;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 26px;
	background-color: #D3D3D3;
	background-image: url(/uploads/images/layout/footer_bgnd.png);
	border-top: 2px #999 solid;
}

#zegar
{
	width: 150px;
	height: 150px;
}

.cleaner
{
	clear: both;
	height: 28px;
}

.info_box
{
	width: 168px;
	background-image: url(/uploads/images/layout/info_box.png);
	background-repeat: repeat-y;
}

.info_box_top
{
	width: 168px;
	height: 3px;
	overflow: hidden;
	background-image: url(/uploads/images/layout/info_box_top.png);
	background-repeat: no-repeat;
}

.info_box_bottom
{
	width: 168px;
	height: 3px;
	overflow: hidden;
	background-image: url(/uploads/images/layout/info_box_bottom.png);
	background-repeat: no-repeat;
}

.info_box h2
{
	height: 20px;
	margin: 0px 5px 2px 3px;
	padding: 7px 4px 3px 6px;
}

.info_box h2.green
{
	background-image: url(/uploads/images/layout/header_bgnd_green.png);
	background-color: #65c435;
}

.info_box h2.gray
{
	background-image: url(/uploads/images/layout/header_bgnd_gray.png);
	background-color: #bfbfbf;
}

.info_box img
{
	margin-left: 3px;
}

.info_box_text
{
	margin: 0 5px 0 3px;
	background-image: url(/uploads/images/layout/info_box_bgnd.png);
	background-repeat: repeat-x;
	background-color: #bfbfbf;
}

.header_box
{
	clear: both;
	height: 38px;
	width: 100%;
	background-image: url(/uploads/images/layout/header_shadow.png);
	background-repeat: repeat-x;
}

.header_box div
{
	height: 38px;
	background-image: url(/uploads/images/layout/header_shadow_left.png);
	background-repeat: no-repeat;
}

.header_box div div
{
	height: 38px;
	background-image: url(/uploads/images/layout/header_shadow_right.png);
	background-repeat: no-repeat;
	background-position: 100%;
}

.header_box_big
{
	clear: both;
	height: 158px;
	width: 100%;
	background-image: url(/uploads/images/layout/header_shadow_big.png);
	background-repeat: repeat-x;
}

.header_box_big div
{
	height: 158px;
	background-image: url(/uploads/images/layout/header_shadow_big_left.png);
	background-repeat: no-repeat;
}

.header_box_big div div
{
	height: 158px;
	background-image: url(/uploads/images/layout/header_shadow_big_right.png);
	background-repeat: no-repeat;
	background-position: 100%;
}

.header_box h2 { padding: 9px 6px 6px 8px; }
.header_box_big h1
{
	height: 153px;
	background-image: url(/uploads/images/layout/bgnd_header_big.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	background-position: 100% 3px;
	overflow: hidden;
}

.header_box_big h1 span
{
	display: block;
	width: 400px;
	height: 130px;
	text-indent: 400px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/uploads/images/layout/text_witamy.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

#author
{
	position: absolute;
	right: 8px;
	top: 2px;
	width: 68px;
	height: 16px;
}

#author .authorText
{
	float: left;
	width: 48px;
	height: 12px;
	margin-top: 4px;
	display: block;
	background-image: url(/uploads/images/layout/text_realizacja.png);
	background-repeat: no-repeat;
	text-indent: 48px;
	white-space: nowrap;
	overflow: hidden;
}

#author .authorLogo
{
	float: right;
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(/uploads/images/layout/logo_rb.png);
	text-indent: 16px;
	white-space: nowrap;
	overflow: hidden;
}


/* End of 'bsrybnik-layout' */

