/**
 * OGÓLNE
 */
body
{
	font-size:14px;
	font-family:Arial;
	background:#bf9469 url('../layout/bgr.jpg') repeat-x top center;
	margin:0;
	padding:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:24px;
	font-size:14px;
	padding:10px 0;
	margin:0;
}
h1
{
	font-size:24px;
	color:#505050;
	margin:0;
	padding:10px 0 0 0;
	font-weight:normal;
}
h2
{
	font-weight:normal;
	font-family:Times;
	font-style:italic;
	font-size:17px;
	color:#8c4a21;
	margin:5px 0 10px 0;
	padding:0 0 3px 0;;
	border-bottom:1px solid #e1c1ad;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}
ul.pdf
{
	padding:15px;
	margin:0;
}
ul.pdf li
{
	padding:3px 0 3px 20px;
	margin:0;
	background:url('../layout/pdf.gif') no-repeat 0 6px;
}




/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#4e6472;
}
a:hover
{
	color:#000;
}
#pixlab a:link, #pixlab a:visited
{
	font-size:10px;
	text-decoration:none;
	color:#d8d8d8;
}
#pixlab a:hover
{
	color:#000;
}







/**
 * KONSTRUKCJA
 */
#header
{
	width:885px;
	height:128px;
	margin:0 auto;
	background:url('../layout/bgr_header.jpg') no-repeat 0 0;
}
#logo
{
	width:475px;
	height:62px;
	padding:46px 0 0 7px;
}
#container
{
	width:885px;
	margin:0 auto;
	background:#fff url('../layout/bgr_content.gif') repeat-y left;
}
#content
{
	background:#ebebeb url('../layout/bgr_main.gif') no-repeat left bottom;
	margin:0 6px;
	height:425px;
}
#address
{
	font-size:11px;
	color:#959595;
	line-height:20px;
	position:absolute;
	top:-90px;
	left:30px;
}
#left_column
{
	float:left;
	display:inline;
	width:199px;
	height:415px;
	margin:4px 0 0 0;
	position:relative;
	border-right:1px solid #fff;
}
#middle_column
{
	float:left;
	display:inline;
	width:436px;
	height:400px;
	margin:4px 15px 3px 15px;
}
#main_pics
{
	float:right;
	display:inline;
	width:207px;
	margin:0;
}
#menu
{
	width:205px;
	height:199px;
	position:absolute;
	top:14px;
	left:-27px;
}
#footer
{
	padding:5px 6px 10px 6px;
	color:#d8d8d8;
	font-size:10px;
	width:873px;
	margin:0 auto;
	background:url('../layout/bgr_footer.gif') no-repeat 0 0;
	position:relative;
}
#pixlab
{
	float:right;
}




/**
 * MENU
 */
ul.menulist, ul.menulist ul
{
   list-style:none;
   margin:0 0 30px 0;
   padding:0;
   height:31px;
}
ul.menulist li
{
   margin:0 0 0 9px;
   float:left;
   display:inline;
   padding:0;
}
ul.menulist li#first
{
	margin:0 !important;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	background:url('../layout/bgr_li.gif') no-repeat 0 0;
   text-decoration:none;
   color:#fff;
   display:block;
   width:112px;
   height:26px;
   padding:5px 0 0 0;
   margin:0;
   font-family:Times;
   font-size:14px;
   text-align:center;
}
ul.menulist li a.active
{
	color:#ffff00 !important;
}
