/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial, Helvetica;
	background:#f3fafe url('../layout/bgr.gif') repeat-x top;
	padding:0;
	margin: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;
	font-size:24px;
	padding:0 0 2px 0;
	color:#790000;
	border-bottom:2px solid #e3e3e3;
}
h2
{
	font-size:13px;
	font-weight:bold;
	color:#2e3192;
	margin:0 0 2px 0;
	padding:0 0 1px 0;
}
h3
{
	color:#636363;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
	font-size:12px;
}
ul.lista, ol.lista
{
	padding:10px 0 10px 20px;
	padding:0;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:2px 0 2px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat 2px 6px;
	color:#636363;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}









/**
 * GALERIA
 */
table#gallery_table
{
	padding:0;
	margin:0;
}
table#gallery_table td
{
	vertical-align:top;
	font-size:11px;
	width:158px;
	text-align:center;
}
table#gallery_table td div.image
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	background:url('../layout/gallery_bgr.gif') no-repeat 0 0;
	padding:1px 7px 7px 1px
}
table#gallery_table td div.image_pics
{
	width:150px;
	height:113px;	
	text-align:center;
	margin-bottom:3px;
	border:1px solid #cacaca;
	background:#fff;
}
.gallery_arrow
{
	vertical-align:middle;
	padding:0 2px 1px 2px;
}
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 img, a.transparent:visited img
{
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
}
a.transparent:hover img
{
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#707070;
}
#pixlab a:hover
{
	color:#000;
}
.gray a:link, .gray a:visited
{
	text-decoration:none;
	color:#6a6a6a;
	font-size:11px;
}
.gray a:hover
{
	color:#000;
}
.more
{
	padding:5px 0 0 0;
	text-align:right;
	font-size:10px;
}
.more a img
{
	vertical-align:middle;
	padding:0 0 1px 0;
}








/**
 * KONSTRUKCJA
 */
#container
{
	background:url('../layout/bgr.jpg') no-repeat top center;
}
#header
{
	width:990px;
	margin:0 auto;
	height:155px;
	background:url('../layout/bgr_content_top.gif') no-repeat bottom left;
}
#content
{
	width:974px;
	margin:0 auto;
	background:#fff;
	border-left:2px solid #d9f0fb;
	border-right:2px solid #d9f0fb;
	padding:0 6px;
}
#footer
{
	width:980px;
	margin:0 auto;
	height:25px;
	background:url('../layout/bgr_content_bottom.gif') no-repeat top left;
	padding:10px 5px 10px 5px;
	font-size:10px;
}
#footer span
{
	color:#707070;
}
.head
{
	width:205px;
	height:27px;
	font-size:14px;
	color:#fff;
	padding:11px 0 0 15px;
}
#head_blue { background:url('../layout/bgr_head_blue.gif') no-repeat 0 0; }
#head_green { background:url('../layout/bgr_head_green.gif') no-repeat 0 0; }
#head_orange { background:url('../layout/bgr_head_orange.gif') no-repeat 0 0; }
#head_red { background:url('../layout/bgr_head_red.gif') no-repeat 0 0; }
#head_lightblue { background:url('../layout/bgr_head_lightblue.gif') no-repeat 0 0; }
.box
{
	background:#ebebeb url('../layout/bgr_box_bottom.gif') no-repeat bottom left;
	margin:0 2px;
	width:196px;
	margin-bottom:8px;
	padding:10px;
}
#left
{
	width:220px;
	float:left;
	display:inline;
}
#middle
{
	width:514px;
	float:left;
	display:inline;
	margin:0 10px;
}
#right
{
	width:220px;
	float:right;
	display:inline;
}
#pixlab
{
	float:right;
	display:inline;
}
#main_pics
{
	margin:0 0 5px 0;
	text-align:center;
	height:150px;
}
#main_pics img
{
	border:2px solid #fff;
}








/**
 * MENU
 */
ul.menulist, ul.menulist ul
{
	margin:0;
	padding:0;
	list-style:none;
}
ul.menulist li
{
	margin:0;
	padding:0;
	line-height:normal;	
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:4px 10px 4px 18px;
	color:#000;
	font-size:14px;
	background:url('../layout/bgr_li.gif') no-repeat 4px 8px;
	width:168px !important;
}
ul.menulist li a:hover
{
	color:red;
}
ul.menulist ul li a:link, ul.menulist ul li a:visited
{
	display:block;
	padding:4px 10px 4px 28px;
	color:#000;
	font-size:14px;
	background:url('../layout/bgr_li2.gif') no-repeat 17px 10px;
	width:158px !important;
}
ul.menulist ul li a:hover
{
	color:red;
}
ul.menulist li a.active
{
	font-weight:bold !important;
}





/**
 * NOWE PAGE NA UL
 */
div.page
{
	height:10px;
}
div.page ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	float:right;
	display:inline;
}
div.page ul li
{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	padding:0;
}
div.page ul li a:link, div.page ul li a:visited
{
	display:block;
	background:#fff;
	padding:0px 3px;
	color:#939faa;
	border:1px solid #dbe1ea;
}
div.page ul li a:hover
{
	background:#d9d9d9;
}
div.page ul li.active a
{
	background:#f26522 !important;
	color:#fff !important;	
}