/* reset */

html, body, div, table, tr, td, h1, h2, h3, h4, h5, h6, p, 
ul, ol, li, dl, dt, dd, a, img, form, fieldset, span {
	padding: 0;
    margin: 0;
    border: 0;
}

a {
    color: #285485;    
}
a:hover {
    text-decoration: none;
}
li {
	list-style: none;
}

/* basic */

body {
	background: url(/site_media/images/site/background.png) 0 0 repeat-x;
    color: #000;
    font-size: 62.5%;
    line-height: 1.7em;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

/* linki, przyciski */
.more_btn {
	float: right;
	margin-right: 5px;
	clear: right;
}
.more {
	background: url(/site_media/images/site/button_orange.png) 100% 0 no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	padding: 1px 22px 1px 12px;
	margin-top: 4px;
	display: block;
}
.more:hover {
	background-position: 100% -20px;
	color: #fff;
}
.seeAll_btn {
	text-align: right;
	margin: 10px 5px 50px;
}
.seeAll_btn .seeAll {
	background: url(/site_media/images/site/button_grey.png) 100% 0 no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	padding: 1px 20px 2px 10px;
	display: block;
	float: right;
}
.seeAll_btn .seeAll:hover {
	background-position: 100% -20px;
	color: #fff;
}
.back_btn {
	margin: 10px 5px 20px;
}
.back_btn .back {
	background: url(/site_media/images/site/back_orange.png) 0 0 no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px 13px 4px 28px;
}
.back_btn .back:hover {
	background-position: 0 100%;
	color: #fff;
}
.seeMore {
	text-align: right;
}
.seeMore a {
	background: url(/site_media/images/site/button_orange_v_wide.png) 0 0 no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	padding: 3px 31px 3px 13px;
}
.seeMore a:hover {
	background-position: 0 100%;
	color: #fff;
}
/* forms */

input[type=text] {
	padding: 3px;
}
.submit {
	border: 0;
	cursor: pointer;
}

/* naglowki */

h1.header {
}
h2.header {
	background: url(/site_media/images/site/chosen_header.gif) 0 0 repeat-x;
	padding: 2px 0 7px 10px;
	color: #19466a;
	margin-bottom: 5px;
	font-weight: normal;
}
h4.header {
	font-size: 1.1em;
}
/* tekst */

p.text {
	font-size: 1.1em;
}

/* top */
.content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.top_header {
	width: 960px;
    margin: 0 auto;
	position: relative;
	height: 91px;
	padding: 1px 0 0;
}
html>body .top_header {
	background: url(/site_media/images/site/header_shadow.png) 50% 100% no-repeat;
}
#logo {
    display: block;
    text-decoration: none;
	height: 134px;
	width: 110px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1000;
}
.kir {
	position: absolute;
	top: 32px;
	left: 109px;
	width: 40px;
	height; 51px;
	z-index: 2000;
}
html>body #logo {
	background: url(/site_media/images/site/logo.png) 0 0 no-repeat;
}
.top_header .h1 {
	width: 300px;
	margin: 45px 0 0 160px;
}
    
/* top nav */
    
.top_nav {
	float: right;
	margin-top: 15px;
}    
.top_nav ul li {
	float: left;
	list-style: none;
}
.top_nav ul li a {
	background: url(/site_media/images/site/top_nav.gif) 0 4px no-repeat;
	color: #fff;
	font-size: 1.1em;
	padding: 0 10px 0 16px;
	line-height: 1.2em;
	text-decoration: none;
}
.top_nav ul li a:hover {
	background-position: 0 -10px;
	color: #ffa53c;
}

/* top search */

.search_form {
	float: right;
	margin-top: 15px;
	clear: right;
	width: 210px;
}
.search_form #fSearch {
	width: 170px;
	border: 0;
	font-size: 1.1em;
}
.search_form .text {
	float: left;
	margin-top: 1px;
}
.search_form .submit_btn {
	float: right;
}
.search_form .submit {
	background: url(/site_media/images/site/search_submit.gif) 0 0 no-repeat;
	margin: 1px 0 0 10px;
	width: 21px;
	height: 19px;
}
.search_form .submit:hover {
	background-position: 0 100%;
}

/* nav container */

