/* CSS */

a:link, a:visited {
    color: #a35f00;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #a35f00;
    text-decoration: underline;
}
.clr {
    clear: both;
}
#skip-links {
    display: none;
}
.container {
    display: block;
}
.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Top */

#masthead {
    height: 173px;
    position: relative;
    overflow: hidden;
}
#masthead .left,
#masthead .right {
    width: 50%;
    height: 173px;
    position: absolute;
    top: 0;
}
#masthead .left {
    left: 0;
    background: #fff url(../backgrounds/bg-head-left.gif) repeat-x;
}
#masthead .right {
    left: 50%;
    background: #fff url(../backgrounds/bg-head-right.gif) repeat-x;
}
#masthead .top {
    width: 960px;
    height: 173px;
    margin: 0 auto;
    position: relative;
	background: url(../backgrounds/bg-head.gif) no-repeat 0 0;
}
#masthead h1 {
	width: 176px;
    height: 100px;
    position: absolute;
    top: 21px;
    left: 10px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../backgrounds/logo.gif) no-repeat;
}
#masthead h1 a {
    width: 176px;
    height: 100px;
    display: block;
}
#masthead .container {
    width: 730px;
    position: absolute;
    top: 8px;
    left: 230px;
    font-size: 0.65em;
    color: #697780;
    line-height: 16px;
}
#masthead .container #data {
    padding-left: 3px;
    float: left;
}
#masthead .container #version {
    padding-right: 5px;
    float: right;
    text-transform: uppercase;
}
#masthead .container #version ul {
    list-style-type: none;
}
#masthead .container #version ul li a.en {
    padding-right: 23px;
    display: block;
    color: #697780;
    text-decoration: none;
    background: url(../backgrounds/flaga-en.gif) no-repeat right 3px;
}
#masthead .container #version ul li a.pl {
    padding-right: 23px;
    display: block;
    color: #697780;
    text-decoration: none;
    background: url(../backgrounds/flaga-pl.gif) no-repeat right 3px;
}

/* Wyszukiwarka */

#szukaj {
    width: 230px;
    height: 25px;
    padding-top: 7px;
    position: absolute;
    top: 141px;
    overflow: hidden;
    background: url(../backgrounds/bg-szukaj.gif) no-repeat;
}
#szukaj input#SearchText {
    width: 124px;
    height: 13px;
    margin-left: 59px;
    padding: 2px 4px;
    font-size: 0.7em;
    color: #000;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    float: left;
}
#szukaj input#SearchText:focus,
#szukaj input#SearchText.focus {
    background-color: #f1f1f1;
}
#szukaj input#search-submit {
    margin-left: 6px;
    float: left;
}

/* SWF top */

#swfobj-top {
    width: 730px;
    height: 172px;
    position: absolute;
    left: 230px;
}

/* Menu główne */

#menu {
    width: 100%;
    height: 45px;
    background: #005fa3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#menu .container {
    width: 960px;
    height: 52px;
    margin: 0 auto;
    overflow: hidden;
}
#menu ul {
    margin: 14px 0 0 10px;
	list-style-type: none;
	float: left;
}
#menu ul li {
	float: left;
	text-indent: -999em;
}
#menu ul li a {
	height: 17px;
	line-height: 17px;
    display: block;
	text-align: center;
    text-transform: uppercase;
	background: url(../backgrounds/nav-main.gif) no-repeat 0 0;
}
#menu ul li#it-1 a:link,
#menu ul li#it-1 a:visited { width: 98px; background-position: 0 0; }
#menu ul li#it-1 a:hover,
#menu ul li#it-1 a:focus,
#menu ul li#it-1 a:active { background-position: 0 -17px; }
#menu ul li#it-2 a:link,
#menu ul li#it-2 a:visited { width: 197px; background-position: -98px 0; }
#menu ul li#it-2 a:hover,
#menu ul li#it-2 a:focus,
#menu ul li#it-2 a:active { background-position: -98px -17px; }
#menu ul li#it-3 a:link,
#menu ul li#it-3 a:visited { width: 105px; background-position: -295px 0; }
#menu ul li#it-3 a:hover,
#menu ul li#it-3 a:focus,
#menu ul li#it-3 a:active { background-position: -295px -17px; }
#menu ul li#it-4 a:link,
#menu ul li#it-4 a:visited { width: 280px; background-position: -400px 0; }
#menu ul li#it-4 a:hover,
#menu ul li#it-4 a:focus,
#menu ul li#it-4 a:active { background-position: -400px -17px; }
#menu ul li#it-5 a:link,
#menu ul li#it-5 a:visited { width: 134px; background-position: -680px 0; }
#menu ul li#it-5 a:hover,
#menu ul li#it-5 a:focus,
#menu ul li#it-5 a:active { background-position: -680px -17px; }
#menu ul li#it-6 a:link,
#menu ul li#it-6 a:visited { width: 132px; background-position: -814px 0; }
#menu ul li#it-6 a:hover,
#menu ul li#it-6 a:focus,
#menu ul li#it-6 a:active { background-position: -814px -17px; }

