body {
    font-family: verdana;
    border: 1px;
}

table.glowna {
    width: 960px;
    border-collapse: collapse;
}

td.naglowek {
    color: black;
}

div.naglowek {
    margin-left: 10px;
    color: black;
/*     font-weight: bold; */

}

div.tresc {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 9pt;
}


div.tresc_glowna {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 9pt;
    margin-bottom: 30px;
}


div.obrazki_glowne {
    margin-left: 20px;
    margin-top: 30px;
}

div.container {
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
    z-index: 1;
}


div.duzy {
    background-color: green;
    width: 900px;
    height: 900px;
    z-index: 1;
    position: absolute;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
}

a.menu:link {
    font-size: 8pt;
    font-weight: bold;
    color: #545454;
    text-decoration: none;
}

a.menu:visited {
    font-size: 8pt;
    font-weight: bold;
    color: #545454;
    text-decoration: none;

}

a.menu:hover {
    font-size: 8pt;
    font-weight: bold;
    color: #63a430;
    text-decoration: none;

}


a.menu_dolne:link {
    font-size: 8pt;
    color: #545454;
    text-decoration: none;
    margin-left: 10px;
}

a.menu_dolne:visited {
    font-size: 8pt;
    color: #545454;
    text-decoration: none;
    margin-left: 10px;

}

a.menu_dolne:hover {
    font-size: 8pt;
    color: #63a430;
    text-decoration: none;
    margin-left: 10px;

}

