/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial, Helvetica;
	background:#000 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
{
	color:#790000;
	padding:0 0 20px 0;
	font-size:19px;
	margin:0;
}
h2
{
	font-size:13px;
	font-weight:bold;
	color:#790000;
	margin:0 0 2px 0;
	padding:0 0 1px 0;
	border-bottom:1px solid #a8a8a8;
}
h3
{
	color:#636363;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
	font-size:12px;
}
ul.lista, ol.lista
{
	padding:10px 0;
	margin:0;
	line-height:20px;
}
ul.lista li, ol.lista li
{
	margin:5px 0 5px 20px;
	padding:0;
}
ul.lista ul li, ol.lista ul li
{
	margin-left:0 !important;
}
.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 6px 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;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover img
{
	opacity: 0.70;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=70); /* MSIE */
	-moz-opacity: 0.70;        /* Gecko */
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#545454;
}
#pixlab a:hover
{
	color:#fff;
}
.more a:link, .more a:visited
{
	text-decoration:none;
	color:#939faa;
}
.more 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
 */
#header
{
	width:966px;
	margin:0 auto;
	background:url('../layout/header.jpg') no-repeat 0 0;
	height:180px;
}
#container
{
	width:962px;
	margin:0 auto;
	border:2px solid #fff;
	background:#eaeaea url('../layout/bgr_content.gif') repeat-x top;
}
#menu
{
	height:39px;
	background:#ececec url('../layout/bgr_menu.gif') repeat-x top;
}
#logo
{
	width:191px;
	height:142px;
	position:absolute;
	margin:22px 0 0 7px;
}
#content
{
	background:url('../layout/bgr_content_left.jpg') repeat-y top left;
}
#content_left
{
	float:left;
	display:inline;
	width:224px;
	padding:8px;
}
#content_right
{
	float:right;
	display:inline;
	width:682px;
	padding:20px;
}
#footer
{
	width:962px;
	margin:0 auto;
	padding:2px 0 0 0;
	font-size:10px;
}
#pixlab
{
	float:right;
	display:inline;
}
.picture
{
	width:160px;
	height:107px;
	padding:1px;
	border:1px solid #a5a5a5;
	background:#fff;
	float:left;
	display:inline;
	margin:3px;
}
.picture_folder
{
	float:left;
	display:inline;
	margin:3px;
	width:170px;
	text-align:center;
}
.picture_folder div
{
	background:url('../layout/bgr_gallery.gif') no-repeat 0 0;
	width:160px;
	height:107px;
	padding:1px 7px 10px 1px;
}









/**
 * MENU
 */
ul.menulist
{
	margin:0;
	padding:0;
	list-style:none;
	height:39px;
}
ul.menulist li
{
	margin:0;
	padding:0 0 0 2px;
	float:left;
	display:inline;
	line-height:normal;
	background:url('../layout/bgr_li.gif') no-repeat 0 10px;
}
ul.menulist li#first_li
{
	background:none !important;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:12px 20px 12px 20px;
	color:#000;
	text-align:center;
}
ul.menulist li a:hover
{
	color:#700606;
}
ul.menulist li a.active
{
	color:green !important;
}