/* Mini-nawigacja */

#nav-mini {
    width: 100%;
    background: #69a0cc;
}
#nav-mini .container {
    width: 960px;
    margin: 0 auto;
    background: url(../backgrounds/bg-nav-mini.gif) repeat-y;
}
#nav-mini .col-left {
    width: 205px;
    padding-left: 25px;
    float: left;
    font-size: 0.65em;
    line-height: 20px;
    background: url(../backgrounds/www-arr.gif) no-repeat 10px 51%;
    overflow: hidden;
}
#nav-mini .col-left a:link,
#nav-mini .col-left a:visited {
	color: #064572;
    text-decoration: none;
}
#nav-mini .col-left a:hover,
#nav-mini .col-left a:focus,
#nav-mini .col-left a:active {
    color: #fff600;
    text-decoration: none;
}
#breadcrumb {
    width: 703px;
    padding-left: 27px;
    float: right;
    color: #697780;
    font-size: 0.65em;
    line-height: 20px;
    background: url(../backgrounds/breadcrumb-arr.gif) no-repeat 20px 51%;
    overflow: hidden;
}
#breadcrumb a:link,
#breadcrumb a:visited {
    padding: 0 6px;
	color: #697780;
    text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
    text-decoration: underline;
}

/* Lewy margines */

.col-left {
    width: 230px;
    float: left;
    color: #fff;
    overflow: hidden;
}

.col-left ul {
    width: 220px;
    margin: 49px 0 0 0;
    list-style-type: none;
    background: url(../backgrounds/submenu-separator.gif) no-repeat 0 0;
}
.col-left li {
    font-size: 0.7em;
    line-height: 1.2em;
    background: url(../backgrounds/submenu-separator.gif) no-repeat 0 bottom;
}

.col-left ul li a:link,
.col-left ul li a:visited {
    padding: 1em 0 1em 26px;
    display: block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: url(../backgrounds/submenu-list.gif) no-repeat 10px 1.2em;
}
.col-left ul li a:hover,
.col-left ul li a:focus,
.col-left ul li a:active,
.col-left ul li a.actv {
    color: #fff600;
    text-decoration: none;
}

.col-left ul li ul {
    margin: 0 0 0 26px;
    padding-bottom: 1em;
    position: relative;
    list-style-type: none;
    background: url(none);
}
.col-left ul li ul li {
    font-size: 1em;
    line-height: 1.2em;
    background: url(none);
}
.col-left ul li ul li a:link,
.col-left ul li ul li a:visited {
    padding: 0.3em 0 0.3em 14px;
    display: block;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background: url(../backgrounds/submenu-list-sub.gif) no-repeat 0 0.4em;
}
.col-left ul li ul li a:hover,
.col-left ul li ul li a:focus,
.col-left ul li ul li a:active,
.col-left ul li ul li a.actv {
    color: #fff600;
    text-decoration: none;
}

