a:visited, a:link {
    /* color: #606060; */
    color: #CA0000;
    text-decoration: none;
}

.link01, .link01 a:visited, .link01 a:link{ /* linki biale */
    color: white;
    text-decoration: none;
}

.link02, .link02 a:visited, .link02 a:link{ /* linki niebieskie */
    color: #426B87;
    text-decoration: none;
}

.link03, .link03 a:visited, .link03 a:link{ /* linki szare */
    color: #909090;
    text-decoration: none;
}

.link04, .link04 a:visited, .link04 a:link{ /* linki czerwone */
    color: red;
    text-decoration: none;
}

a:hover, .link01 a:hover, .link02 a:hover, .link03 a:hover, .link04 a:hover{
    text-decoration: underline;
}

.font05{ /* data aktualnosci na stronie glownej (ciemnoniebieska) */
    color: #204886;
}

body{
    margin: 0px;
    background-color: #ffffff;
    background-image: url(../img/siata.gif);
    text-align: center;
}

td, th, div, p, span{
    font-family: Verdana, MS Sans Serif, Tahoma, Helvetica;
    font-size: 8pt;
    color: #426B87;
}

/*
p{
    margin: 10 0 10 0;
}
*/

ul{
    list-style-type: square;
    margin: 0 0 0 16;
    padding: 0px;
}

li{
    margin-top: 3px;
    margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

.gray, .gray a:visited, .gray a:link{
    color: #909090;
    text-decoration: none;
}

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

.mini{
    font-size: 7pt;
}

.arrow{
    font-family: MS Sans Serif, Tahoma, Helvetica;
    font-size: 7pt;
    font-weight: bold;
}

select, input, textarea{
    font-family: Verdana, MS Sans Serif, Tahoma, Helvetica;
    font-size: 8pt;
    color: black;
}

.ramka{ /* ramka dla zdjec */
    color: #5A6778;
    border: #D0D0D0 1px solid;
}

.tabelka{
    border-collapse: collapse;
}

.tabelka td, .tabelka th{
    text-align: left;
    border: 1px #D0D0D0 solid;
    padding: 5px;
}

.tabelka .bgselect, .tabelka thead td, .tabelka thead th{
    font-weight: bold;
    background-color: #ededed;
}

.tabelka02{
    border-collapse: collapse;
    width: 100%;
    border: 1px;
}

.tabelka02 td, .tabelka02 th{
    padding: 5px;
}

.mainContent{ /* margines dla pola roboczego */
    padding: 10 10 10 10;
}

.windowModules{ /* formatuje pliki: _druk.php, rejestrZmian.php, itd... */
    margin: 10px;
    background-color: #ffffff;
    background-image: url(../img/spacer.gif);
}

.notice{ /* formatuje komunikaty */
    text-align: center;
    margin: 20;
}

.title01{ /* tytuly podstron */
    font-weight: bold;
    margin: 5 10 5 10;
}

.title02{ /* tytuly panelikow na stronie glownej */
    font-weight: bold;
    margin: 1 5 0 5;
}



