@import url("yui-reset.css");

/* restety moje */
img {
	margin: 0;
	padding: 0;
	/*
	display: block;
	*/
}

body{
	background: #FFFFFF url(../img/top_bg.jpg) repeat-x;	
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* top */

#top{
	width: 960px;
	height: 113px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

#top h1{
	float: left;
	text-indent: -5000em;
	background: url(../img/logo_gif.gif) no-repeat;
	width: 300px;
	height: 103px;
}

#top h2{
	font-size: 300%;
	font-weight: bold;
	letter-spacing: -0.05em;
	float: left;
	padding-left: 20px;
}

#top img{
	float: left;
}

#top dl{
	float: right;
	clear: right;
	margin-top: 20px;
	margin-left: 20px;
}

#top dl dd, #top dl dt{
	width: 100%;
	text-align: right;
}

#top dl dt{
	font-weight: bold;	
}

#top a{
	color: #346086;
}

#top ul{
	float: right;
	margin-top: 10px;
}

#top ul li{
	float: left;
	text-align: right;
	padding-left: 25px;
	margin-left: 15px;
}

#top ul li.pl{
	background: url(../img/flaga_pl.jpg) 0% 50% no-repeat;
}

#top ul li.de{
	background: url(../img/flaga_de.jpg) 0% 50% no-repeat;
}

#top ul li.ru{
	background: url(../img/flaga_ru.jpg) 0% 50% no-repeat;
}

#top ul li.en{
	background: url(../img/flaga_en.jpg) 0% 50% no-repeat;
}

/* menu */

#top-menu{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(../img/menu_bg.gif) no-repeat;
}



/* top banner */

#top-banner{
	width: 960px;
	height: 150px;
	margin: 10px auto;
	
}

/* page */

#page{
	width: 960px;
	margin: 0 auto;
}

/* left side */

#left-side{
	width: 180px;
	float: left;
}

#pogoda{
	margin-left: 20px;
}

.left-post{
	background: url(../img/title_bg.gif) no-repeat;
	padding: 0 10px 10px 10px;
	width: 160px;
	float: left;
}

.left-post h2{
	font-size: 130%;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0px 2px 0px;
	margin-bottom: 10px;
	text-align: center;
}

dl.calendar{
	font-size: 90%;
}

dl.calendar dt{
	font-size: 95%;
	color: gray;
	background: url(../img/c.gif) 0 50% no-repeat;
	padding-left: 22px;
}

dl.calendar a{
	color: #bb0000;
	text-decoration: none;
}	

dl.calendar a:hover{
	text-decoration: underline;
}

dl.calendar dd.title{
	font-weight: bold;
	padding-left: 5px;
	font-size: 110%;
	font-family: Georgia;
}


dl.calendar dd.info{
	padding-left: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e4e4e4;
}

dl.calendar dd.info a{
	color: #346086;
}


.left-post a.partners{
	margin-left: 5px;
}



/* content */

#content{
	width: 580px;
	float: left;
	margin-left: 10px;
}


.reklama{
	padding-bottom: 5px;
	float: left;
}

.content-post{
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
	background: url(../img/title_bg_2.gif) no-repeat;
	width: 560px;
}

.no-bg{
	background: none;
}

.content-post a{
	color: #346086;
	text-decoration: none;
}

.content-post a:hover{
	text-decoration: underline;
}

.content-post a.more{
	float: right;
	margin-right: 10px;
	color: #de6001;
	font-size: 90%;
}

.content-post h2{
	font-size: 160%;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 10px 2px 0px;
	font-family: Georgia;
}

.content-post h2 a{
	color: #000;
	text-decoration: none;
}

.content-post h3{
	font-size: 120%;
	margin-top: 10px;
	font-weight: bold;
	clear: both;
}

.content-post p{
	text-indent: 20px;
	padding: 5px 0;
	text-align: justify;
	font-size: 100%;
}

.content-post p.noindent{
	text-indent: 0px;
}

.content-post span.info{
	color: gray;
	font-size: 80%;
	display: block;
}

