body{
    padding:10px;
    font-family: verdana, sans-serif, helvetica, sanserif;
    font-size: 12pt;
    width: 760px;
    margin:auto;
    background-color:silver;
    background-image: url("./1_tlo.gif");

}

div{
padding:4px;
}

#naglowek{
    font-size: 14pt;
    text-align:center;   
    font-style:italic;
    background-color:#FFCF00;
    border-top:2px solid navy;
    border-left:2px solid navy;
    border-right:2px solid navy;
    border-bottom:2px solid gray;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-radius-topleft:10px;
    border-radius-topright:10px;
    }

#kolumny{
    padding:0px;
    }

#menu{
    float:left;
    background-color:#FFE7CD;
    border-left:2px solid navy;
    border-right:2px solid gray;
    width:120px;
    height: 500px;
    text-align:center;
    }

#menu p{
   /* font-weight:bold;*/
    padding:5px;
    margin-top:0px;
    margin-bottom:0px;
    font-size:9pt;
    }

#menu p:hover{
    background-color:white;
    }

#tresc{
    float:left;
   /* margin-left:132px;*/
    background-color:#FFF5CD;
    border-right:2px solid navy;
    height: 500px;
    width:618px;
    font-size: 10pt;
    overflow:auto;
    /*text-align:justify;*/
    }

#stopka{
    clear:both;
    font-size:9pt;
    text-align:center;
    font-style:italic;
    background-color:#FFCF00;
    border-bottom:2px solid navy;
    border-left:2px solid navy;
    border-right:2px solid navy;
    border-top:2px solid gray;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    border-radius-bottomleft:10px;
    border-radius-bottomright:10px;
    }
    

a{
    text-decoration:none;
    color:navy;
    }

.tabela{
    border: 1px solid green;
    border-collapse:collapse;
    border-spacing:0px;
    margin:auto;
    }
    
.tabela th {
      background-color:lightgray;  
      border: 1px solid green;
      }
      
.tabela td {
      border: 1px solid green;
      padding-top: 3px;
      padding-bottom: 3px;
      }

.tabela tr:hover {
    background-color:#E9FED0;
    }
/* treść */

.akapit{
    text-indent:10pt;
    text-align:justify;
    }

#podmenu {
    margin-top:15px;
    margin-bottom:15px;
    border-top: 1px solid navy;
    border-bottom: 1px solid navy;
    padding:1px;
    background-color:lightgray;  
    text-align:center;
    }

.podtytul{
    text-align:center;
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    }

.punkt{
    text-align:center;
    font-weight:bold;
    color: navy;
    }
    
.fiszka{
    border: 1px dotted navy;
    margin-bottom:4px;
    text-align: justify;
    }

.fiszka:hover{
    background-color:lightgray; 
    }