@charset "UTF-8";

/* box z przyciskami akcji strony */
.actions
{
float: right;
    font-size: 88%;
    font-family: Open sans;
    color: #363636;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    list-style-type: none;
    display: block;
}


/* boxy obrazkow akcji */
.actions li.next, 
.actions li.prev, 
.actions li.pdf, 
.actions li.print, 
.actions li.back, 
.actions li.zglos, 
.actions li.trip
{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 5px 40px;
    margin: 0px 0px 0px 9px;
    display: block;
    line-height: 100%;
    text-shadow: 0px 0px;
}
.actions li.next:hover, 
.actions li.prev:hover, 
.actions li.pdf:hover, 
.actions li.print:hover, 
.actions li.back:hover, 
.actions li.zglos:hover, 
.actions li.pobierz:hover, 
.actions li.trip:hover
{
    color: red;
}
.actions li.blank
{
    float: left;
    height: 29px;
    width: auto;
}

.actions li.prev {
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px 0px;
}

.actions li.prev:hover
{
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -356px;
}

.actions li.next
{
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -60px;
}

.actions li.next:hover
{
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -416px;
}


.actions li.back {
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -128px;
    padding: 11px 10px 0px 40px;
}

.actions li.back:hover {
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -484px;
}


.actions li.print {
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -198px;
    padding: 11px 10px 0px 40px;
}

.actions li.print:hover {
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -554px;
}

.actions li.pdf
{
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -276px;
}

.actions li.pdf:hover
{
    background: url('../PNG/PORTSTRONAAKCJE.PNG') no-repeat 0px -632px;
}

.actions li.zglos{
    display:none;
}

.article_top .actions li.zglos{
    display:block;
}

div.pobierz
{
    background: url('../PNG/SPRITES.PNG') no-repeat 0px -118px;
    color:#015f8a;
    cursor:pointer;
    float:left;
    font-weight:bold;
    height:23px;
    margin:0 10px;
    padding:6px 6px 0 36px;
    width:auto;
}

div.pobierz:hover
{ 
    background: url('../PNG/SPRITES.PNG') no-repeat 0px -388px;
}

div.pobierz a {
    color:#015f8a;
    cursor:pointer;
}



.hidden-wcag {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
}

.article_top header{
    max-width: 500px;
    float: left;
}

.article_top{
     margin-bottom: 23px;
}
   
.article_top ul.actions{
    float:right;
    font-size:0px;
    margin: 13px 0px 0px 10px;
    padding: 0px;
}

.article_top ul.actions li{
    height:14px;
    width:24px;
    height:24px;
    padding: 0px;
}

.article_top ul.actions li.prev {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px 0px;
}

.article_top ul.actions li.prev:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -311px;
}

.article_top ul.actions li.next {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -49px;
}

.article_top ul.actions li.next:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -360px;
}

.article_top ul.actions li.pdf {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -198px;
}

.article_top ul.actions li.pdf:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -509px;
}

.article_top ul.actions li.print {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -153px;
}

.article_top ul.actions li.print:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -464px;
}

.article_top ul.actions li.back {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -100px;
}

.article_top ul.actions li.back:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -411px;
}

.article_top ul.actions li.zglos {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -257px;
}

.article_top ul.actions li.zglos:hover {
    background: url('../PNG/AKCJE2.PNG') no-repeat 0px -568px;
}