.content-post img{
	margin: 10px 10px 10px 0px;
	padding: 2px;
	border: 1px solid #e4e4e4;
}


.content-post ul{
	list-style-type: circle;
	padding-left: 30px;
}


/* lista obiektów */

.content-post form{
	background: #eee;
	padding: 10px;
	margin-top: 10px;
}

.content-post table.obiekty{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #eee;
}

.content-post table.obiekty tr td{
	padding: 5px;
}

.content-post table.obiekty tr.naglowek{
	background: #eee;
	font-weight: bold;
}

.content-post table.obiekty tr.naglowek td.col1{
	width: 60%;
}

.content-post table.obiekty tr.naglowek td.col2{
	width: 20%;
}

.content-post table.obiekty tr td.col3{
	width: 10%;
}

.content-post table.obiekty tr td img{
	width: 75px;
}

/* lista członków */

.content-post dl.members{
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
}

.content-post dl.members dt{
	float: left;
	padding-right: 5px;
}

.content-post dl.members dd{
	padding-left: 18px;
}

.content-post dl.members dd.nazwa{
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* skład zarządu */

.content-post dl.zarzad{
	width: 500px;
	margin-top: 10px;
	float: left;
}

.content-post dl.zarzad dt{
	float: left;
	text-align: right;
	width: 80px;
}

.content-post dl.zarzad dd{
	width: 400px;
	float: right;
}

.content-post dl.zarzad dd.nazwa{
	font-size: 120%;
	font-weight: bold;
}

.content-post dl.zarzad dd.nazwa a{
	color: #000;
}

.content-post dl.zarzad dd.nazwa a:hover{
	text-decoration: none;
}


/* biuro */ 

.content-post dl.biuro{
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
}

.content-post dl.biuro dt{
	float: left;
	padding-right: 10px;
}

.content-post dl.biuro dd{
	padding-left: 80px;
}

.content-post dl.biuro dd.nazwa{
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* status */

.status p{
	text-indent: 0px;
	font-size: 90%;
	margin:0;
	padding: 0;
}

.status p.title{
	font-weight: bold;
	padding-top: 10px;
}


.status ol{
	list-style-type: decimal;
	padding-left: 20px;
	font-size: 90%;
}

.status ol.alpha{
	list-style-type: lower-alpha;
}

.status ol li ol{
	list-style-type: lower-alpha;
	font-size: 100%;
}

.status ul{
	list-style-type: none;
	padding: 0;
	font-size: 90%;
}

.status ul li ul{
	list-style-type: none;
	padding-left: 10px;
	font-size: 100%;
}

/* herb powiatu */

.content-post dl.powiat{
	clear: both;
}

.content-post dl.powiat dt{
	float: left;
}

.content-post dl.powiat dt img{
	width: 100px;
	border: 0;
}

.content-post dl.powiat dd.title{
	font-weight: bold;
	padding-top: 10px;
}	

/* download */

.content-post dl.download{
	margin-top: 20px;
}

.content-post dl.download dt{
	float: left;
	margin-right: 10px;
}

.content-post dl.download dt img{
	border: 0;
	margin: 0;
	padding: 0;
}

.content-post dl.download dd{
	font-weight: normal;
}

.content-post dl.download dd.opis{
	font-size: 80%;
	font-weight: normal;
	color: gray;
}

/* mapy na stronie powiatu */
.content-post img.maps{
	margin-left: 45px;
	border: 0;
}

/* obrazki na stronie gmin */
.content-post img.gal_1{
	float: left;
	height: 200px;
}

/* dane adresowe */

.content-post ul.dane-adresowe{
	list-style-type: none;
	margin-top: 10px;
}

.content-post ul.dane-adresowe li.gmap{
	background: url(../img/marker.jpg) left no-repeat;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 90%;
	float: left;
}


/* piktogramy */
div.pict {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

div.pict img{
	margin: 2px;
	float: left;
	width: 32px;
	border: 0;
}


/* inne obiekty w tej samej kategorii */
.content-post ul.inne-obiekty{
	margin-top: 10px;
}


.detail{
	display: block;
	clear: both;
	width: 540px;
	height: 30px;
	background: url(../img/detail.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 11px;
	padding-right: 20px;
	font-size: 90%;
}

.detail span, .detail a{
	border: 1px solid #ccc;
	padding: 0px 5px;
	text-decoration: none;
}

.detail span{
	color: #ccc;
}

.detail a:hover{
	background: #ddd;
	text-decoration: none;
}

p.gray-box{
	background: #e0e0e0;
	text-indent: 0;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}


/* ankieta */

dl.ankieta{
	margin-bottom: 20px;
}

dl.ankieta dt{

}

dl.ankieta dd{
	margin-left: 20px;
}

dl.ankieta dd input{
	margin-right: 5px;
}

/* wykres */

dl.wykres{
	margin-bottom: 20px;
}

dl.wykres dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dl.wykres dd{
	font-size: 0%;
	height: 10px;
}

dl.wykres dd.opis{
	height: 25px;
	font-size: 90%;
}

/* sciezki turystyczne */

dl.sciezka {
	margin-left: 10px;
}

dl.sciezka dt{
	font-weight: bold;
	font-size: 95%;
	margin-top: 10px;
}

dl.sciezka dd{
	margin-bottom: 10px;
}


/* szlaki turystyczne */
dl.szlaki dt{
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
}

dl.szlaki dd{
	margin-left: 10px;
	margin-top: 10px;
}

dl.szlaki dd.obrazek{
	float: left;
	margin: 0;
}

dl.szlaki a{
	font-size: 90%;
}

dl.szlaki dd a.readmore{
	color: #DE6001;
}

dl.szlaki dd a.moreinfo{
	color: #DE6001;
	width: 125px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.skladki{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.skladki td{
	padding:5px;
}

.w80{width:80%;}

.color1{background:#ddd;}
.color2{background:#eee;}

/* right side */

#right-side{
	width: 180px;
	float: right;	
}

div#reklama{
	float: left;
	width: 180px;
}

.right-post{
	background: url(../img/title_bg.gif) no-repeat;
	padding: 0 10px;
	float: left;
	width: 170px;
}

.right-post h2{
	font-size: 130%;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0px 2px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.right-post a{
	float: left;
	margin-bottom: 10px;
	margin-left: 7px;
	text-decoration: none;
	color: #346086;
	font-size: 11px;
	text-align: center;
}

.right-post a.one{
	padding-left: 40px;
}

/* footer */

#footer{
	clear: both;
	width: 920px;
	background: url(../img/footer_bg_2.gif) no-repeat;
	margin-bottom: 20px;
	font-size: 90%;
	padding: 10px 20px;
	
	text-align: center;
}

#footer h4{
	font-family: Georgia;
	font-size: 18px;
	padding-bottom: 10px;
}

#footer a{
	text-decoration: none;
}

#footer img{
	padding: 4px;
	height:60px;
}

#footer p.copy{
	margin-left: 20px;
	float: left;
}

#footer p.btm-menu{
	float: right;
	margin-right: 20px;
}

#footer p.btm-menu a{
	color: #000;
	text-decoration: underline;
}

#footer p.btm-menu a:hover{
	text-decoration: none;
}

/* other */

.left{
	float: left;
}

.clear{
	clear: both;
}

.bezwciecia{
	text-indent: 0px;
}

.zoom{
	font-weight: bold;
	font-size: 120%;
}

.orange{
	color: orange;
}

.green{
	color: green;
}

.noborder{
	border: 0;
}

/* galeria obrazów */

img.thumb-img{
	padding: 5px;
	border: 5px solid #eee;
	
}


/* kalendarz imprez */
table.imprezy{
	font-size: 11px;
	margin-top: 10px;
}

.imprezy tr.nagl{
	background: #019245;
	color: #fff;
}

.imprezy tr.row1{
	background: #eee;
}

.imprezy tr.row2{
	background: #ddd;
}

.imprezy tr td{
	padding: 5px;	
}


object{
	margin-bottom: 10px;
	float: left;
}

dl.kontakt{margin-top:10px;}
dl.kontakt dt{font-weight:bold;}
