/* zerowanie */
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.231; }
::-moz-selection { background: #f5f5f5; color: #666; text-shadow: none; }
::selection { background: #f5f5f5; color: #666; text-shadow: none; }
:-moz-placeholder { color:#adadad; font-weight:normal; }
::-webkit-input-placeholder { color:#adadad; font-weight:normal; }

/* globalne */
.inactive { opacity: 0.2; filter: alpha(opacity=20); }
.hidden { display:none; }

/* maintenance */
.maintenance { background:url('../img/logo_bip.gif') no-repeat center top; width:440px; padding-top:80px; font-size:.8em; text-align:center; margin:100px auto; }

/* style wlasciwe */
body { font-family:Arial, sans-serif; _background:#efefef; } /* url('../img/body_bg.gif') repeat-x*/

	section.center { width:760px; margin:0 auto; background-color:#fff; overflow:hidden; padding:20px; }
	
	/* naglowek strony */
	header.body { overflow:hidden; }
		header.body .center { background:#fff url('../img/bg_breadcrumbs.gif') repeat-x center bottom; padding-top:35px; padding-bottom:23px;  }
		header.body h1 { margin:0; padding:0; float:left; width:440px; }
		header.body .logo2 { float:right; }
		
		section.bc { clear:left; width:540px; float:left; margin-top:26px; font-size:.75em; line-height:36px; vertical-align:middle; color:#515151; background:url('../img/arrow_right.gif') no-repeat left center; padding-left:15px; }
			section.bc a { text-decoration:none; color:#515151; line-height:35px; display:inline-block; *display:inline; *zoom:1; }
			section.bc a:last-child { color:#0061a9; font-weight:700; }
		
		form.search { clear:right; width:200px; float:right; margin-top:25px; font-size:.75em; vertical-align:middle; padding-top:6px; }
			form.search * { vertical-align:middle; }
			form.search input[type=text] { background:#fff; border:1px solid #cccccc; width:160px; padding:4px; }
			form.search input[type=image] { margin-left:5px; }
	
	/* tresc */
	section.body { overflow:hidden; }
	/* menu strony */
	nav.main { width:195px; float:left; font-size:.8em; margin-right:25px; }
		nav.main ul { padding:0; margin:0; }
		
		nav.main li.l0 { position:relative; }
			nav.main a.l0 { display:block; text-decoration:none; color:#000; padding:5px 10px; border:1px solid #e5e5e5; margin-bottom:5px; }
			nav.main li.l0:hover .l0, nav.main a.l0.active { color:#0061a9; }
		
		/*nav.main ul.l1 .l1 { display:block; padding:2px 10px; color:#000; text-decoration:none; }
			nav.main ul.l1 .l1:hover { color: #0061a9;}*/
			
		nav.main ul.l1 { display:none; position:absolute; top:0; left:100%; background:#5ea4d5; padding-left:5px; } 
			nav.main li.l0:hover ul.l1 { display:block; }
				nav.main a.l1 { display:block; text-decoration:none; color:#fff; padding:5px 10px; margin-bottom:5px; white-space:nowrap }
				nav.main li.l1:hover .l1, nav.main a.l1.active { color:#0061a9; background:#fff; }
	
	/* listy */
	.list { width:540px; float:right; }
		.list article { font-size:.8em; line-height:1.5em; font-weight:300; border:1px dotted #e5e5e5; padding:5px 10px; margin-bottom:10px; overflow:hidden; }
			.list article header h3 { margin:0 0 5px 0; }
			.list article footer a { color:#0061a9; text-decoration:none; float:right; }
			.list article footer a:hover { color:#fff; background:#0061a9; }
	
	/* wyniki wyszukiwania */
	.searchinfo { font-size:.8em; line-height:1.5em; font-weight:300; background:#f5f5f5; border:1px solid #ccc; padding:4px 10px; margin-bottom:5px; overflow:hidden; }
	
	/* pojedyncza podstrona */
	article.single { width:540px; float:right; font-size:.8em; line-height:1.5em; font-weight:300; overflow:hidden; }
		article.single p, article.single li, article.single ul, article.single ol { margin-top:0; margin-bottom:0; padding-top:2px; padding-bottom:2px; }
		article.single a { color:#0061a9 !important; text-decoration:none; }
		/*article.single a:hover { color:#fff !important; background:#0061a9; }*/
		article.single a:hover { text-decoration:underline; }
		
		article.single footer { background:#f5f5f5; border:1px solid #cccccc; color:#000; padding:10px; font-weight:400; font-size:.9em; margin-top:10px; clear:both; }
			article.single footer strong { color:#666; font-weight:300; }
			article.single footer .left { width:50%; float:left; }

	/* stopka strony */
	footer.body { clear:both; overflow:hidden; }
		footer.body .center { background:#f5f5f5; border-top:1px solid #ccc; }
		footer.body h3 { font-size:.8em; color:#585858; font-weight:300; width:80%; float:left; overflow:hidden; padding-top:20px; }
		footer.body img { vertical-align:middle; float:left; margin-right:10px; margin-top:-20px; }
		
		footer.body .top { display:block; background:url('../img/arrow_top.gif') no-repeat right center; padding-right:15px; text-decoration:none; color:#585858; font-size:.7em; width:100px; text-align:right; float:right; margin-top:40px; }
		footer.body .top:hover { color:#38adff; }
		
		footer.body .counter { clear:both; font-size:.65em; float:left; width:100px; color:#585858; }
			footer.body .counter a { color:#585858; text-decoration:none; }
		
		footer.body .copy { width:300px; float:right; font-size:.65em; text-align:right; color:#585858; }
		footer.body .copy a { color:#585858; text-decoration:none; }
		footer.body .copy a:hover { color:#38adff; }
