/* CSS Document */
.lista{
display:list-item;
margin-left:30;
}
body{
 font-family:arial;
 background:#BDBCBC;
 margin-top:0;
 margin-left:0;
 margin-right:0;
 margin-bottom:0;
}

b i {
 font-size:12px;
 height:20;
 margin-top:5;
 border-bottom:1px solid #9e9c9c;
}
td.news p {
	padding-left:10px;
	font-size:12;
}
td.news a {
text-align:right;
font-size:12;
color:red;
display:block;
text-decoration:none;
}

p, div{
 font-size:14px;
 color:#5F5F5F;
 text-align:justify ;
}
.img_news{
  width:90;
  height:90;
}
td.tresc p img{

  margin-right:6;
  border:1px solid #C1C0C0;
  }
  td.tresc{
  padding-left:20;
  padding-right:20;
  }
td.gradient_lewo{
	width:23;
	background:URL('images/lewo_gradient.gif');
}
td.gradient_prawo{
	width:23;
	background:URL('images/prawo_gradient.gif');
}
td.glowna{
	vertical-align:top;
	width:882;
	background:URL('images/tlo.gif');
}
td.stopka a, td.stopka a:visited,td.stopka a:hover, td.stopka a:link{
font-weight:bold;
text-align:right;
font-size:12;
text-decoration:none;
color:#9E9C9C;
}
td.stopka{
font-weight:bold;

text-align:right;
font-size:12;
color:#9E9C9C;
height:34;
background:URL('images/dol_tlo.gif');
}
td.licznik{
font-weight:bold;
text-align:left;
font-size:12;
color:#9E9C9C;
height:34;
background:URL('images/dol_tlo.gif');
}
td.naglowek{
	font-family:arial;
    color:white;
	font-weight:bold;
	height:36;
	background:URL('images/naglowek_tlo.gif');
}

#szybkie{
width: 108px;
padding-bottom:9;
font-family:  Arial, sans-serif;
font-size: 11;
font-weight:bold;
background-color: white;
color: ffd400;
}

* html #szybkie{ /*IE 6 only */
width: 108px; /*Box model bug: 180px minus all left and right paddings for #szybkie */
}

#szybkie ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
font-weight:bold;
}

#szybkie li {
border-bottom: 2px solid #e9e9e9;
margin: 0;
font-weight:bold;
}

#szybkie li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #ffd400;
color: #9e9c9c;
text-decoration: none;
font-weight:bold;
width: 100%;
}

html>body #szybkie li a{ /*Non IE6 width*/
width: auto;
}

#szybkie li a:hover{
border-left: 10px solid #ff8a0d;
color: #9e9c9c;
font-weight:bold;
}

#manu{	
        	
	    
		font-family:arial;	/* Font for main menu items */
		width:163px;	/* Width of main menu */
		
	}
	#manu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#manu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#manu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#manu	li a{	/* Main menu links */
	    padding-top:13;
		text-decoration:none;	/* No underline */
		color:#9e9c9c;	/* Black text color */
		font-size:12;
		font-weight:bold;
		height:27px;	/* 20 pixel height */
		text-align:center;
		vertical-align:bottom;
		background:URL('images/btn_off.gif');	/* Light blue background color */
		display:block;
	}
		#manu	li.dluga_nazwa a{	/* Main menu links */
	    padding-top:5;
		text-decoration:none;	/* No underline */
		color:#9e9c9c;	/* Black text color */
		font-size:12;
		font-weight:bold;
		height:33px;	/* 20 pixel height */
		text-align:center;
		vertical-align:bottom;
		background:URL('images/btn_off.gif');	/* Light blue background color */
		display:block;
	}
	#manu li a:hover,#manu .activeMainMenuItem{
		color:#9e9c9c;
		background:URL('images/btn_on.gif');
	}

	.dhtmlgoodies_subMenu{
	
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #9e9c9c;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	    font-size:12px;
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#7F7F7F;	/* Black text color */
		
		height:14px;	/* 16 pixels height */
		padding:4px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000;	/* White text */
		background-color:#E3E4E4;	/* Blue background */
	}