/*--------------------------------------------------------
	css theme name: gostyn24
	author: bartosz mediger (http://mediger.net)

	created: july 14, 2007
	
*/


* { margin: 0; padding: 0; }


html {
	height: 100%;

	overflow: auto;
	overflow-x: hidden; }


blockquote { padding-bottom: 15px; }


body {
	width: 100%;
	background: #07184f url(../images/backg.jpg) repeat-x;
	padding: 10px 0 0 0; }


body, h1, h2, h4, input, label, legend, select, small, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333; }


fieldset { border: none; }
	

label { cursor: pointer; }


img { border: none; }


img.left {
	float: left;
	margin: 2px 10px 0 0; }


ins { text-decoration: none; }



input, textarea {
	height: auto;
	padding-left: 3px; }

	
	
p { padding-bottom: 20px; }



ul { list-style: none !important; }



li {
	/*background: url(../images/arrow.gif) no-repeat left 4px;*/
	padding-left: 8px; }

	
	
small {
	font-size: 11px;

	line-height: 12px;
	display: block; }


	
	
textarea { overflow: auto; }



	
	
	


/* nawgiacja */

a { color: #014d8d; text-decoration: none; }

a:hover {
	background: #014d8d;
	color: #fff; }

a.nbl:hover {
	background: none !important;
	text-decoration: underline !important;
	color: #014d8d; }
	


a.last { border: none !important; }







/* 
	headers
----------------------------------------------------------*/




h1, h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #034e8f }


h2 {
	padding: 0 0 12px 0;
	font-size: 12px; }


h3 {
	margin: 0 0 15px 0;
	font-size: 21px;
	font-weight: bold; }
	
	
h4 {
	padding: 10px 0 10px 0;
	font-size: 13px; }


h5 {
	height: 22px;
	line-height: 22px;
	background: url(../images/sonda_header.gif);
	padding: 0 0 0 33px;
	font-size: 12px;
	color: #024d8e; }
	
h1 { padding: 0 0 4px 0; }	

h6 a {
	font-size: 13px;
	font-weight: bold; }
	
	

	



/* 
	id
----------------------------------------------------------*/
#actions {
	width: 100%;
	float: right; }


	
	
/* dodaj komentarz */

#addComment {
	position: relative;
	width: 100% !important; }

#addComment label {
	float: left;
	width: 430px;
	text-align: left; }
	
	#addComment fieldset {
		background: #fcfcfc;
		border: 1px solid #999;
		padding: 5px 5px 20px 5px; }

	#addComment input,
	#addComment textarea { margin: 1px 0 1px 3px; }

	#addComment #f_tytul,
	#addComment #f_tresc,
	#addComment #f_nick {
		width: 300px; height: 17px;
		margin: 1px;
		padding: 0 2px 0 2px;
		border: 1px solid #999; }
		
	#addComment h4 { background: #9a3300; }
	
	#addComment h4 a { color: White; }

	#addComment legend {
		font-size: 120%;
		padding: 10px; }
		
	#addComment textarea {
		height: 120px !important;
		overflow: auto; }
		
	#addComment label span {
		width: 110px; float: left;
		text-align: right; }
	
	#addComment #send {
		position: absolute; right: 10px; bottom: 15px;
		width: 44px; height: 25px;
		background: url(../images/button_wyslij.gif);
		font-size: 12px; }
	
	#addComment #zapisz { margin-right: 35px; }






#ankieta h3 { display: none; }




#bignews {
	float: left;
	position: relative;
	width: 518px;
	border: 1px solid #dbdbdb;
	padding: 5px 11px 20px 11px;
	background: #2b7dc2 url(../images/bignews_back.gif) repeat-x top; }
	
	#bignews * { color: #fff; }

	#bignews a span { font-weight: bold; }
	
	#bignews a.komentarzy { position: absolute; left: 12px; bottom: 15px; }
	
	#bignews a.komentarzy:hover {
		text-decoration: underline;
		color: #fff; }
	
	#bignews h3 {
		clear: both;
		margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff; }
	
	#bignews img {
		float: left;
		border: 1px solid #fff;
		margin: 0 0 10px 0; }
		
	#bignews p {
		width: 328px;
		float: right;
		text-align: justify;
		font-size: 12px;
		line-height: 14px;
		padding: 0 0 0 5px; }
		
	







