/*
    Document   : print.css
    Created on : 2011-05-15
    Author     : InterMan - Jerzy Ostrowski
    Description: style opisujące część kliencką
*/

root, html, body {
    display: block;
    background-color: #fefefe;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
}

div, p, ol, ul, li, dl, dt, dd, img, form, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
}

a {
    text-decoration: none;
    color: #c13e01;

}
/*
a {
    text-decoration: none;
    color: #b40101;

}
*/
a:hover {
    text-decoration: underline;
    color: #b40101;
}

a.link {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover.link {
    text-decoration: underline;
}

.pagin1 {
    display: none;
}

.pagin2 {
    display: none;
}

.centruj {
    text-align: center;
}

.right {
    float: right;
}
.centerLinksBottom {
    text-align: center;
    padding-top: 20px;
    width: 675px;
    float: inherit;
}

/* koniec dla all */

.content {
    margin: 0 auto;
    width: 900px;
    overflow: auto;
    background-color: #FFFFFF;
    vertical-align: top;
    clear: both;
}

.contentLeft {
    display: none;
}

.contentRight {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: justify;
    width: 675px;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 5px;
    height: auto;
    float: left;
}

.headTop1 {
    display: none;
}

.headTop2 {
    display: none;
}

.headImage {
    display: none;
}

.headMini {
    display: none;
}

.headMiniMenu {
    display: none;
}

.titlePage {
    display: none;
}

.titlePage1 {
    display: none;
}

.italic {
    display: none;
}

.headline {
    color:  #CC0000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.headlineDate {
    display: none;
}

.foot {
    display: none;
}


/* obsługa okienek informacyjnych */
.info {
    display: none;
}

.info1 {
    display: none;
}

.leftImageInfo {
    display: none;
}

.rightImageInfo {
    display: none;
}

a.linkInfo {
    display: none;
}

a:hover.linkInfo {
    display: none;
}

/* menu left */
.menuLeft {
    display: none;
}
.menuLeft li {
    display: none;
}

.menuLeft li.current {
   display: none;
}
.menuLeft a {
    display: none;
}

.menuLeft a:hover {
    display: none;
}

.pliki {
    padding-top: 10px;
    padding-bottom: 10px;
    float: inherit;
    width: 675px;
}

.rejestrStrona {
    padding-top: 20px;
    padding-bottom: 10px;
    float: inherit;
    width: 675px;
}

.infoTest {
    display: none;
}

.zakladka {
   display: none;
}

.sciezka {
    color: #999;
}

.printer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    color: #808080;
}

.wyszukiwarka {
    display: none;
}

.textbox {
    display: none;
}

.textbox:focus {
    display: none;
}

.textboxBold {
    display: none;
}

.textboxBold:focus {
    display: none;
}

.textboxCyfry {
    display: none;
}

.textboxCyfry:focus {
    display: none;
}

.button {
    display: none;
}