/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial, Helvetica;
	background:#fff;
	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:10px 0;
	overflow:hidden;
	font-size:24px;
	padding:0 0 5px 0;
	color:#de9203;
	border-bottom:1px solid #cccccc;
}
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.lista1, ol.lista1
{
	padding:10px 0 10px 20px;
	padding:0;
}
ul.lista1 li, ol.lista1 li
{
	margin:0;
	padding:2px 0 2px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat 2px 8px;
	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');
}
img.border
{
	border:1px solid #cacaca;
}






/**
 * 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;
}
#flags a:link, #flags a:visited
{
	text-decoration:none;
	color:#737373;
	margin-left:5px;
}
#flags a:hover
{
	color:#000;
}
.more a:link, .more a:visited
{
	text-decoration:none;
	color:#545454;
	font-size:11px;
}
.more a:hover
{
	color:#000;
}
.more
{
	float:right;
	display:inline;
}
.more a img
{
	vertical-align:middle;
}
.table
{
	border:1px solid #eaebeb;
	font-size:11px;
	width:520px;
}
.table td
{
	background:#f8f8f8;
	padding:3px 10px;
}
.table tr.table_head td
{
	background:#eaebeb;
	font-weight:bold;
}








/**
 * KONSTRUKCJA
 */
#container
{
	width:960px;
	margin:0 auto;
	background:fff;
}
#header
{
	height:160px;
	background:url('../layout/header.jpg') no-repeat 0 0;
}
#logo
{
	width:253x;
	height:85px;
	margin:40px 0 0 20px;
	position:absolute;
}
#flags
{
	font-size:10px;
	float:right;
	display:inline;
	margin:5px 0 0 0;
}
#flags img
{
	vertical-align:middle;
}
#menu
{
	height:30px;
	background:url('../layout/menu.gif') no-repeat 0 0;
}
#content
{
	padding:8px 0;	
}
#footer
{
	border-top:1px solid #d6d5d5;
	margin:0 auto;
	padding:7px 0 0 0;
	font-size:10px;
}
#footer_address
{
	float:right;
	display:inline;
}
#footer_address div
{
	float:left;
	display:inline;
	padding-left:25px;
	line-height:18px;
	font-size:11px;
	color:#7d7d7d;
}
#footer_address div span
{
	color:#000;
}








/**
 * MENU
 */
ul.menulist
{
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
}
ul.menulist li
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	line-height:normal;
}
ul.menulist li.menulist_first a
{
	background:none !important;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	display:block;
	padding:7px 12px 7px 12px;
	color:#000;
	background:url('../layout/li_menu.gif') no-repeat 0 8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
ul.menulist li a:hover
{
	color:#cecece;
}
ul.menulist li a.active
{
	color:#de9203 !important;
}
