/* MAIN */
html,body {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    color: #000000;
    margin: 0;
    padding: 0;
}

body.main {
    background-color: #999999;
    background-image: url('/site_style/images/cien_podklad.jpg');
    background-repeat: repeat-y;
    background-position: top center;
}

body.print {
    background: #ffffff;
    background-image: none;
    color: #000000;
}

body.print #admin-toolbar, body.print #header, body.print #leftbox, body.print #rightbox, body.print #logobann, body.print #anim-logo {
    display: none;
}

body.main #site {
    position: absolute;
    width: 904px;
    left: 50%;
    text-align: left;
    margin: 0 0 0 -448px;
}

body.main #page {
    float: left;
    width: 904px;
    max-width: 904px;
    background: #ffffff;
}

body.main #anim-logo {
    background: url(/site_style/images/animacja_fumo2.gif);
    height: 120px;
    display: block;
    z-index: 100;
    width: 450px;
    position: absolute;
    top: 50px;
    left: 225px;
}

#footer {
    text-align:center;
}

#footer a{
    color: #333;
}

body.main #author {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -215px;
    width: 210px;
}

body.print #author {
    width: 100%;
    color: #000;
    display: block;
}

body.print #footer {
    width: 100%;
    float: left;
}

body.print #pozycjonowanie {
    display: none;
}

a {
    color: #6998FF;
    text-decoration: none;
    cursor: pointer;
}

/* Header */
div.box {
    float: left;
    width: 100%;
    border: 1px solid #999999;
    margin-bottom: 2px;
}

#logobann {
    position:absolute;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    margin-top: 240px;
    font-size: 14px;
    color: #000099;
    font-variant: small-caps;
    z-index:444;
}

/* left */
#leftbox {
    float: left;
    width: 188px;
}

div.lbutton {
    background-image: url('/site_style/images/buttonl.jpg');
    background-repeat: no-repeat;
    height: 35px;
    line-height: 30px;
    text-align: left;
}

div.lbutton span {
    margin-left: 20px;
    color: #000000;
    font-weight: bold;
    font-variant: small-caps;
}

div.lbutton span:hover {
    color: red;
}

/* Right */
#rightbox {
    float: right;
    width: 188px;
}

div.rbutton {
    background-image: url('/site_style/images/buttonr.jpg');
    background-repeat: no-repeat;
    height: 35px;
    line-height: 30px;
    text-align: right;
}

div.rbutton span {
    margin-right: 20px;
    color: #000000;
    font-weight: bold;
    font-variant: small-caps;
}
div.rbutton span:hover {
    color: red;
}

div#activ span{
    color: #6998FF;
}

/* Content */
#content {
    margin-top: 1px;
    float: left;
    min-width: 526px;
    width: 526px;
    max-width: 526px;
    text-align: left;
    background-color: #e5e5e5;
    background-image: url('/site_style/images/contentfoot.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding-bottom: 110px;
}

#content p {
    padding-left: 10px;
    padding-right: 10px;
}

#content li {
    padding-right: 5px;
}

div.contentbox-content div.news-readmore {
    float: left;
    width: 98%;
    margin-top: -20px;
    padding-right: 5px;
    text-align: right;
}

div.contentbox-title {
    float: left;
    width: 100%;
    height: 22px;
    line-height: 21px;
    background-color: #c1c1c1;
    text-align: left;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

div.errorbox-title {
    float: left;
    width: 100%;
    height: 22px;
    line-height: 21px;
    background-color: red;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

div.contentbox-title a {
    color: #cccccc;
    font-weight: bold;
}

/* Pager */
div#pager {
    text-align: center;
    height: 20px;
    line-height: 20px;
}

/* IMAGES */
#content img {
    margin: 10px;
}

div.img {
    margin: 10px;
    border: solid 1px #cccccc;
    width: 100px;
    float: left;
}

div.contentbox-title span,div.errorbox-title span {
    margin-left: 5px;
}

div.contentbox-content,div.errorbox-content {
    float: left;
    width: 100%;
    min-height: 50px;
    margin-top: 2px;
    border-top: 1px solid #999;
}

div.box-r {
    float: left;
    width: 225px;
    border: 1px solid #999;
    margin: 10px;
}

.ng {
    float: left;
    width: 100px;
    margin: 10px;
}

.ng img {
    float: left;
    width: 100px;
    height: 75px;
}

.ng span {
    margin-left: 10px;
    width: 100px;
    text-align: center;
    float: left;
}

#slogo {}

#slogo strong {float:left; width:904px; height:289px; overflow:hidden; padding:0; margin:0;}
#slogo strong a {font-size:11px}
#slogo strong a img {position:relative; top:-13px}

#slogo h1 {float:left; width:904px; height:289px; overflow:hidden; padding:0; margin:0;}
#slogo h1 a {font-size:11px}
#slogo h1 a img {position:relative; top:-13px}

