/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#bf2d32 url('../layout/bgr.jpg') repeat-x top;
	margin:0;
	padding:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:0 0 10px 0;
	overflow:hidden;
	font-size:18px;
	padding:0;
	color:#000;
}
h1 span
{
	color:#ee383f;
}
h2
{
	font-size:15px;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	padding:0;
}
ul.lista ,ol.lista
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:0 0 5px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat left top;
}
.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
}
div.bar
{
	 width:214px;
	 height:35px;
	 background:#39b54a url('../layout/bgr_bar.gif') no-repeat top left;
	 padding:11px 0 0 0;
}
div.bar div
{
	height:32px;
	background:url('../layout/bar_menu.gif') no-repeat top left;
}
div.bar_content
{
	width:214px; 
	background:#ebebeb url('../layout/bgr_bar_bottom.gif') no-repeat bottom left; 
	margin:0 0 8px 0;
}





.img_left
{
	float:left;
	display:inline;
}
.img_right
{
	float:right;
	display:inline;
}



/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	padding:1px;
	border:1px solid #a2bddc;
	font-size:12px;
	font-family:Arial;
}
.error
{
	color:red; 
	font-size:10px; 
	font-family:Arial;
}






/**
 * GALERIA
 */
table#gallery_table
{
	border-spacing:15px;
	padding:0;
	margin:0;
}
table#gallery_table td
{
	vertical-align:top;
	padding:4px;
	border:1px solid #cacaca;
	font-size:11px;
	width:152px;
	background:#efefef;
}
table#gallery_table td div.image
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	border:1px solid #cacaca;
	background:#fff;
}
table#gallery_table td img
{
	text-align:center;
}
a.return_button
{
	border:1px solid #cacaca;
	background:#efefef url('../layout/return_bgr.gif') no-repeat center left;
	padding:1px 10px 0 23px;
	color:#6c6c6c;
	font-size:9px;
}
a.return_button:hover
{
	background-image:url('../layout/return_bgr_hover.gif');
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#790000;	
}
a:hover
{
	color:#000;
}
#top_menu a:link, #top_menu a:visited
{
	text-decoration:none;
	color:#fff;	
}
#top_menu a:hover
{
	color:#bf2d32;
}
#pixlab a:link, #pixlab a:visited
{
	font-size:11px;
	text-decoration:none;
	color:#de8f18;
}
#pixlab a:hover
{
	color:#000;
}
.news_footer a:link, .news_footer a:visited
{
	float:right;
	display:inline;
	text-decoration:none;
	color:#ed1c24;
	padding-left:30px;
	font-size:11px;
}
.news_footer a:hover
{
	color:#000;
}






/**
 * KONSTRUKCJA
 */
#container
{
	background:url('../layout/bgr_content.jpg') no-repeat top center;
}
#top
{
	margin:0 auto;
	width:974px;
	height:67px;
}
#langs
{
	float:left;
	display:inline;
	color:#c2c5c2;
	font-size:11px;
	margin:34px 0 0 140px;
}
#top_menu
{
	height:33px;
	position:absolute;
	z-index:10;
	margin:23px 0 0 30px;
	background:#6fc97c url('../layout/menu_top_center.gif') repeat-x;
	font-size:14px;
	color:#ffffff;
	padding:3px 20px 0 20px;
	text-align:center;
	width:400px;
}
#top_menu_left
{
	float:left;
	display:inline;
	margin:-3px 0 0 -20px;
	width:15px;
	height:36px;
	background:url('../layout/menu_top_left.gif') no-repeat;
}
#top_menu_right
{
	float:right;
	display:inline;
	margin:-3px -20px 0 0;
	width:15px;
	height:36px;
	background:url('../layout/menu_top_right.gif') no-repeat;
}
#container_
{
	background:#fff;
	width:958px;
	margin:0 auto;
	min-height:600px;
	padding:0 8px;
}
#header
{
	background:url('../layout/header.jpg') no-repeat; 
	height:162px; 
	margin:0 0 13px 0;
}
#header div
{
	/*position:absolute;
	z-index:1 !important;*/
}
#content_left
{
	float:left;
	display:inline;
	margin:0 12px 0 0;
	width:214px;
}
#content_right
{
	float:right;
	display:inline;
	width:214px;
}
#content
{
	float:left;
	display:inline;
	width:506px;
}
#footer
{
	width:964px;
	padding:11px 5px;
	margin:0 auto;
	color:#fff;
	font-size:10px;
	background:url('../layout/bgr_footer.gif') no-repeat top;
}
#pixlab
{
	float:right;
}





/**
 * AKTUALNOŚCI
 */
.news_date
{
	float:right;
	display:inline;
	color:#c7c7c7;
	font-size:10px;
	margin:14px 0 0 0;
}
.news_footer
{
	border-bottom:1px solid #e2e2e2;
	height:20px;
}
.news_last
{
	border:none !important;
}