#billboard {
	clear: both;
	width: 968px;
	background: #fff;
	border-top: 1px solid #024d8d;
	padding: 5px 0 5px 0;
	text-align: center; }
	





#center {
	float: left;
	position: relative; 
	width: 538px;
	margin: -30px 0 0 0;
	padding: 0 12px 0 12px; }
	
	#center p { text-align: justify;	}






/* comments */

#comments {
	position: relative;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px; }

	#comments .dodaj {
		position: absolute; z-index: 10; top: 40px; right: 10px;
		margin: -30px 0px 0px 0px;
		background: url(../images/arrow-gray.gif) no-repeat right;
		padding-right: 20px; }

	#comments dl {	margin: 0 0 10px 0; }
	
	#comments dl dd,
	#comments dl dt { overflow: hidden; }

	#comments dl dd { padding: 0 0 0 15px; }

	#comments dt {
		width: 100%;
		margin-bottom: -3px;
		padding: 5px 0 0 0;
		font-weight: bold; }
		
	#comments h3 { font-weight: normal;	}

	#comments .title {
		float: left;
		padding: 0 0 5px 15px;
		font-size: 120%; }
	
	#comments dt a {
		float: left;
		padding: 0 0 5px 15px;
		font-size: 115%; }

	#comments .author {
		float: right;
		font-weight: normal;
		font-style: italic;
		text-align: right; }

	#comments .plus { background: url(../images/plus.gif) no-repeat 0px 4px; }



	/* wybrany komentarz */

	#comments dl.active { margin-left: -15px; }

	#comments dl.active .active  { font-size: 120%; }

	#comments dl.active .author { font-size: 11px; }

	#comments dl.active dd.active { padding-bottom: 15px; }








#container {
	width: 990px; 
	margin: 0 auto; }





#day {
	position: absolute; top: 100px; /*top: 140px; */right: 20px;
	font-size: 10px;
	color: #666; }




	
#foot {
	float: left;
	width: 100%; }

	#foot,
	#foot * { color: #0e296b; }

	#foot a { font-weight: bold; }

	#foot a:hover { color: #fff; }

	#foot_inside {
		width: 990px; height: 139px;
		margin: 0 auto;
		background: url(../images/foot.gif); }

	#foot .links,
	#foot .rights {
		float: left;
		padding: 25px 10px 0 20px; }

	#foot .links a {
		border-right: 1px solid #0e296b;
		padding: 0 5px 0 5px; }	
	
	#foot .realization {
		float: right;
		padding: 25px 20px 0 0; }

	






/* forum - zajawki */

#forum {
	float: right;
	width: 204px;
	overflow: hidden; }
	
	#forum div {
		background: url(../images/forum_back.gif) repeat-y;
		margin-top: -2px; 
                font-size: 10px;}
	
	#forum div div {
		background: url(../images/forum_top.gif) no-repeat top; }
		
	#forum div div div {
		min-height: 283px; 
		background: url(../images/forum_bottom.gif) no-repeat bottom;
		padding-top: 10px;}
	
	#forum dl { padding: 10px 10px 0 6px; }
	
	#forum a {
		
		color: #333; }
		
	#forum a:hover { color: #fff; }
	
	#forum dt {
		background: url(../images/doc.gif) no-repeat left 3px;
		padding: 0px 0px 0px 12px; 
font-weight: bold; }
	
	#forum dd { padding: 0px 0px 0px 12px;  }







#gallery { }

	#gallery a img {
		border: 1px solid #aaa;
		margin: 4px;
		padding: 2px; }

	#gallery a:hover { background: none !important; }
		
	#gallery a:hover img { border: 1px solid #045a84; }

/*

	#gallery img {	
		border: 1px solid #666;
		margin: 2px 6px 2px 0;
		-moz-opacity: .5; opacity: .5; }

	#gallery a:hover { background: none; }
	
	#gallery a.last img { margin-right: 0; }

	#gallery a:hover img { -moz-opacity: 1; opacity: 1; }*/






#header {
	position: relative;
	float: left;
	width: 100%; height: 132px;
	background: url(../images/header_back.gif) repeat-x; }

	#header .baner { position: absolute; top: 35px; right: 9px; }



	



/* kontakt - formularz */
	
	
#kontakt {
	width: 510px; }

#kontakt div {
	padding: 3px 0 3px 0; }

