/*** HEAD ************************************************************ HEAD ***/

      /*
       * logo na gorze strony
       * link do storny glownej
      */
.head .homeLink {
   display: block;
   background: url(images/top_logo.gif) no-repeat;
   width: 500px;
   height: 74px;
   overflow: hidden;
   text-indent: -6000px;
}

 
/*** TOP LINKS ***/                                           /*** TOP LINKS ***/
																						
	   /*
       * trzy linki na gorze w wersji wszystkie razem 
       * wygl�d jak on czyli po najechani myszka
       * rozmiar 222x29
      */
.head .topLinks {
   background: url(images/korp_glowna_on.gif) no-repeat left bottom;
   top: 6px;
   left: 535px;
   position:absolute;
   width: 224px;
   height: 20px;
   padding-top: 50px;
}

      /*
       * linki w wersji off wyci�te dok�adnie na ich wysoko�� [width]x20 
      */
.head .topLinks .glowna a  { width: 85px; background: url(images/strona_glowna.gif); }
.head .topLinks .kontakt a { width: 53px; background: url(images/kontakt.gif); }
.head .topLinks .mapa a    { width: 80px; background: url(images/mapa_serwisu.gif); }
.head .topLinks a:hover { background:none; }

/*** MAIN Logo ************************************************** MAINLogo ***/
.mainLogo{
   background: url(images/baner.jpg) no-repeat;
}

/*** MAIN MENU ************************************************** MAIN MENU ***/

      /*
       * g�owne menu linki w wersji po najechaniu
      */
.mainMenu .news { background-image: url(images/menu_aktualnosci_over.gif);}
.mainMenu .about { background-image: url(images/menu_ofirmie_over.gif);}
.mainMenu .atests { background-image: url(images/menu_atesty_over.gif);}
.mainMenu .career { background-image: url(images/menu_kariera_over.gif);}
.mainMenu .franc { background-image: url(images/menu_franczyza_over.gif);}
.mainMenu .contact { background-image: url(images/menu_kontakt_over.gif);}
.mainMenu .shop { background-image: url(images/menu_sklep_online_over.gif);}

      /*
       * g�owne menu linki w wersji off
      */
.mainMenu li a:hover { background: none; }
.mainMenu .news a { background-image: url(images/menu_aktualnosci_off.gif);}
.mainMenu .about a { background-image: url(images/menu_ofirmie_off.gif);}
.mainMenu .atests a { background-image: url(images/menu_atesty_off.gif);}
.mainMenu .career a { background-image: url(images/menu_kariera_off.gif);}
.mainMenu .franc a { background-image: url(images/menu_franczyza_off.gif);}
.mainMenu .contact a { background-image: url(images/menu_kontakt_off.gif);}
.mainMenu .shop a { background-image: url(images/menu_sklep_online_off.gif);}
      /*
       * g�owne menu linki w wersji w�a�nie wybranego elementu
       * do elemntu li nale�t doda� klas� current
      */
.mainMenu li.current a { background: none; }
.mainMenu .current.news a { background-image: url(images/menu_aktualnosci_on.gif);}
.mainMenu .current.about a { background-image: url(images/menu_ofirmie_on.gif);}
.mainMenu .current.atests a { background-image: url(images/menu_atesty_on.gif);}
.mainMenu .current.career a { background-image: url(images/menu_kariera_on.gif);}
.mainMenu .current.franc a { background-image: url(images/menu_franczyza_on.gif);}
.mainMenu .current.contact a { background-image: url(images/menu_kontakt_on.gif);}
.mainMenu .current.shop a { background-image: url(images/menu_sklep_online_on.gif);}

/*do cmsa*/
.contentForm .form .buttonSend,
.contentForm .form .buttonDelete,
.contentForm .form .buttonGenerate,
.contentButton input{
   height: 21px;	
	border: none;
}

.contentForm .form .buttonSend{
   background: url('images/butt_form_stand_wyslij.gif') no-repeat;
	width: 67px;
}

.contentForm .form .buttonDelete{
	background: url('images/butt_form_stand_kasuj.gif') no-repeat;
   width: 67px;
}
.contentForm .form .buttonGenerate{
	background: url('images/butt_form_stand_wygeneruj.gif') no-repeat;
   width: 146px;
}

.contentButton input{
	background: url('images/wyslij_form.gif') no-repeat;
   width: 124px;
}

