<!--
BODY {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 9pt;
        color: white;
        background: #004924;
        height: 100%;
        margin: 0;
        padding: 0;
}

html {
        height: 100%;
}

h1 {
       font-size: 8pt;
       color: #DBDBDB;
       text-align: center;
       font-weight: normal;
}
       
A:link {
        font-size: 9pt;
        color: white;
        text-decoration: none;
}
A:visited {
        font-size: 9pt;
        color: white;
        text-decoration: none;
}
A:hover {
        font-size: 9pt;
        color: white;
        text-decoration: underline;
}

       
.link_menu:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #004924;
        text-decoration: none;
}

.link_menu:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #004924;
        text-decoration: none;
}

.link_menu:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #004924;
        text-decoration: underline;
}


.linia_pom {
       background: #F2A430;
       height: 9px;
}

.linia_stopki {
       background: #005429;
       height: 25px;
       font-size: 8pt;
       color: #DBDBDB;
       text-align: center;
}

.male1 {
       font-size: 8pt;
       color: #DBDBDB;
       text-align: center;
}

.kolory {
       font-size: 9pt;
       color: white;
       text-align: center;
       border-top: solid;
       border-left: solid;
       border-right: solid;
       border-bottom: solid;
       border-color: white;
       border-width: 2px;
       height: 140px;
}

.ramka {
        background: #004924;
        border-top: solid;
        border-left: solid;
        border-right: solid;
        border-color: #F2A430;
        border-width: 2px;
        text-align: center;
}

.ramka2 {
        background: #F2A430;
        border-top: solid;
        border-left: solid;
        border-bottom: solid;
        border-right: solid;
        border-color: #004924;
        border-width: 2px;
        text-align: center;
        height: 25px;
        width: 136px;
        color: #004924;
        font-weight: bold;
        
}

.ramka3 {
        background: #004924;
        border-top: solid;
        border-left: solid;
        border-right: solid;
        border-color: #004924;
        border-width: 2px;
        text-align: center;
        height: 25px;
        width: 136px;
        color: #F2A430;
        font-weight: bold;
}

.ramka2_g {
        background: #F2A430;
        border-top: solid;
        border-left: solid;
        border-bottom: solid;
        border-right: solid;
        border-color: #004924;
        border-width: 2px;
        text-align: center;
        height: 25px;
        width: 170px;
        color: #004924;
        font-weight: bold;
        
}

.ramka3_g {
        background: #004924;
        border-top: solid;
        border-left: solid;
        border-right: solid;
        border-color: #004924;
        border-width: 2px;
        text-align: center;
        height: 25px;
        width: 170px;
        color: #F2A430;
        font-weight: bold;
}


/* menu start */

.menu {
        background: #00723D;
        text-align: left;
        color: white;
}


ul, ul li {
       display: block;
       list-style: none;
       margin-top: 10px;
       padding: 0;
}

ul {
       width: 200px;
       padding: 2px 2px 1px 2px;
       background-color: #004924;
       border: 0px;
}

ul li {
       border-bottom: 1px solid #004B2B;
}

ul a:link, ul a:visited {
       display: block;
       width: 176px;
       text-decoration: none;
       padding: 7px;
       font-weight: bold;
       color: white;
       border-left: 10px solid #F2A430;
}

ul a:hover {
       width: 166px;
       background-color: #00723D;
       color: white;
       border-left: 20px solid #F2A430;
}

/* menu end */


.podpis {
       font-size: 8pt;
       color: #005E2F;
       text-align: right;
}


-->