.main_menu {
	width: 960px;
	margin: 0 auto;
	padding-top: 2px;
}
.main_menu .mainMenuLevel1 {
	margin: 0 0 0 125px;
	z-index: 10;
}
.main_menu .mainMenuLevel1 li {
	float: left;
	height: 27px;
	margin: 1px 3px;
	position: relative;
}
.main_menu .mainMenuLevel1 li a {
	border-width: 0 1px;
	border-style: solid;
	display: block;
	border-color: transparent;
	font-size: 1.3em;
	text-decoration: none;
	padding: 5px 8px;
	font-weight: bold;
	color: #444;
	
}
.main_menu .mainMenuLevel1 li a:hover,
.main_menu .mainMenuLevel1 li a.selected {
	background: url(/site_media/images/site/menu_btn_bg.png) 0 0 repeat-x;
	border-color: #fff;
	text-decoration: none;
	color: #fff;
}
.main_menu .mainMenuLevel2 {
	margin: 10px 0 0;
	visibility: hidden;
	z-index: 20;
	position: absolute;
	top: 23px;
	left: -10px;
}
.main_menu .mainMenuLevel2 li {
	float: none;
	height: 25px;
	position: relative;
}
.main_menu .mainMenuLevel2 li a {
	background: url(/site_media/images/site/submenu.png) 100% -28px repeat-x;
	border: 0;
	height: 16px;
	display: block;
	padding: 0 8px 0 0;
	width: 110px;
	padding: 5px 8px;
	font-size: 1.1em;
	color: #444;
}
.main_menu .mainMenuLevel2 li a:hover {
	background: url(/site_media/images/site/submenu.png) 100% 0 repeat-x;
	color: #fff;
}
/* content container */

.contentContainer {
	width: 960px;
	margin: 30px auto 10px;
}
.rightColumn {
	width: 323px;
	float: right;
}
.main_content {
	width: 605px;
	float: left;
}
/* search results */
#searchResults {
	margin-bottom: 15px;
}
#searchResults p.noData {
	font-size: 1.2em;
	margin-bottom: 20px;
}
#searchResults .resultsCount {
	color: #656565;
}
#searchResults ul {
	margin-top: 20px;
}
#searchResults ul li {
	margin: 10px 0;
}
#searchResults ul li p {
	font-size: 1.1em;
	padding-left: 15px;
}
#searchResults h3 {
	font-size: 1.1em;
	color: #0356A5;
}
#searchResults h3 a {
	color: #0356A5;
	text-decoration: none;
}
#searchResults h3 a:hover {
	text-decoration: underline;
}
#searchResults h3 span {
	font-size: 0.9em;
	color: #787878;
	margin-right: 5px;
}

/* sekcja newsow w prawej kolumnie */
.rightColumn .rightColumnChosen {
	margin-bottom: 17px;
}
.rightColumn .rightColumnChosen .newsSection .intro {
	margin: 5px 0;
}
.rightColumn .rightColumnChosen .newsSection .intro h3.header {
	font-size: 1.1em;
}
.rightColumn .rightColumnChosen .newsSection .intro img {
	float: right;
	margin: 5px 5px 5px 20px;
}
.rightColumn .rightColumnChosen .newsSection .intro p.text {
	margin-right: 20px;
}

/* style sekcji artykulow */

/* sekcja artykulow w lewej kolumnie */
.main_content .articleSection ul li {
	list-style-image: url(/site_media/images/site/arrow_list.gif);
	list-style-position: inside;
	margin-left: 15px;
	font-size: 1.1em;
	margin: 3px 0;
	
}
.main_content .articleSection ul li a {
	text-decoration: none;
	font-weight: bold;
}
.main_content .articleSection ul li a:hover {
	color: #EA7B00;
}


	/* sekcja 1 i 2 */
	
.rightColumn .rightColumnSection {
	border: 1px solid #000;
	padding-bottom: 10px;
}
.rightColumn .rightColumnSection ul {
	margin: 5px 16px;
}
.rightColumn .rightColumnSection ul li {
	list-style-image: url(/site_media/images/site/arrow_list.gif);
	margin: 5px 0 5px 20px;
}
.rightColumn .rightColumnSection ul li a {
	color: #656565;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.rightColumn .rightColumnSection ul li a:hover {
	color: #0253a1;
}
	/* sekcja 1 w prawej kolumnie */
	
