/* Ogólne właściwości strony */
* { margin: 0;
    padding: 0; }

body { width:       782px;
       margin:      0 auto;
       font-family: arial;
       font-size:   12px;
       background-color: #000000; }       
/*    background-color: #efefef; } */
a { text-decoration: none; }

img { border-style: none; }

a:link { color:              #000000; }/*link nie odwiedziny*/
a:hover { color:             #000000; }/*aktualnie najechany #a0a0a0*/
a:visited { color:           #000000; }/*odwiedzony #606060*/

/*LINIE BOCZNE*/
#linia { height:           100%;
         padding-left:     1px;
         padding-right:    1px;
         background-color: #000000; }
/* Kontener środkowej części strony */        
#container { overflow:         hidden;
             width:            780px;
             height: auto;
             padding-bottom: 0px;
             background-image: url(../images/tuo_ciemne.jpg); }

/* Nagłówek */
#naglowek { clear:            both;
            height:           198px;
            background-image: url(../images/naglowek.jpg); }

/* Środkowa część strony (lewo, środek, prawo) */
#menu_gorne { height:           100%;
              width:            620px;
              font-weight:      bold;
              float:            right;
              background-image: url(../images/tuo_jasne.jpg); }
p.menu_gorne { display:       inline;
               margin-top:    0px;
               margin-bottom: 0px;
               float:    right;
               margin-right:  40px; }

#lewo { float:            left;
        width:            160px;
        font-weight:      bold; }

#srodek { float:            left;
          width:            460px;
          min-height:       430px;
          background-image: url(../images/tuo_jasne.jpg); }

#prawo { float:      right;
         margin-top: 0px;
         width:      160px;}

/* Stopka */
.stopka { background-color: #404040;
          color:            #ffffff;
          clear:            both;
          line-height:      8px;
          text-align:       center;
	  font-size:        10px;
          padding-top:      8px;
	  width:            780px;
          margin-top:       0px; }
/* stopka 2 */

.stopka2 { padding-bottom: 8px; }
/* koniec stopka 2 */
/* statystyka */
.statystyka { position: absolute;
              margin-top: -30px;
              margin-left: 670px; }
/* koniec statystyka */


/*--------------------------------------------------------------------*/
/* logo */
#logo { width:            160px;
        height:           160px;
        background-image: url(../images/logo.png); }
/* menu lewe */
.menu { margin-bottom:    1px;
        padding-left:     10px;
        width:            150px;
        height:           15px;
        background-image: url(../images/tuo_przycisku.png); }


/* tekst w środkowej części strony */
#tekst { margin: 10px; }
#data { margin: 4px; }


/* ostatnie zdjęcie */
div.ostatnie_zdjecie { width:            160px;
                       background-image: url(../images/tuo_ciemne.jpg); }
div.ostatnie_zdjecie2 { width:            150px;
                        margin-left:      5px;
                        margin-top:       5px;
                        background-image: url(../images/tuo_jasne.jpg); }
                     
p.ostatnie_zdjecie { text-align:  center; }
                    
.imie { font-style:italic; }

.pogrubiona { font-weight: bold; }