#kontakt fieldset {
	clear: both;
	width: 488px;
	border: 1px solid #999;
	padding: 10px 34px 20px 10px; }

#kontakt input {
	width: 150px;
	padding: 1px 3px 1px 3px; }

#kontakt textarea {
	width: 377px; height: 100px;
	padding: 3px; }
	
#kontakt label {
	float: left;
	width: 100px; }

#kontakt span { color: #ff0000; }


#kontakt .button {
	float: right;
	width: 70px; height: 20px;
	text-indent: 0 !important;
	border: 1px solid #333;
	margin: 5px 0 0 0;
	color: #000; }






/* komu ufasz */

#komu * { overflow: hidden; }

#komu {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	border-collapse: collapse; }

	#komu td {
		border-collapse: collapse;
		background: #f2f2f2;
		padding: 2px; width: 82px;
		vertical-align: top;
		text-align: center; }

	#komu h4 {
		background: none;
		padding: 0 0 5px 0;
		font-size: 13px;
		text-transform: none;
		color: #045a84; }

	#komu p {
		clear: both;
		padding-bottom: 5px;
		text-align: center; }

	#komu strong { padding: 0 5px 0 0; }

	#komu small { padding: 0 0 8px 0; }

	#komu img {
		border: 1px solid Black; }

	#komu .buttons {
		width: 80px;
		padding: 5px 0 5px 0;
		text-align: left; }

	#komu .buttons a {
		float: left;
		width: 80px; height: 25px;
		line-height: 25px;
		color: #333 !important;
		margin: 0 0 5px 10px;
		text-indent: 30px; }

	#komu .dark { background: #ddd; }


	#komu .buttons a.up { background: url(../images/hand_up.gif) no-repeat; }
	#komu .buttons a.down { background: url(../images/hand_down.gif) no-repeat; }
	
	#komu .buttons a:hover { background-position: 0 -25px; }





#left {
	float: left;
	width: 203px; }


#left,
#center,
#right {
	padding-bottom: 1.5em; }






#logo {
	position: absolute; left: 0px; top: 0px;
	width: 391px; height: 132px;
	background: url(../images/logo.gif); }	





/* menu - left */
	
#menu {
	width: 100%; 
	overflow: hidden;
	padding: 0 0 9px 0; }

	#menu li {
		float: left;
		width: 170px; height: 22px;
		background: url(../images/menu_back.gif);
		padding: 0 0 0 28px; }
		
	#menu ul li { background: url(../images/menu_back2.gif); }

	#menu a {
		display: block;
		padding: 0 0 0 5px;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		color: #fff; }
		
		
	#menu li.position {
		height: 37px;
		background: url(../images/h_jestes.gif) no-repeat; }
		
		#menu li.position span {
			padding: 10px 5px 0 0;
			font-size: 18px;
			float: right;
			color: #034e8f; }




/* miasta */

#miasta { position: absolute; top: 8px; right: 0; }
	
	#miasta a {
		float: right;
		width: 70px; height: 16px;
		background: url(../images/miasto_back.gif);
		margin-left: 1px;
		font-weight: bold;
		text-align: center;
		line-height: 16px;
		color: #fff; }
		
	#miasta a:hover { color: #ffb905; }


#nbl a:hover {
	text-decoration: underline; }












#najnowszeOgloszenia {
	float: left;
	position: relative;
	width: 192px;
	background: #f6f6f6 url(../images/h_najnowsze_ogloszenia.gif) no-repeat top;
	border: 1px solid #bebbbb;
	margin: 5px 0 5px;
	padding: 25px 6px 5px 5px; }
	
	#najnowszeOgloszenia a {
		width: 187px;
		float: left;
		font-size: 11px;
		color: #171717; }
		
	#najnowszeOgloszenia a:hover {
		background: none;
		text-decoration: underline; }
	

	#najnowszeOgloszenia .dodaj_ogloszenie,
	#najnowszeOgloszenia .zobacz_wszystkie {
		font-weight: bold;
		text-align: center;
		padding: 1px; }
		
	#najnowszeOgloszenia .zobacz_wszystkie { margin: 5px 0 0 0; }

	























#news {
	float: left;
	width: 327px; }
	
	#news div {
		clear: both;
		margin-bottom: 0; }

	#news h6 { clear: both; }

	#news img {
		float: left;
		margin: 2px 8px 0 0; }

	#news p { text-align: justify; }
	
	
	
	.date { float: left; }

	.komentarzy { float: right; }
	
