/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#0b200e;
	margin:15px 0;
	padding:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:0 0 10px 0;
	overflow:hidden;
	font-size:18px;
	padding:0 0 0 15px;
	color:#43673d;
}
h1 span
{
	color:#ee383f;
}
h2
{
	font-size:17px;
	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;
}
#popup
{
	 position:absolute;
	 z-index:255;
	 width:480px;
	 height:304px;
}






/**
 * GALERIA
 */
table#gallery_table
{
	border-spacing:17px;
	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;
}
a.transparent:link, a.transparent:visited
{
	opacity: 1.00;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover
{
	opacity: 0.80;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=80); /* MSIE */
	-moz-opacity: 0.80;        /* Gecko */
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#000;
}
#pixlab a:hover
{
	color:#fff;
}
.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;
}
a.underline:link, a.underline:visited
{
	text-decoration:none;
	color:#5f9357;
	border-bottom:1px dotted #5f9357;
}
a.underline:hover
{
	color:#000;
	border-bottom:1px dotted #000;
}






/**
 * KONSTRUKCJA
 */
#container
{
	width:954px;
	margin:0 auto;
}
#header
{
	height:202px;
}
#menu
{
	height:36px;
	border:1px solid #fff;
	background:#517d4a url('../layout/menu_bgr.gif') repeat-x;
}
#content
{
	background:#fff url('../layout/content_bgr.gif') repeat-x top;
	padding:0 1px 1px 0;
}
#main_left
{
	width:244px;
	height:413px;
	float:right;
	display:inline;
	background:url('../layout/content_left.jpg') no-repeat;
}
#footer
{
	height:22px;
	background:url('../layout/footer.jpg') no-repeat;
	font-size:11px;
	padding:7px 0 0 10px;
}	
#pixlab
{
	float:right;
	display:inline;
	margin:0 10px 0 0;
}
.main_box
{
	width:222px;
	height:164px;
	float:left;
	display:inline;
	padding:5px;
	position:relative;
}
.main_box span
{
	font-size:14px;
	color:#fff;
	display:block;
	position:absolute;
	bottom:15px;
	left:8px;
}
.cennik
{
	width:100%;
	background:#cecece;
}
.cennik td
{
	background:#fff;
}





/**
 * GÓRNE MENU
 */
ul#menulist
{
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
	height:30px;
}
ul#menulist li
{
	margin:0;
	padding:0 1px 0 0;
	float:left;
	display:inline;
	background:url('../layout/li_spacer.gif') no-repeat top right;
}
ul#menulist li a:link, ul#menulist li a:visited
{
	text-align:center;
	width:123px;
	font-size:12px;
	color:#fff;
	display:block;
	margin:0;
	text-decoration:none;
	padding:7px 0 8px 0;
}
ul#menulist li a:hover
{
	color:#000;
}
ul#menulist li.active a
{
	color:#000 !important;
	font-weight:bold;
}