.rightColumn #section1 {
	border-color: #b7d6ee;
	margin-bottom: 17px;
}	
.rightColumn #section1 h2.header {
	background: url(/site_media/images/site/blue.png) 0 0 no-repeat;
	color: #fff;
	padding: 9px 10px 11px;
}

	/* sekcja 2 w prawej kolumnie */
	
.rightColumn #section2 {
	border-color: #f7cda6;
	margin-bottom: 17px;
}	
.rightColumn #section2 h2.header {
	background: url(/site_media/images/site/orange.png) 0 0 no-repeat;
	color: #fff;
	padding: 9px 10px 11px;
}
.rightColumn #section2 ul li a:hover {
	color: #ea7b00;
}

/********* boksy ***********/
.txt_box ul {
	margin: 0 10px 15px;
}
.txt_box ul li {
	padding: 3px 0 7px;
	border-bottom: 1px solid #d6d6d6;
}
.txt_box ul li:last-child {
	border: 0;
}
.txt_box ul li .data,
.txt_box ul li .title {
	float: left;
	color: #ec7405;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
}
.txt_box ul li .data {
	background: url(/site_media/images/site/orange_border.gif) 100% 50% no-repeat;
}
.txt_box ul li .text {
	margin-left: 15px;
}

.img_box {
	margin-bottom: 15px;
}

/* slownik - box  */
.dict {
	float: left;
	width: 265px;
	margin-top: 10px;
}
.dict .articleSectionIntro h4.header {
	color: #0356a5;
	font-size: 1.1em;
	margin: 0 0 10px 10px;
}
.dict .articleSectionIntro p {
	border: 1px solid #d6d6d6;
	border-width: 1px 0;
	margin: 0 7px 10px;
	padding: 9px 0px;
	font-size: 1.1em;
}
.dict .articleSectionIntro a {
	text-align: center;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
}
.dictList .letter {
	font-size: 1.2em;
	padding: 3px 6px;
	margin-bottom: 10px;
	display: block;
	float: left;	
}
.dictList .letter:hover {
	background-color: #0b339d;
	color: #fff;
	text-decoration: none;
}
.dictList .all_items {
	margin-bottom: 10px;
}
.dictList .all_items h3 {
	float: left;
	font-size: 3em;
	line-height: 1em;
	margin-right: 15px;
	color: #aaa;
}
.dictList .all_items .letter_items {
	margin-left: 40px;
}
.dictList .all_items h2 {
	font-size: 1.6em;
	color: #555;
}
.dictList .all_items .item {
	margin-bottom: 15px;
	
}
/* przydatne informacje */
.usefullInfo {
	width: 305px;
	float: right;
	margin-top: 10px;
}
.usefullInfo ul {
	margin: 0 10px;
}
.usefullInfo ul li {
	padding: 7px 10px;
	border-bottom: 1px solid #e0e0e0;
}
.usefullInfo ul li:last-child {
	border: 0;
}
.usefullInfo ul li p {
	color: #0356a5;
	font-weight: bold;
	font-size: 1.1em;
}
.usefullInfo ul li p a {
	text-decoration: none;
}
.usefullInfo ul li p a:hover {
	text-decoration: underline;
}

/* artykuly - intro */
.intro {
	margin-bottom: 10px;
}
.intro img {
	float: left;
	margin: 0 15px 10px 0;
}
.intro h3 {
	color: #0356a5;
	font-size: 1.4em;
	margin-bottom: 5px;
}
.intro h3.header a {
	color: #0356a5;
	text-decoration: none;
	margin-bottom: 5px;
}	
.intro h3.header a:hover {
	text-decoration: underline;
}		
.intro p {
	font-size: 1.1em;
}

/* main article */

.main_article {
	border-top: 6px solid #0356a5;
	padding: 20px 0 0;
	margin-bottom: 45px;
}
.main_article img {
	float: left;
	margin-right: 25px;
}
.main_article .intro {
	margin-left: 210px;
	float: left;
}
.main_article h3 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 10px;
}
.main_article h3 a {
	color: #777;
	text-decoration: none;
	line-height: 1.3em;
}
.main_article h3 a:hover {
	text-decoration: underline;
}
.main_article .other_links {
	background: url(/site_media/images/site/grey_border.gif) 0 0 repeat-x;
	margin: 10px 0;
	padding-top: 7px;
	width: 60%;
	float: left;
	clear: right;
}
.main_article p {
	font-size: 1.1em;
}