/*	#sub #news { width: 100%; }*/

	#news.sub { width: 100%; }





#nieprzegap {
	border: 1px solid #dbdbdb;
	width: 203px; height: 200px;
	background: #2b7dc2 url(../images/bignews_back.gif) repeat-x top;
	margin: 0 0 8px 0;
	padding: 2px 0 0 0; }
	
	#nieprzegap .imageElement h3 { color: #fff !important; }
	
	

	#nieprzegap h4 {
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		margin: 0;
		padding: 0; }









#ostatnie-ogloszenia { width: 204px; }

	#ostatnie-ogloszenia h1 { text-transform: uppercase; }

	.adv {
		float: left;
		position: relative; z-index: 100;
		width: 204px;
		border-bottom: 1px solid #dcdcdc;
		padding: 5px 0 10px 0;
		text-decoration: none;
		color: #333; }
	
	.adv:hover {
		background: #efefef;
		color: #333; }

	.adv h4 {
		padding: 0 0 5px 0;
		font-size: 11px;
		font-weight: bold;
		color: #025ea7; }
		
	.adv h6 {
		font-size: 9px;
		color: #333; }

	.adv img {
		float: left;
		margin: 2px 7px 0 0;
		border: 1px solid #5c5c5c; }


	/*#wybrane_artykuly a { color: #333; }
	
	#wybrane_artykuly a:hover { color: #fff; }

	#wybrane_artykuly li {
		background: url(../images/dot.gif) no-repeat left 4px;
		padding: 1px 0 1px 10px; }*/

















#page {
	float: left;
	position: relative;
	background: #fff;
	width: 968px;
	padding: 0 11px 0 11px }	








#pages {
	float: right;
	padding: 20px 0 0 0; }

	#pages a {
		float: left;
		padding: 3px 4px 3px 4px; }

	#pages a.hit,
	#pages a.hit:hover {
		background: none;
		cursor: default;
		font-weight: bold; 
		color: #333; }












/* przydatne linki */


#przydatne {
	position: relative;
	width: 558px;
	padding: 120px 0 0 0;
	background: url(../images/przydatne_linki.gif) no-repeat top;
	margin: 0 auto 20px auto; }
	
	#przydatne h4 {
		width: 99%;
		padding: 0 0 5px 0; 
		text-align: center;
		line-height: 20px;
		color: #333; }
		
	#przydatne h4 a {
		float: none;
		color: #043464; }

	#przydatne .dodaj_link {
		display: block;
		position: absolute; top: 13px; right: 0;
		width: 55px; height: 44px;
		background: url(../images/button_dodaj_link.gif) no-repeat;
		text-indent: -10000px; }
	
	#przydatne .dodaj_link:hover { background-position: 0 -44px; }
	
	#przydatne ul {
		float: left;
		width: 240px;
		padding: 5px 0 0 0; }
	
	#przydatne ul li {
		border-bottom: 1px solid #d9d9d9;
		width: 230px;
		padding: 5px 0 5px 10px; }
	
	#przydatne ul a {
		background: url(../images/arrow.gif) no-repeat left;
		padding: 0 0 0 10px;
		font-size: 13px;
		color: #2b559b; }

	#przydatne .right {
		float: right;
		padding: 5px 33px 0 0; }
	

	/* link */
	
	#przydatne .link {
		border-bottom: 1px solid #d9d9d9;
		padding: 10px 0 10px 10px; }

	#przydatne .link h4 {
		margin-left: -10px;
		_margin-left: -5px;
		padding-bottom: 0;
		text-align: left; }

	#przydatne .link h4 a {
		background: url(../images/arrow.gif) no-repeat left;
		padding: 0 0 0 10px;
		font-size: 12px !important;
		color: #2b559b; }
	
	#przydatne .link p { padding: 0; }
	
	#przydatne .sort {
		font-size: 11px;
		text-align: center;
		color: #333; }
		
	#przydatne .zglos {
		border-left: 2px solid #d9d9d9;
		padding: 0 0 0 10px;
		font-weight: normal !important;
		color: #043464 !important; }







#right {
	float: right;
	width: 203px;
	margin: -30px 0 0 0; }



#right_inside {
	float: right;
	width: 204px; }



#section {
	margin: -30px 0 40px 11px; }



#toolbar {
	float: left;
	width: 100%; height: 30px; }