#adres {
    margin: 50px 10px;
    font-size: 0.7em;
    line-height: 1.3em;
}
#adres p {
    padding-bottom: 0.3em;
}
#adres a:link, #adres a:visited {
    color: #fff600;
    text-decoration: none;
}
#adres a:hover, #adres a:focus, #adres a:active {
    color: #fff600;
    text-decoration: underline;
}

/* Content */

#center {
    width: 100%;
    background: #4591d0;
}
#center .container {
    width: 960px;
    margin: 0 auto;
    background: url(../backgrounds/bg-content.gif) repeat-y;
}

.col-right, #content {
    width: 730px;
    float: right;
    overflow: hidden;
}
#content .container {
    width: 686px;
    padding: 0 22px;
    font-size: 0.7em;
    background: #fff url(../none);
}

#content h2 {
    margin: 28px 0 18px 0;
    padding: 0 0 8px 1px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #a35f00;
    border-bottom: 1px solid #b6bfc5;
}
#content h3 {
    padding-bottom: 1em;
    font-weight: bold;
}
#content h2:first-letter {
    font-size: 1.3em;
}
#content .newsContent-date {
    padding-bottom: 0.7em;
    font-size: 0.95em;
    color: #697780;
    font-style: italic;
}
#content .newsContent-more,
#content .newsContent-back {
    margin-top: -0.5em;
    text-align: right;
}
#content .newsContent-more a:link,
#content .newsContent-more a:visited {
    padding-right: 10px;
    font-size: 0.9em;
	background: url(../backgrounds/more-arr.gif) no-repeat right 51%;
}
#content .newsContent-back a:link,
#content .newsContent-back a:visited {
    padding-left: 10px;
    font-size: 0.9em;
	background: url(../backgrounds/back-arr.gif) no-repeat 0 51%;
}

#content .attachment {
    
}
#content .attachment ul {
    margin-left: 0;
    list-style-type: none;
}
#content .attachment ul li {
    padding-left: 5px;
    background: url(../backgrounds/file.gif) no-repeat 5px 0;
}
#content .attachment ul li.pdf {
    background: url(../backgrounds/pdf.gif) no-repeat 5px 0;
}
#content .attachment ul li a:link,
#content .attachment ul li a:visited {
    text-decoration: none;
}
#content .attachment-name {
    padding-bottom: 0.7em;
    font-weight: bold;
}
#content .attachment-date {
    padding-bottom: 0.7em;
}
#content .attachmentContent-name {
    padding-left: 23px;
}

#content p {
    padding-bottom: 1em;
    line-height: 1.3em;
}
#content ul, #content ol {
    margin-left: 45px;
    padding-bottom: 1.5em;
}
#content ul li, #content ol li {
    padding-bottom: 0.5em;
    line-height: 1.3em;
}

#content ul li ul, #content ol li ol {
    padding-top: 0.5em;
    padding-bottom: 0;
}

#content table {
    margin: 0 auto 2em auto;
    background: #999;
}
#content th {
    padding: 0.3em;
    text-align: center;
    color: #fff;
    background: #697780;
}
#content td {
    padding: 0.3em;
    background: #e8eaec;
}

#content .wykres-info {
    text-align: right;
    font-size: 0.85em;
    color: #697780;
}
#content a.down {
    padding: 0 0 0.5em 25px;
    line-height: 1.6em;
    background: url(../backgrounds/down.gif) no-repeat 5px 0.1em;
}

/* Stopka */

#footer {
    width: 100%;
    background: #697780;
}
#footer .container {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(../backgrounds/bg-foot.gif) repeat-y;
    font-size: 0.65em;
}
#footer .col-left {
    text-align: center;
    color: #d4d4d4;
}
#footer .col-right {
    text-align: right;
}
#footer ul {
    margin-right: -1px;
    list-style-type: none;
}
#footer ul li {
	padding: 0 17px 0 14px;
	display: inline;
	background: url(../backgrounds/foot-separator.gif) no-repeat right 51%;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #474747;
    text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	color: #fff;
    text-decoration: none;
}

