body {
    font-family: helvetica;
    
}

header {
    border-bottom: 2px solid #ccc;
}

header img {
    height: 35px;
}

header h4 {
    font-size: 0.7em;
    color: #aaa;
    float: right;
    font-weight: normal;
    text-align: right;
    clear: right;
    margin: 0;
    padding: 0;
}

footer {
    border-top: 2px solid #ccc;
    font-size: 0.7em;
    color: #aaa;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 0;
}

article h1 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 0 0 0;
}

article h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #777;
    
}

article h2 br{
    margin-bottom: 0;
}

article h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    margin:10px 0 0 0;
    color: #999;
}

article h4 {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0;
    margin:10px 0 0 0;
    color: #999;
}

article br {

}

article p {
    font-size: 1em;
    text-align: justify;
    margin-bottom: 1em;
}

p.pyt {
    margin:20px 0 0px 0;
    font-weight: bold;
}

p.odp {
    margin:5px 0 0px 0px;
}

p.nstyt {
    text-align: center;
    margin: 15px 0 -10px 0;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: underline;
}

p.styt {
    text-align: center;
    margin: 15px 0 5px 0;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.2em;
}

p.ptyt {
    margin: 0px 0 5px 0;
    font-weight: bold;
    font-variant: small-caps;
}

p.lead {
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #777;
    padding: 5px;
}

p.right {
    float: none !important;
    text-align: right;
}

p.pl:before {
    content: "• ";
}

p.zdjeciepodpis {
    font-size: 1em;   
    padding:2px;
    margin:0 0 2px 0;
}

p.zdjecieautor{
    font-size: 0.8em;
    color:#999;
    padding: 0 5px 5px 5px;
    margin:0;
}

article h2 br{
    margin-bottom: 0 !important;
}

p.artykuldzialy {
    font-size: 0.9em;
    margin: 2px 0 0 0;
}

p.nota {
    font-size: 0.9em;
    font-weight:bold;
    color: #555555;
    font-variant: small-caps;
    margin-top: 10px;
}

p.pc {
    text-align: center;
}

span.ps {
    vertical-align: super;
    font-size: 0.8em;
    font-weight: bold;
}

article textarea {
    height: auto;
}

article ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

article ul li {
    border: 0 dotted #777;
    border-bottom-width: 1px;
}

article p.komentarz_tresc {
    font-size: 1.1em;
    font-style: italic;
}

div.topnews-content span {
    font-size: 1.4em;
    font-weight: bold;
}

.slider-artykul {
    font-family: Tahoma;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 10px;
}

.slider-artykul-display {
    vertical-align: middle; 
    display: inline-block;
}

.slider-nav-prev {
    width: 38px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 10px;
}

.slider-nav-prev a{
    display: block;
    background: url(../images/slider_arrows.png) no-repeat;
    width: 38px;
    height: 60px;
}

.slider-nav-next {
    width: 38px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 10px;
}

.slider-nav-next a{
    display: block;
    background: url(../images/slider_arrows.png) no-repeat;
    background-position: -40px 0;
    width: 38px;
    height: 60px;
}

p.header-copyright {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

p.text-copyright {
    font-size: 0.8em;
    padding: 5px;
    text-transform: uppercase;
}