/*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: #efefef; }
a { text-decoration: none; }

img { border-style: none; }

a:link { color:              #000000; }/*link nie odwiedziny*/
a:hover { color:             #a0a0a0; }/*aktualnie najechany*/
a:visited { color:           #606060; }/*odwiedzony*/

/*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; }

/*tekst w środkowej częci strony*/
#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; }