body {
    color: #800000;
    background: url(bg_body01.jpg) repeat-x #f5f5d7;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}



#container {
    width: 990px;
    margin: 0 auto;
    padding: 0 0 25px 0;
    text-align: left;
    background: url(bg_container01.png) repeat-y;
}



#content {
    width: 640px;
    float: left;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}


h2 {
    font-size: 18x;
    font-weight: normal;
    background: url(laapka01.png) no-repeat right;
    margin: 0 0 10px 0px;
    padding-bottom: 5px;
    border-bottom: 1px dotted crimson;
}

h2 a {
    text-decoration: none;
}



p {
    text-align: justify;
}

a {
    color: crimson;
}

a[href ^="http://"],a[href ^="https://"] {
    padding-right: 16px;
    background: url(external01.png) right top no-repeat;
}

a[href ^="http://"].noext,a[href ^="https://"].noext {
    padding-right: 0;
    background: none;
}

/* KLASY UNIWERSALNE */

/* Element czyszczący oplywanie */
.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0%;
}


.fright {
    float: right !important;
    margin: 0 0 10px 20px;
}

.fleft {
    float: left !important;
    margin: 0 20px 10px 0;
}

.center {
    text-align: center !important;
}


.lead {
    margin: 50px 30px;
}

.date {
    font-size: 10px;
    color: dimgray;
    font-style: italic;
}

.more {
    text-align: right;
}

.more a {
    text-decoration: none;
}

.lead p {
/*     margin-left: 130px; */
}

.lead img {
    float: right;
    margin: 15px 0 5px 20px;
    -moz-box-shadow: 1px 1px 10px gray;
     border: 2px solid crimson;
}

#art {
    margin: 30px;
}


/* PANEL BOCZNY */
#sidebar {
    float: right;
    width: 215px;
    margin-right: 75px;
    text-align: left;
}

#sidebar ul {
    margin: 10px 5px;
    padding: 0;
}

#sidebar li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    background: url(strzalka01.png) no-repeat 0 5px;
}

#sidebar li a {
    text-decoration: none;
}

#sidebar h3 {
    font-size: 14px;
    background-color: #f21642;
    color: #FFFFE0;
    padding: 5px 8px;
    -moz-border-radius: 3px;
    letter-spacing: 1px;
}

#sidebar p {
    text-align: left;
}

#buttons img {
    vertical-align: bottom;
}


/* NAGLOWEK */

#header {
     background: url(sylwetki01.jpg) no-repeat right;
}

#header img {
    border: none;
    display: block;
}


/* Linki do kolejnych podstron z wynikami */
.pager {
    text-align: center;
    margin: 35px 0;
    line-height: 200%;
    overflow: hidden
}

.pager a {
    text-align: center;
    border: 1px solid #F21642;
    padding: 2px 6px;
    text-decoration: none;
    margin: 0 3px;
}

.pager #pager_prev {
    float: left;
}

.pager #pager_next {
    float: right;
}

.pager #pager_current {
    background-color: #F21642;
    color: #FFFFE6;
    font-weight: bold;
}


/* Wyrozniony blok promocyjny */
#content .promo-frame {
    padding: 10px;
    margin: 20px;
    background-color: #F5F5D7;
    margin-bottom: 30px;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 5px #878772;
    -webkit-box-shadow: 0px 0px 5px #878772;
    box-shadow: 0px 0px 5px #878772;
}

#content .promo-frame p {
    text-align: center !important;
    margin: 7px 0;
}

#content .promo-frame a {
    text-decoration: none;
}




/* STOPKA */

#footer {

}