.main_article .other_links ul {
	margin: 5px 16px;
}
.main_article .other_links ul li {
	margin: 2px 0;
}
.main_article .other_links ul li a {
	background: url(/site_media/images/site/arrow_list.gif) 0 3px no-repeat;
	padding-left: 12px;
	color: #0253a1;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.main_article .other_links ul li a:hover {
	background: url(/site_media/images/site/arrow_list2.gif) 0 3px no-repeat;
	color: #ea7b00;
}

/*
 * artykul
 */

.article {
	border-top: 6px solid #0356a5;
	padding-top: 25px;
}
.article h4, .article h5, .article h6 {
	font-size: 1.2em;
}
.article h3 {
	font-size: 2em;
	margin-bottom: 20px;
	font-weight: normal;
	color: #777;
	line-height: 1.3em;
}
.article p {
	font-size: 1.1em;
	text-align: justify;
	margin: 10px 0;
}
.article ul li {
	list-style-type: square;
	list-style-position: inside;
	font-size: 1.1em;
}
.article ol li {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 1.1em;
}
.article .articleTextbox .articleImagesRight {
	float: left;
	margin-right: 10px;
}
.articleSection .intro a.img {
	float: left;
	margin-right: 15px;
}
.articleSection .intro h3 {
	margin-bottom: 15px;
}
.articleSection .intro h3 a {
	text-decoration: none;
}
.articleSection .intro h3 a:hover {
	text-decoration: underline;
}
.articleSection p {
	font-size: 1.1em;
	text-align: justify;
}

/* paginacja */
.paginationContainer {
	float: right;
	padding: 8px;
}
.paginationContainer strong {
	background: #0b339d;
	color: #fff;
	padding: 2px 7px;
	font-size: 1.1em;
}
.paginationContainer a {
	padding: 2px 7px;
	text-decoration: none;
	font-size: 1.1em;
}
.paginationContainer a:hover {
	background: #0b339d;
	color: #fff;
}

/* newsy */
.newsSection {
	margin-bottom: 10px;
}
.newsSection p {
	font-size: 1.1em;
}

/* kontakt */
.contactDepartamentContact p {
	font-size: 1.1em;
	color: #285485;
}

.contactDepartamentContact h4.header {
	color: #0356a5;
	font-size: 1.1em;
	margin: 0 0 10px 10px;
}
.contactDepartamentContact .other p {
	margin-bottom: 10px;
}

/************ footer container *********/
.footerContainer {
	background: url(/site_media/images/site/footer_top_bg.png) 0 0 repeat-x;
	text-align: center;
	padding: 1px;
}
.footerContainer .footerMenu {
	margin: 15px auto;
	width: 960px;
}
.footerContainer .footerMenu a {
	background: url(/site_media/images/site/footer_links_border.gif) 100% 50% no-repeat;
	font-size: 1.2em;
	color: #4b4d4a;
	text-decoration: none;
	padding: 5px 25px;
}
.footerContainer .footerMenu a.last {
	background: 0;
}
.footerContainer .footerMenu a:hover {
	color: #eb7504;
}
.footerContainer .copyright_box {
	background: #4b4d4a;
	padding: 20px;
	margin-top: 20px;
	height: 17px;
}
.footerContainer .copyright_box p {
	width: 960px;
	margin: 0 auto;
}
.footerContainer .copyright_box p span {
	font-size: 1.1em;
	color: #dcdcda;
	margin: 0 20px;
}
.footerContainer .copyright_box p span a {
	color: #fff;
}
.footerContainer .copyright_box #copyright {
	float: left;
}
.footerContainer .copyright_box #realization {
	float: right;
	color: #888;
}
.footerContainer .copyright_box #realization a {
	color: #888;
	text-decoration: none;
	padding: 0 4px;
}
.footerContainer .copyright_box #realization a:hover {
	text-decoration: underline;
}