/* scroll */

#scroll {
	height: 22px;
        line-height: 12px;
	background-color: #024D8D;
	margin: 0 0 12px 0;
	padding: 1 0 0 10px;
	color: White; }

	

#toolbar {
	width: 90%;
	float: left; }	

	
	
/* sonda */

#sonda { float: left;
margin-top:10px; }

	#sonda form {
		padding: 0px 0px 0px 0px;
		text-align: center; }

	#sonda li input { margin-right: 4px; }


	#sonda p {
		font-weight: bold;
		text-align: center;
		padding: 10px 0 10px 0; }

	#sonda ul {
		padding: 0 0 5px 0;
		text-align: left; }
	
	






#wybrane_artykuly { width: 204px; }

	#wybrane_artykuly a { color: #333; }
	
	#wybrane_artykuly a:hover { color: #fff; }

	#wybrane_artykuly li {
		background: url(../images/dot.gif) no-repeat left 4px;
		padding: 1px 0 1px 10px; }







#wyszukiwarka {
	float: left; }

	#wyszukiwarka fieldset { border: none; }

	#wyszukiwarka input {
		float: left;
		width: 150px; height: 15px;
		border: 1px solid #999;
		padding: 2px 0 0 3px; }

	#wyszukiwarka a.submit { float: left; }

	#wyszukiwarka label {
		float: left;
		padding: 0 3px 0 10px;
		font-size: 10px;
		font-weight: bold; }







/* wyszukiwarka - rezultat */

#wyszukiwarka-rezultat dl { margin: 10px 0 10px 0; }
		
#wyszukiwarka-rezultat dt a { font-weight: bold; }







#zajawki {
	float: left;
	width: 540px; }







/* 
	classes
----------------------------------------------------------*/

.baner { margin: 0 0 5px 0; }



.baner:hover a { background: none; }



.button, .btn {
	display: block;
	border: none !important;
	-moz-opacity: 0.8; opacity: 0.8;
	text-align: center;
	text-indent: -10000px;
	cursor: pointer; }

	.button:hover, .btn:hover { -moz-opacity: 1; opacity: 1; }




.menu-top {
	padding: 8px 0 3px 0;
	text-align: center; }

.menu-top li {
	display: inline;
	padding: 0; }
	
	.menu-top a {
		border-right: 1px solid #0e296b;
		padding: 0px 3px 0px 3px; }
		
	



.frame {
	width: 100%;
        _width: 98%;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0; }

	

.glosuj {
	width: 42px; height: 23px;
	background: url(../images/button_glosuj.gif);
	margin: 0 auto 3px auto; }


.nastepne {
	float: right;
	width: 72px; height: 18px;
	background: url(../images/button_nastepne.gif);
	padding: 0 !important; }
	
.nastepne:hover { background: url(../images/button_nastepne.gif) 0 -18px; }
	

.photo img {
	float: left;
	border: 1px solid #aaa;
	margin: 2px 8px 4px 0;
	padding: 2px; }

.photo:hover { background: none !important; }


.photo:hover img { border: 1px solid #045a84; }


.poprzednie {
	float: right;
	width: 78px; height: 18px;
	background: url(../images/button_poprzednie.gif);
	padding: 0 !important; }

.poprzednie:hover { background: url(../images/button_poprzednie.gif) 0 -18px; }



.print {
	float: right;
	line-height: 15px;
	background: url(../images/i_print.gif) no-repeat right 0;
	padding: 0 18px 0 0 }



.print:hover { background: #014d8d url(../images/i_print_white.gif) no-repeat right 0; }



.question { font-weight: bold; }



.submit {
	border: none;
	width: 40px; height: 19px;
	background: url(../images/buttonb.gif) repeat-x;
	line-height: 15px;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 1px 0 0 0;
	text-align: center;
	color: #333; }
	


.wiecej,
.wiecej:hover {
	float: right;
	width: 72px; height: 18px;
	background: url(../images/button_wiecej.gif); }
	

.wroc {
	float: right;
	line-height: 15px;
	background: url(../images/i_wroc.gif) no-repeat right 3px;
	margin: 0 10px 0 0;
	padding: 0 18px 0 0; }



.wroc:hover { background: #014d8d url(../images/i_wroc_white.gif) no-repeat right 3px; }













/****************** linki */





/* dodaj_link form */

#dodaj_link { position: relative; }

	#dodaj_link label {
		float: left;
		width: 100%;
		background: transparent;
		padding: 2px 0 2px 0;
		text-align: right; }
	
	#dodaj_link span {
		float: left;
		width: 160px;
		padding: 2px 5px 2px 0;
		cursor: pointer;
		font-size: 11px;
		font-weight: bold; }

	#dodaj_link input, #dodaj_link select, #dodaj_link textarea {
		float: left;
		width: 275px; height: 18px;
		border: 1px solid #999;
		margin: 0 5px 0 0;
		padding: 0 3px 0 3px; }
		
	#dodaj_link option { padding: 2px; }

	#dodaj_link select {
		width: 150px;
		padding: 0 0 0 3px; }

	#dodaj_link span span { font-weight: normal; }

	#dodaj_link textarea { height: 95px; _margin-left: -5px; }

	#dodaj_link .btn {
		display: block;
		position: absolute; top: 188px; right: 20px;
		width: 55px; height: 35px;
		background: url(../images/button_wyslij2.gif) no-repeat;
		text-indent: -10000px; }

	#dodaj_link .btn:hover { background-position: 0 -35px; }













