

     body {
         padding: 0px;
         margin: 0px;
         background: black url( img/bodybg.gif ) repeat;
         background-position: center;
         font: 10px tahoma;
         color: white;
     }
     table {
         font: 11px tahoma;
         color: #b5b5b5;
     }

     div.podstrony { margin: 20px; text-align: left; }

     input, textarea, select { font: 10px tahoma; border: solid 1px #b5b5b5; width: 230px; }

     a { color: #da0e05; text-decoration: none; }
     a:hover { color: #da0e05; text-decoration: underline; }

     #top {
         width: 803px;
         height: 92px;
         background: transparent url( img/top.gif ) no-repeat;
         text-align: left;
     }

     #topbox {
         height: 113px;
         background: transparent url( img/topboxbg.gif ) repeat-x;
         text-align: center;
     }
     #elektryczne {
         position: relative;
         left: -70px;
         z-Index: 50;
     }

     #content {
         position: relative;
         top:-20px;
         width: 802px;
         background: transparent url( img/contentbg.gif ) repeat-y;
         overflow: hidden;
         z-Index: 0;
         padding-bottom: 20px;
     }

     #elektrobud_zachodniopomorskie {
         height: 230px;
         background: transparent url( img/elektrobud_zachodniopomorskie.gif ) no-repeat;
         padding-bottom: 20px;
     }


     #stopka_bg {
         position: relative;
         top:-25px;
         height: 64px;
         background: black url( img/stopka.gif ) repeat-x;
     }
     #stopka_bg img {
         margin-top: 20px;
         border: none;
     }
     #stopka {
         width: 803px;
         text-align: center;
         color: #595959;
         font: 9px tahoma;
         padding-top: 15px;
     }
     #stopka a {
         font: 10px tahoma;
         color: white;
         font-weight: bold;
     }

     #menu_akt {
         width: 81px;
         background: transparent url( img/menu/akt.gif ) no-repeat;
         background-position: center bottom;
         color: #0b0b0b;
         text-align: center;
         padding-bottom: 3px;
     }
     #menu {
         width: 81px;
         background: transparent url( img/menu/nieakt.gif ) no-repeat;
         background-position: center bottom;
         cursor: pointer;
         text-align: center;
         color: #0b0b0b;
         padding-bottom: 3px;
     }
     #menu:hover {
         width: 81px;
         background: transparent url( img/menu/akt.gif ) no-repeat;
         background-position: center bottom;
     }


     #map {
        border : 1px solid #DB8600;
        width : 90%;
        height : 250px;
        overflow: hidden;
     }



     #zapisz { cursor: pointer; width: 88px; height: 24px; background: transparent url( img/btn_wyslij.gif ) no-repeat; border: none; }
     #anuluj { cursor: pointer; width: 88px; height: 24px; background: transparent url( img/btn_anuluj.gif ) no-repeat; border: none; }
     
     .headline   { font-family:Optimer; font-size: 12px; color: #0b0b0b; }

