/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#3a3a3a;
	margin:0;
	padding:0;
	color:#7f7f7f;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:0;
	overflow:hidden;
	font-size:22px;
	padding:2px 0 5px 3px;
	color:#9e0b0f;
}
h2
{
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	padding:0;
}
ul.lista ,ol.lista
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:0 0 5px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat left top;
}




/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	padding:1px;
	border:1px solid #a2bddc;
	font-size:12px;
	font-family:Arial;
}
.error
{
	color:red; 
	font-size:10px; 
	font-family:Arial;
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#002157;
}
a:hover
{
	color:#fc9742;
}
a.transparent:link, a.transparent:visited
{
	opacity: 1.00;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover
{
	opacity: 0.70;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=70); /* MSIE */
	-moz-opacity: 0.70;        /* Gecko */
}
#pixlab
{
	padding:16px 0 0 0;
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#959595;
}
#pixlab a:hover
{
	color:#fff;
}






/**
 * KONSTRUKCJA
 */
#header
{
	width:912px;
	height:40px;
	margin:0 auto;
}
#table
{
	width:222px;
	height:162px;
	position:absolute;
	margin:9px 0 0 19px;
}
#table_small
{
	width:194px;
	height:144px;
	position:absolute;
	margin:8px 0 0 0;
}
#search
{
	float:right;
	display:inline;
	margin:11px 0 0 0;
}
#search_submit
{
	border:0;
	color:white;
	background:#fd3504;
	font-size:11px;
}
#search_field
{
	width:200px;
	border:0;
}
#container
{
	background:#fff;
	border-top:1px solid #2f2f2f;
}
#content
{
	width:912px;
	margin:0 auto;
	padding:3px 0 10px 0;
}
#top
{
	height:207px;
	background:url('../layout/header.jpg') no-repeat;
	padding:0 0 3px 0;
}
#top_big_text
{
	font-size:18px;
	color:#000;
	width:400px;
	position:absolute;
	margin:30px 0 0 270px;
	font-weight:bold;
}
#top_big_text span
{
	font-size:24px;
	color:#eba078;
}
#top_small_text
{
	font-size:18px;
	font-style:italic;
	color:#b8bab7;
	width:400px;
	position:absolute;
	margin:140px 0 0 50px;
}
#top_small_text span
{
	color:#eba078;
}
#big_boxes
{
	height:221px;
}
#big_boxes div
{
	float:left;
	display:inline;
}
.main_box
{
	width:283px;
	float:left;
	display:inline;
	border-right:1px solid #e3e7ed;
	padding:0 10px;
	text-align:justify;
	line-height:18px;
}
.main_box h1
{
	text-align:left;
	line-height:normal;
}
.main_box_data
{
	float:right;
	display:inline;
	color:#acacac;
	font-size:11px;
	margin:3px 0 0 0;
}
.read_more
{
	text-align:right;
	font-weight:bold;
}
#footer
{
	width:912px;
	margin:0 auto;
	padding:5px 0 10px 0;
}
#footer_text
{
	float:right;
	display:inline;
	color:#959595;
}
#footer_text span
{
	color:#fff; 
	font-size:13px;
}







/**
 * MENU LEWE
 */
ul.menulist
{
   list-style:none;
   margin:0;
   padding:0;
   width:198px;
}
ul.menulist li
{
   text-align:left;
   position: relative;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	font-size:12px;
	overflow:auto;
   text-decoration:none;
   color:#000;
   display:block;
   width:188px;
   padding:1px 0 2px 10px;
   margin:0;
}
ul.menulist li a:hover
{
   background:#e7e7e7;
   color:#000;
}

ul.menulist li.active a
{
	font-weight:bold;
}


.news_date
{
	float:right;
	display:inline;
	color:#a2a7a9;
	font-size:11px;
	margin:6px 0 0 0;
}
.news_border
{
	background:url('../layout/drop.gif');
}
.news
{
	background:#f1fbfe url('../layout/bgr_news.gif') repeat-x bottom;
	padding:5px 10px;
}
.news_content
{
	text-align:justify;
	font-size:12px;
	color:#636363;
	line-height:18px;
}
.news_more
{
	text-align:right;
	font-size:11px;
}
img.img_left
{
	border:3px solid #cdcfd3; 
	margin:2px 10px 0 0;
	float:left;
	display:inline;
}



/**
 * Page
 */ 
.paginator { padding:4px; text-align:right; }
.paginator a, .paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current {background:#565d5f; color:#fff; }
.paginator .title {border: none;}