#przydatne {
	position: relative;
	width: 538px;
	padding: 120px 0 0 0;
	background: url(../images/przydatne_linki.gif) no-repeat left top;
	margin: 0 auto 20px auto; }
	
	#przydatne h4 {
		width: 99%;
		padding: 0 0 5px 0;
		text-align: center;
		line-height: 20px;
		color: #333; }
		
	#przydatne h4 a {
		float: none;
		color: #043464; }

	#przydatne .dodaj_link {
		display: block;
		position: absolute; top: 13px; right: 0;
		width: 55px; height: 44px;
		background: url(../images/button_dodaj_link.gif) no-repeat;
		text-indent: -10000px; }
	
	#przydatne .dodaj_link:hover { background-position: 0 -44px; }
	
	#przydatne ul {
		float: left;
		width: 240px;
		padding: 5px 0 0 0; }
	
	#przydatne ul li {
		background: none;
		border-bottom: 1px solid #d9d9d9;
		width: 230px;
		padding: 5px 0 5px 10px; }
	
	#przydatne ul a {
		background: url(../images/arrow.gif) no-repeat left;
		padding: 0 0 0 10px;
		font-size: 13px;
		color: #2b559b; }
		
	#przydatne a:hover { text-decoration: underline; }

	#przydatne .right {
		float: right;
		padding: 5px 33px 0 0; }
	

	/* link */
	
	#przydatne .link {
		margin: 0 30px 0 0;
		border-bottom: 1px solid #d9d9d9;
		padding: 10px 10px 10px 10px;
		_padding-left: 0; }

	#przydatne .link h4 {
		margin-left: -10px;
		_margin-left: -5px;
		padding-bottom: 0;
		text-align: left; }

	#przydatne .link h4 a {
		background: url(../images/arrow.gif) no-repeat left;
		padding: 0 0 0 10px;
		font-size: 12px !important;
		color: #2b559b; }
	
	#przydatne .link p { padding: 0x; _padding-left: 10px; }
	
	#przydatne .sort {
		font-size: 11px;
		text-align: center;
		color: #333; }
		
	#przydatne .zglos {
		border-left: 2px solid #d9d9d9;
		display: block;
		margin: 3px 0 0 0;
		padding: 0px 0 0 10px;
		 _margin-left: 10px;
		font-weight: normal !important;
		color: #043464 !important; }
		
	#przydatne .zglos:hover { background: none; }





#przydatne_back {
	position: absolute; top: 10px; left: 180px;
	display: block;
	width: 175px; height: 58px;
	background: url(../images/empty.gif); }
	
#przydatne_back2 {	
	display: block;
	width: 100px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0; }


#radni {
margin-top: -11px;
	margin-bottom: 7px;
	width: 198px;
	padding: 10px 0 10px 0;
	border: 1px solid #666666;
}







/* szukaj - przydatne linki */

#szukaj { position: absolute; top: 70px; left: 180px; }

	#szukaj input {
		float: left;
		width: 139px; height: 18px;
		border: 1px solid #999;
		margin: 0 5px 0 0;
		padding: 0 3px 0 3px; }

	#szukaj .btn {
		width: 40px; height: 19px;
		background: url(../images/button_szukaj.gif); }