/*---------------------------------+
| CemikPIL kodowanie & skrypty     |
+----------------------------------+
| nazwa:  ptps_pila theme          |
| autor:  ChemikPIL                |
| e-mail: chemikpil@gmail.com      |
| www:    chemikpil.freehostia.com |
+---------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/img_01.png');
	background-repeat: repeat-x;
	background-color: #ececec;	
	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #3e5064;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.center {
	margin: 0 auto;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

/* TOP */

#top {
	margin: 0 auto;
	width: 900px;
	height: 195px;
}

#top_left {
	margin: 0px;
	float: left;
	width: 400px;
}

.left_top_text {
	height: 24px;
	padding: 5px;
}

.left_top_logotext {
	width: 400px;
	height: 161px;
	background-image: url('images/img_02.png');
}

#top_center {
	margin: 0px;
	float: left;
	width: 291px;
	height: 195px;
}

#top_right {
	margin: 0px;
	float: left;
	width: 209px;
	height: 200px;
}

.los_image {
	width: 291px;
	height: 161px;
	margin-top: 33px;
}

.top_right_data {
	height: 24px;
	padding: 5px;
}

.top_right_img {
	height: 161px;
	background-image: url('images/img_03.png');
}

/* MENU */

#menu {
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 890px;
	height: 30px;
	background-image: url('images/img_04.png');
	background-repeat: repeat-x;
	background-color: #466588;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	padding-top: 2px;
	font-size: 14px;
	float: left;
	list-style: none;
}

#nav li  a {
	display: block;
	color: #ffffff;
	width: auto;
        margin-right: 20px;
}

#nav > li  > a {
	height: 21px;
	font-weight: bold;
}

#nav li ul{
	margin: 0;
	padding: 4px;
	position: absolute;
	display: none;
}

#nav li ul li {
	float: none;
	display: block;
}

#nav li ul li a {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid white;
	text-decoration: none;
	width: auto;
	background: #3e5064;
}
	
#nav li ul li a:hover {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid white;
	text-decoration: none;
	width: auto;
	background: #003366;
}

#side {
	width: 900px;
	height: auto;
	margin: 20px auto;
}

.side_center {
	width: 688px;
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.side_canter_table {
	width: 532px;
	float: left;
	padding: 3px;	
}

.left_panels {
	margin: 4px 0;
	float: left;
	width: 143px;
	padding: 3px;
	border-left: 1px solid #c1c1c1;
}

.right_panels {
	margin: 0 0 0 10px;
	width: 200px;
	float: right;
}

.news_cat {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.news_cat img {
	border: 0px;
}

.news {
	width: 522px;
	margin: 0 auto;
}

.news_title {
	font-size: 14px; 
	font-weight: bold;
	color: #3e5064;
}

.news_news {
	text-align: justify;
	font-size: 11px;
}

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
	clear: both;
}

.news_footer {
	height: 16px;
	background-image: url('images/img_06.png');
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
	padding: 3px 0;
	margin: 3px 0 5px 0;
}

.news_footer, .news_footer a {
	color: #696969;
}

.news_footer a:hover {
	color: #3e5064;
}

.news_sticky  {
	padding: 5px 5px 0 5px;
	width: 512px;
	margin: 0 auto;
	border: 1px solid #c1c1c1;
}

.news_sticky_footer  {
	text-align: right;
	font-size: 11px;
	padding: 7px 0 1px;
}

.news_sticky_footer, .news_sticky_footer a  {
	color: #696969;
}

.news_sticky_footer  a:hover {
	color: #3e5064;
}

.table_tresc {
	padding: 5px;
	width: 510px;
	margin: 0 auto 5px;
	border: 1px solid #c1c1c1;
	font-size: 11px;
}

.left_panel_title {
	width: 135px;
	padding-left: 10px;
	color: #3e5064;
}

.left_panel_hr {
	width: 145px;
	height: 7px;
	background-image: url('images/img_07.png');
}

.left_panel_tresc {
	width: 145px;
	font-size: 11px;
	margin-bottom: 10px;
}

.right_panel_title {
	width: 160px;
	height: 20px;
	padding: 5px 0 0 40px;
	background-image: url('images/img_08.png');
	color: #ffffff;
	font-weight: bold;
}

.right_panel_tresc {
	width: 180px;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.footer {
	clear: both;
	width: 900px;
	height: 10px;
}

#footer {
	clear: both;
	margin: 10px auto 2px;
	padding: 0 0 0 10px;
	width: 890px;
	height: 30px;
	background-image: url('images/img_04.png');
	background-repeat: repeat-x;
	background-color: #466588;
}

.footer_up {
	width: 900px;
	clear: both;
	margin: 0 auto;
	font-size: 9px;
	text-align: center;
	color: #717171;
}

.footer_left {
	padding: 10px 0 0 0;
	width: 445px;
	height: 20px;
	color: #ffffff;
	float: left;
}

.footer_right {
	padding: 10px 5px 0 0;
	width: 440px;
	height: 20px;
	color: #ffffff;
	float: left;
	text-align: right;
}

.panels_foot {
	clear: both;
	width: 900px;
	margin: 10px auto;
}

.panel_foot {
	float: left;
	width: 300px;
}