     body {
         font: 12px tahoma;
         padding: 0px;
         margin: 0px;
     }
     div.top {
         border-top: solid 5px black;
         height: 80px;
     }
     div.top img {
         float:left;
         margin-left: 20px;
         vertical-align: -59px;
     }
     div.top span {
         float:right;
         font: 26px tahoma;
         font-weight: bold;
         margin-top: 20px;
         margin-right: 20px;
     }

     div.stronka {
         position: absolute;
         float: left;
         text-align: left;
         width: 1015px;
         border: solid 1px red;

     }

     h1 {
         font: 18px tahoma;
         font-weight: bold;
         border-bottom: solid 1px gray;
     }

     h2 {
         font: 15px tahoma;
         font-weight: bold;
     }

     h3 {
         font: 13px tahoma;
         font-weight: bold;
     }

     div.menu {
         position: absolute;
         float: left;
         top: 135px;
         margin-top:0px;
         padding-top:0px;
         left: 1em;
         width: 300px;

         /*
         border-right: solid 1px gray;
         height: 70%;
         overflow: scroll;
         */
         margin-top: 0px;
     }


     div.menu ul {
         margin-left: 10px;
     }

     div.menu a {
         text-decoration: none;
     }

     div.tresc {
         margin-left: 305px;
         margin-right: 15px;
     }

     div.szukaj {
         width: 300px;
         padding: 10px;
     }

     div.stopka {
         text-align: center;
         font: 10px tahoma;

         margin-top:90px;
     }

     input.szukaj {
         width: 200px;
         border: solid 1px #9F9F9F;
     }
     button.szukaj {
         border: solid 1px #9F9F9F;
         font: 10px tahoma;
         font-weight: bold;
         margin-left: 2px;
         height: 20px;
     }

     a {
        color: #0042FF;
     }
     a:hover {
        color: #951335;
     }

     img.btn {
         cursor: pointer;
     }

     ul {
         list-style-image: url( img/menu_lewa_akt.gif );

     }



     div.div_err {
         text-align: center;
         padding: 20px;
         background-color: #FFCDCD;
         border: solid 1px #FF6D6D;
         color: #FF2F2F;
         font-weight: bold;
     }