.pages div
{
	float:left;
	display:inline;
	color:#024fa1;
	font-size:11px;
	margin:0 4px 0 0;
}
.pages div a:link, .pages div a:visited
{
	display:block;
	padding:0 3px;
	background:#e3e3e3;
}
.pages div a:hover
{
	background:#d0d0d0;
}
.pages div a.activepage
{
	background:#fe7e11 !important;
	color:#fff !important;
}






/**
 * LEWE MENU
 */
ul.menulist
{
	margin:0;
	padding:10px 0;
	list-style:none;
	width:214px;
}
ul.menulist li
{
	margin:0;
	padding:0;	
	font-size:12px;
	height:23px;
	width:214px;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	color:#000;
	display:block;
	margin:0;
	width:199px;
	text-decoration:none;
	padding:4px 0 4px 15px;
}
ul.menulist li a:hover
{
	background:#f6f6f6;
}
ul.menulist li.active a
{
	background:#dadada !important;
}






/**
 * MENU
 */
.suckerdiv
{
	padding:10px 0;
} 
.suckerdiv ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:214px;
	border-top:1px solid #dfe3e7;
}
.suckerdiv ul li
{
	position: relative;
	font-size:12px;
	/*background:#ebebeb;*/
	background:#ebf0f5 url('../layout/li.gif') repeat-x top;
	border-bottom:1px solid #dfe3e7;
}
.suckerdiv ul li ul
{
	position:absolute;
	width:164px;
	top:0;
	left:200px;
	border:1px solid #dfe3e7;
	border-bottom:0;
	margin-top:-1px;
}
.suckerdiv ul li ul li
{
	background:#ebf0f5 url('../layout/li.gif') repeat-x top;
	border-bottom:1px solid #dfe3e7;
	width:164px !important;
}
.suckerdiv ul li a:link, .suckerdiv ul li a:visited
{	
	overflow:auto;	
	color:#000;
	display:block;
	margin:0;
	width:199px;
	text-decoration:none;
	padding:4px 0 4px 15px;
}
.suckerdiv ul li a:hover
{
	/*background:#f6f6f6;*/
	background:#c4d9c1 url('../layout/li_hover.gif') repeat-x top;
}
.suckerdiv ul li ul li a
{
	width:149px !important;
}
.suckerdiv ul li ul li a:hover
{
	background:#c4d9c1 url('../layout/li_hover.gif') repeat-x top;
}
.suckerdiv .subfolderstyle
{
	background:url('../layout/li_more.gif') no-repeat right top !important;
}
.suckerdiv a.subfolderstyle:hover
{
	background:#f6f6f6 url('../layout/li_more.gif') no-repeat right top !important;*/
}
.suckerdiv ul li a.active
{
	background:#89d392 url('../layout/li_active.gif') repeat-x top !important;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */






/**
 * GÓRNE MENU
 */
.suckertreemenu
{
	font-size:12px;
	font-family:Arial;
}
.suckertreemenu ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.suckertreemenu li a.active
{
	background:#fedc00 !important;
	color:black !important;
}
.suckertreemenu li a.active:hover
{
	color:black !important;
}
.suckertreemenu ul li
{
	position:relative;
	display:inline;
	float:left;
	margin:0 1px 0 0;
	border-left:1px solid #fff;
}
.suckertreemenu ul li a
{
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:white;
	width:100px;
	display:block;
	padding:8px 10px 9px 10px;
}
.suckertreemenu ul li ul
{
	z-index:100000;
	left:0;
	position:absolute;
	top:1em; /* no need to change, as true value set by script */
	display:block;
	visibility:hidden;
}
.suckertreemenu ul li ul li
{
	width:100px;
	height:auto;
	display:list-item;
	float:none;
	border-left:none;	
}
.suckertreemenu ul li ul li ul
{ 
	left:159px; /* no need to change, as true value set by script */
	top:0;
}
.suckertreemenu ul li ul li a
{
	text-align:left;
	display:block;
	width:100px;
	color:white;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-top:1px solid #fff;
	background:#6bc878;
}
.suckertreemenu ul li ul li ul li
{
	
}
.suckertreemenu ul li ul li ul li a
{
	
}
.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited
{
	color:white;
}
.suckertreemenu ul li a:hover
{
	color:#bf2d32;
}
.suckertreemenu .mainfoldericon
{
}
.suckertreemenu .subfoldericon
{
}
* html p#iepara
{
	padding-top: 1em;
}
/* Hack for IE \*/
* html .suckertreemenu ul li { float: left; }
* html .suckertreemenu ul li ul li { float: left; display:inline; }
/* End */






/**
 * Page
 */ 
.paginator { padding:4px; text-align:right; }
.paginator a, .paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current {background:#565d5f; color:#fff; }
.paginator .title {border: none;}