/**
 * OGÓLNE
 */
html
{
	height:100%;
}
body
{
	font-size:12px;
	font-family:Tahoma;
	background:#61311b url('../layout/bgr_.jpg') no-repeat center bottom;
	padding:0;
	margin:0;
	color:#000;
	height:100%;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:0;
	overflow:hidden;
	font-size:24px;
	padding:0 0 15px 0;
	color:#000;
	font-weight:normal;
	line-height:normal;
}
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 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:#9a7d6c;
}
#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
 */
#container
{
	width:908px;
	margin:0 auto;
}
#header
{
	height:130px;
	background:url('../layout/bgr__.jpg') no-repeat top right;
}
#footer
{
	width:904px;
	margin:0 auto;
	padding:2px 0 0 0;
	font-size:10px;
}
#pixlab
{
	float:right;
	display:inline;
}
#logo
{
	width:211px;
	height:67px;
	position:absolute;
	margin:30px 0 0 30px;
}
#content_left
{
	float:left;
	display:inline;
	width:341px;
	height:511px;
}
#content_right
{
	float:right;
	display:inline;
	width:567px;
	background:#f2f2f2;
}
#content_right_top
{
	background:url('../layout/content_top.gif') no-repeat top right;
	height:5px;
	overflow:hidden;
}
#content_right_bottom
{
	background:url('../layout/content_bottom.gif') no-repeat top right;
	height:5px;
	overflow:hidden;
}
#content_middle
{
	background:#f2f2f2 url('../layout/content_middle.gif') repeat-y left;
	height:481px;
	border-right:2px solid #9a7d6c;
	padding:10px 20px;
	line-height:20px;
}

#content_top_big
{
	background:url('../layout/content_top_big.gif') no-repeat top left;
	height:5px;
	overflow:hidden;
}
#content_bottom_big
{
	background:url('../layout/content_bottom_big.gif') no-repeat top left;
	height:5px;
	overflow:hidden;
}
#content_middle_big
{
	background:#f2f2f2;
	border-left:2px solid #9a7d6c;
	border-right:2px solid #9a7d6c;
	padding:10px 20px;
}

#google_map
{
	height:230px;
	border:1px solid #c2c2c2;
	margin:10px 0 0 0;
}
#bottom_contact
{
	height:93px;
	line-height:20px;
	padding:7px 10px 0 10px;
}
#bottom_contact_
{
	float:right;
	display:inline;
	margin:0 100px 0 0;
}








/**
 * MENU
 */
ul.menulist
{
	font-family:Tahoma;
	margin:0;
	padding:50px 0 0 340px;
	list-style:none;
	font-size:19px;
}
ul.menulist li
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	line-height:normal;	
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:13px 10px 13px 20px;
	color:#fff200;
	background:url('../layout/bgr_li.gif') no-repeat 5px 32px;
	text-align:center;
}
ul.menulist li a:hover
{
	color:#cecece;
}
ul.menulist li.active a
{
	background:url('../layout/bgr_li_active.gif') no-repeat 5px 8px !important;
	color:#fff200;
}
