/* SZKIELET */
@font-face {
	font-family: comic;
	src: url('WIZARD.TTF');
	/*src: url(ChopinScript.otf);*/
}

body {
  z-index: 0;
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: url(grafika/szkielet/tlo.webp) #000 no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #cbc6ba;
	font-size:14px;
	cursor: url(grafika/szkielet/kursor1.webp), default;
}






.ranking {
	position: relative;
	width: 1250px;
}

.stopka {
	position: relative;
	width: 1250px;
	height: 100px;
	font-size:11px;
	background: url(grafika/szkielet/stopka.webp) no-repeat;
}

a.tiara {
	width:40px;
	height:40px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/domy/tiara.webp);
	background-size:cover;
	background-position: 0px -80px;
}

a.praca-szkola {
	width:40px;
	height:40px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/belka/praca-szkola.webp);
	background-size:cover;
}

a.praca-prorok {
	width:40px;
	height:40px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/belka/praca-prorok.webp);
	background-size:cover;
}

a.praca-ministerstwo {
	width:40px;
	height:40px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/belka/praca-ministerstwo.webp);
	background-size:cover;
}

a.tiara:hover, a.praca-szkola:hover, a.praca-prorok:hover, a.praca-ministerstwo:hover {
	background-position: 0px -40px;
}







form {
	display:block;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}


input.male[type=text],
input.male[type=password] {
	/*font-family: comic;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#cbc6ba;
	width:60px;
	height:35px;
	padding-left:4px;
	padding-right:4px;
	background:url(grafika/formularz/input-text-male.webp) repeat-x;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	border:0;
}

input.male[type=text]:hover,
input.male[type=password]:hover{
	background-position: 0px -35px;
}

input.male[type=text]:disabled,
input.male[type=password]:disabled{
	background-position: 0px -70px;
}



input[type=text],
input[type=password] {
	/*font-family:comic;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #cbc6ba;
	width: 230px;
	height :35px;
	padding-left: 4px;
	padding-right: 4px;
	background: url(grafika/formularz/input-text.webp) no-repeat;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	border:0;
}

input[type=text]:hover,
input[type=password]:hover{
	background-position: 0px -35px;
}

input[type=text]:disabled,
input[type=password]:disabled{
	background-position: 0px -70px;
}



input.duze[type=text],
input.duze[type=password] {
	/*font-family: comic;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#cbc6ba;
	width:450px;
	height:35px;
	padding-left:4px;
	padding-right:4px;
	background:url(grafika/formularz/input-text-duze.webp) no-repeat;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	border:0;
}

input.duze[type=text]:hover,
input.duze[type=password]:hover{
	background-position: 0px -35px;
}

input.duze[type=text]:disabled,
input.duze[type=password]:disabled{
	background-position: 0px -70px;
}





textarea {
	color: #cbc6ba;
	border: 1px solid #caa15c;
	background: #2c2726;
	max-width: 520px;
	min-width: 350px;
	min-height: 150px;
	height: 150px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

textarea:hover {
	border: 1px solid #64ffff;
	-moz-box-shadow:    inset 0 0 10px #64ffff;
	-webkit-box-shadow: inset 0 0 10px #64ffff;
	box-shadow:         inset 0 0 10px #64ffff;
}


input[type=checkbox]:not(old){
	position:relative;
	z-index:1000;
  width   : 28px;
	height: 24px;
  margin  : -25px;
  padding : 0;
  opacity : 0;
	display:none;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=checkbox]:not(old) + label{
	position:relative;
	z-index:1000;
	display      : inline-block;
	height:24px;
  margin-left  : 0px;
  padding-left : 25px;
  background   : url(grafika/formularz/formularz.webp) no-repeat 0 -72px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -96px;
}

input[type=checkbox]:not(old){
	position:relative;
	z-index:1000;
	display      : inline-block;
	height:24px;
  margin-left  : 0px;
  padding-left : 25px;
  background   : url(grafika/formularz/formularz.webp) no-repeat 0 -72px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=checkbox]:not(old):checked{
  background-position : 0 -96px;
}



input[type=radio]:not(old){
	position:relative;
	z-index:1000;
  width   : 24px;
	height:24px;
  margin  : -25px;
  padding : 0;
  opacity : 0;
	display:none;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=radio]:not(old) + label{
	position:relative;
	z-index:1000;
	display      : inline-block;
	height:24px;
  margin-left  : 0px;
  padding-left : 25px;
  background   : url(grafika/formularz/formularz.webp) no-repeat 0 0;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old){
	position:relative;
	z-index:1000;
	display      : inline-block;
	height:24px;
  margin-left  : 0px;
  padding-left : 25px;
  background   : url(grafika/formularz/formularz.webp) no-repeat 0 0px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

input[type=radio]:not(old):checked{
  background-position : 0 -24px;
}



.select-male { /*STRZAŁKA*/
	background: url(grafika/formularz/select-strzalka.webp) no-repeat 60px 0;/*szerokośc okna bez strzałki*/
	overflow: hidden;
	height: 35px;
	width: 100px;
	color: #000;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-male select { /*POLE*/
	background: transparent;
	height:35px;
	padding-left: 5px;
	width: 100px; /*szerokosc okna + strzalki*/
	color: #cbc6ba;
	background: url(grafika/formularz/select-male.webp) no-repeat;
	border: 0px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	-webkit-appearance: none;
}

.select-male option {
	color: #cbc6ba;
	border: 1px solid #caa15c;
	background: #2c2726;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-male optgroup{
	color: #d59349;
	border: 1px solid #caa15c;
	background: #2c2726;
}

.select-male:hover {
	background-position: 60px -35px;
}

.select-male select:hover {
	background-position: 0 -35px;
}

.select-normal { /*STRZAŁKA*/
	background: url(grafika/formularz/select-strzalka.webp) no-repeat 230px 0px;/*szerokośc okna bez strzałki*/
	overflow: hidden;
	height:35px;
	width: 270px;
	color:#000;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-normal select { /*POLE*/
	background: transparent;
	height:35px;
	padding-left: 5px;
	width: 270px; /*szerokosc okna + strzalki*/
	color:#cbc6ba;
	background: url(grafika/formularz/select-normal.webp) no-repeat;
	border: 0px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	-webkit-appearance: none;
}

.select-normal option {
	color: #cbc6ba;
	border: 1px solid #caa15c;
	background: #2c2726;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-normal optgroup {
	color: #d59349;
	border: 1px solid #caa15c;
	background: #2c2726;
}

.select-normal:hover {
	background-position: 230px -35px;
}

.select-normal select:hover {
	background-position: 0 -35px;
}

.select-duze { /*STRZAŁKA*/
	background: url(grafika/formularz/select-strzalka.webp) no-repeat 450px 0px;/*szerokośc okna bez strzałki*/
	overflow: hidden;
	height:35px;
	width: 490px;
	color:#000;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-duze select { /*POLE*/
	background: transparent;
	height:35px;
	padding-left: 5px;
	width: 490px; /*szerokosc okna + strzalki*/
	color:#cbc6ba;
	background: url(grafika/formularz/select-duze.webp) no-repeat;
	border: 0px;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	-webkit-appearance: none;
}

.select-duze option {
	color: #cbc6ba;
	border: 1px solid #caa15c;
	background: #2c2726;
	cursor: url(grafika/szkielet/kursor3.webp), default;
}

.select-duze optgroup {
	color: #d59349;
	border: 1px solid #caa15c;
	background: #2c2726;
}

.select-duze:hover {
	background-position: 450px -35px;
}

.select-duze select:hover {
	background-position: 0 -35px;
}

.select-male select:disabled, .select-normal select:disabled, .select-duze select:disabled {
	background-position: 0 -70px;
}




input[type=submit   ]:not(old){
	padding-top:5px;
	width:276px;
	height:53px;
	border:0;
	background:url(grafika/formularz/przycisk-formularz.webp);
	background-size:cover;
	cursor: url(grafika/szkielet/kursor3.webp), default;
	margin-top:20px;
}

input[type=submit   ]:hover{
	background-position: 0px -53px;
}

input[type=submit   ]:active{
	background-position: 0px -106px;
}

input[type=submit   ]:disabled{
	background-position: 0px -159px;
}

label {
	cursor: url(grafika/szkielet/kursor3.webp), default;
}


/*.zaokraglone {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.black   { background-color: #918366; }
*/


table {
	border-collapse: collapse;
	border-spacing:0;
}

thead {
	font-size:16px;
	font-variant:small-caps;
	text-align:center;
	color: #d59349;
	border: 1px solid #caa15c;
	background-color:#271e1f;
	box-shadow: inset 0 -2px 0 #caa15c;
}

tbody {
	border: 1px solid #caa15c;
}

/*DO ZMIANY DYMEK W KUFRZE*/
tbody.bez_ramki {
	border: 0;
}

tbody tr:nth-child(2n) {
	background:#191618;
}
tbody tr:nth-child(2n+1) {
	background:#242022;
}

tfoot {
	text-align:center;
}




table.bez_ramki {
	border-collapse: collapse;
	border-spacing:0;
}

table.bez_ramki > tbody {
	border: 0;
}

table.puste {
	border-collapse: collapse;
	border-spacing:0;
}

table.puste > tbody {
	border: 0;
}

table.puste > tbody tr {
	background: transparent;
}




nav_lekcje {
	height:42px;
}

nav_lekcje > a {
    position:relative;
		width:42px;
		height:37px;
		display:inline-block;
		background:url(grafika/lekcje/klasy.webp);
}

nav_lekcje > a:hover {
	background-position:0 -37px;
}

div.tab_lekcje {    
   position:relative;
}

nav_lekcje a.active {
	background-position:0 -37px;
}

nav_lekcje a {
	text-decoration:none;
}





a.wyloguj {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/szkielet/wyloguj.webp);
}

a.wyloguj:hover {
	background-position: 0px -30px;
}

/******************/
/***** PODRÓŻ ****/
/****************/

a.budynek-dom {
	width:60px;
	height:50px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/ikony/budynki/budynek-dom.webp);
}

a.budynek-szkola-magii-i-czarodziejstwa-hogwart {
	width:60px;
	height:50px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/ikony/budynki/budynek-szkola-magii-i-czarodziejstwa-hogwart.webp);
}

a.budynek-ministerstwo-magii {
	width:60px;
	height:50px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/ikony/budynki/budynek-ministerstwo-magii.webp);
}

a.budynek-swiat {
	width:60px;
	height:50px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/ikony/budynki/budynek-swiat.webp);
}

a.budynek-dom:hover, a.budynek-szkola-magii-i-czarodziejstwa-hogwart:hover, a.budynek-ministerstwo-magii:hover, a.budynek-swiat:hover {
	background-position: 0px -50px;
}
/******************/
/***** ADMIN *****/
/****************/
a.ikona-admin {
    width: 26px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    /*transition: background-position 0.3s ease;*/
}

/* Ikony indywidualne <a href="#" class="ikona-admin dodaj"></a>*/
a.dodaj        { background-image: url(grafika/admin/dodaj.webp); }
a.edytuj       { background-image: url(grafika/admin/edytuj.webp); }
a.odejmij      { background-image: url(grafika/admin/odejmij.webp); }
a.podglad      { background-image: url(grafika/admin/podglad.webp); }
a.usun         { background-image: url(grafika/admin/usun.webp); }
a.wdol         { background-image: url(grafika/admin/wdol.webp); }
a.wgore        { background-image: url(grafika/admin/wgore.webp); }
a.zamien       { background-image: url(grafika/admin/zamien.webp); }
a.nowy         { background-image: url(grafika/admin/nowy.webp); }
a.odblokuj     { background-image: url(grafika/admin/odblokuj.webp); }
a.odepnij      { background-image: url(grafika/admin/odepnij.webp); }
a.otworz       { background-image: url(grafika/admin/otworz.webp); }
a.przenies     { background-image: url(grafika/admin/przenies.webp); }
a.przyjaciel   { background-image: url(grafika/admin/przyjaciel.webp); }
a.przypnij     { background-image: url(grafika/admin/przypnij.webp); }
a.zablokuj     { background-image: url(grafika/admin/zablokuj.webp); }
a.zamknij      { background-image: url(grafika/admin/zamknij.webp); }
a.opublikuj    { background-image: url(grafika/admin/opublikuj.webp); }
a.zakoncz      { background-image: url(grafika/admin/zakoncz.webp); }

/* Hover efekt dla wszystkich ikon */
a.ikona-admin:hover {
    background-position: 0 -26px;
}





/* Klasa bazowa dla wszystkich ikon w menu dolnym <a href="#" class="menu-ikona modul-eliksiry"></a>*/
a.menu-ikona {
    width: 35px;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
    /*transition: background-position 0.3s ease;*/
}

/* Hover efekt dla wszystkich ikon */
a.menu-ikona:hover {
    background-position: 0 -35px;
}

a.modul-eliksiry        { background-image: url(grafika/menu-dolne/modul-eliksiry.webp); }
a.modul-zagroda         { background-image: url(grafika/menu-dolne/modul-zagroda.webp); }
a.modul-cieplarnia      { background-image: url(grafika/menu-dolne/modul-cieplarnia.webp); }
a.modul-boisko          { background-image: url(grafika/menu-dolne/modul-boisko.webp); }
a.modul-liga-pojedynkow { background-image: url(grafika/menu-dolne/modul-liga-pojedynkow.webp); }

a.wzmacniacze-kufer              { background-image: url(grafika/menu-dolne/wzmacniacze-kufer.webp); }
a.wzmacniacze-umiejetnosci-bojowe { background-image: url(grafika/menu-dolne/wzmacniacze-umiejetnosci-bojowe.webp); }
a.wzmacniacze-artefakty          { background-image: url(grafika/menu-dolne/wzmacniacze-artefakty.webp); }
a.wzmacniacze-talenty            { background-image: url(grafika/menu-dolne/wzmacniacze-talenty.webp); }

a.rozrywka-glowne     { background-image: url(grafika/menu-dolne/rozrywka-glowne.webp); }
a.rozrywka-karty      { background-image: url(grafika/menu-dolne/rozrywka-karty.webp); }
a.rozrywka-codzienne  { background-image: url(grafika/menu-dolne/rozrywka-codzienne.webp); }
a.rozrywka-battlepass { background-image: url(grafika/menu-dolne/rozrywka-battlepass.webp); }
a.rozrywka-mistrzowie { background-image: url(grafika/menu-dolne/rozrywka-mistrzowie.webp); }
a.rozrywka-osiagniecia { background-image: url(grafika/menu-dolne/rozrywka-osiagniecia.webp); }

a.ksiegi-zaklecia    { background-image: url(grafika/menu-dolne/ksiegi-zaklecia.webp); }
a.ksiegi-bestiariusz { background-image: url(grafika/menu-dolne/ksiegi-bestiariusz.webp); }
a.ksiegi-eliksiry    { background-image: url(grafika/menu-dolne/ksiegi-eliksiry.webp); }
a.ksiegi-cieplarnia  { background-image: url(grafika/menu-dolne/ksiegi-cieplarnia.webp); }
a.ksiegi-quidditch   { background-image: url(grafika/menu-dolne/ksiegi-quidditch.webp); }

a.profil-gracz        { background-image: url(grafika/menu-dolne/profil-gracz.webp); }
a.profil-edycja       { background-image: url(grafika/menu-dolne/profil-edycja.webp); }
a.profil-firma        { background-image: url(grafika/menu-dolne/profil-firma.webp); }
a.profil-ugrupowania  { background-image: url(grafika/menu-dolne/profil-ugrupowania.webp); }
a.profil-spis-graczy  { background-image: url(grafika/menu-dolne/profil-spis-graczy.webp); }
a.profil-myslodsiewnia { background-image: url(grafika/menu-dolne/profil-myslodsiewnia.webp); }

a.podroze-gazeta    { background-image: url(grafika/menu-dolne/podroze-gazeta.webp); }
a.podroze-pokatna   { background-image: url(grafika/menu-dolne/podroze-pokatna.webp); }
a.podroze-mapa      { background-image: url(grafika/menu-dolne/podroze-mapa.webp); }

a.komunikator-czat  { background-image: url(grafika/menu-dolne/komunikator-czat.webp); }
a.komunikator-dc    { background-image: url(grafika/menu-dolne/komunikator-dc.webp); }

a.inne-samouczek    { background-image: url(grafika/menu-dolne/inne-samouczek.webp); }
a.inne-admin        { background-image: url(grafika/menu-dolne/inne-admin.webp); }







a.zagroda-box2-ogolne {
	width:76px;
	height:72px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/zagroda/box2/zakladka1.webp);
	background-size:cover;
}

a.zagroda-box2-walki {
	width:76px;
	height:72px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/zagroda/box2/zakladka2.webp);
	background-size:cover;
}

a.zagroda-box2-lekarz {
	width:76px;
	height:72px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/zagroda/box2/zakladka3.webp);
	background-size:cover;
}

a.zagroda-box2-ogolne:hover, a.zagroda-box2-walki:hover, a.zagroda-box2-lekarz:hover {
	background-position: 0px -72px;
}



a.newsy-sowiarnia {
	width:117px;
	height:25px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/newsy/sowiarnia.webp);
	background-size:cover;
}

a.newsy-sowiarnia:hover {
	background-position: 0px -25px;
}




a.pora-dnia-swit {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/swit.webp);
	background-size:cover;
}

a.pora-dnia-dzien {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/dzien.webp);
	background-size:cover;
}

a.pora-dnia-zmierzch {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/zmierzch.webp);
	background-size:cover;
}

a.pora-dnia-now {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/now.webp);
	background-size:cover;
}

a.pora-dnia-pierwsza-kwadra {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/pierwsza-kwadra.webp);
	background-size:cover;
}

a.pora-dnia-ostatnia-kwadra {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/ostatnia-kwadra.webp);
	background-size:cover;
}

a.pora-dnia-pelnia {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/pogoda/pory-dnia/pelnia.webp);
	background-size:cover;
}

a.pora-dnia-swit:hover, a.pora-dnia-dzien:hover, a.pora-dnia-zmierzch:hover, a.pora-dnia-now:hover, a.pora-dnia-pierwsza-kwadra:hover, a.pora-dnia-ostatnia-kwadra:hover, a.pora-dnia-pelnia:hover {
	background-position: 0px -30px;
}

a.lekcje-klasa {
	width:42px;
	height:38px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/lekcje/klasy.webp);
	background-size:cover;
}

a.lekcje-klasa:hover {
	background-position: 0px -38px;
}

/*a.pora-dnia-swit:active, a.pora-dnia-dzien:active, a.pora-dnia-zmierzch:active, a.pora-dnia-now:active, a.pora-dnia-pierwsza-kwadra:active, a.pora-dnia-ostatnia-kwadra:active, a.pora-dnia-pelnia:active {
	background-position: 0px -30px;
}*/



a.sowiarnia {
	width:45px;
	height:83px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/belka/sowiarnia.webp);
	background-size:cover;
}

a.sowiarnia:hover {
	background-position: 0px -83px;
}






a.misja-dzienne {
	width:28px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/misje/dzienne.webp);
	background-size:cover;
}

a.misja-zawodowe {
	width:28px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/misje/zawodowe.webp);
	background-size:cover;
}

a.misja-okolicznosciowe {
	width:28px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/misje/okolicznosciowe.webp);
	background-size:cover;
}

a.misja-dzienne:hover, a.misja-zawodowe:hover, a.misja-okolicznosciowe:hover {
	background-position: 0px -28px;
}





a.forum-edytuj {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/forum/edytuj.webp);
}

a.forum-usun {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/forum/usun.webp);
}

a.forum-dodaj {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/forum/dodaj.webp);
}

a.forum-dodaj {
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/forum/dodaj.webp);
}



a.oko {
	width:25px;
	height:25px;
	display:inline-block;
	overflow:hidden;
	background:url(grafika/przypadlosci/oko.webp);
}

a.oko:hover {
	background-position: 0px -25px;
}



a {
	color:#caa15c;
	text-decoration:none;
	cursor: url(grafika/szkielet/kursor2.webp), pointer;
}

a:hover {
	color:#4be8ef;
	text-decoration:none;
}



.odnosnik {
	color:#caa15c;
	text-decoration:none;
	cursor: url(grafika/szkielet/kursor2.webp), pointer;
}

.odnosnik:hover {
	color:#4be8ef;
	text-decoration:none;
}



button.dodaj {
	width:30px;
	height:30px;
	overflow:hidden;
	border:0;
	background:url(grafika/admin/dodaj.webp);
	background-size:cover;
}

button.odejmij {
	width:30px;
	height:30px;
	overflow:hidden;
	border:0;
	background:url(grafika/admin/odejmij.webp);
	background-size:cover;
}

button.dodaj:hover, button.odejmij:hover {
	background-position: 0px -30px;
}


button.moc {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/moc.webp);
}

button.obrona {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/obrona.webp);
}

button.szczescie {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/szczescie.webp);
}

button.precyzja {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/precyzja.webp);
}

button.moc_krytyczna {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/moc-krytyczna.webp);
}

button.przelamanie_obrony {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/przelamanie-obrony.webp);
}

button.zwinnosc {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/zwinnosc.webp);
}

button.zycie {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/zycie.webp);
}

button.energia {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/ikony/statystyki/energia.webp);
}

button.zaklecie {
	width:50px;
	height:50px;
	border:0;
	overflow:hidden;
	background:url(grafika/drzewko/zaklecie.webp);
}

button {
	cursor:url(grafika/szkielet/kursor3.webp), default;
}

fieldset {
	border: 1px solid #caa15c;
}

legend {
	font-variant: small-caps;
	color: #d59349;
}

hr {
	border:0;
	width:680px;
	height:3px;
	background:url(grafika/szkielet/hr.webp);
}

/*.btn-loadmore { /*NIE WIEM CO TO JEST*/
		/*padding: 5px;
		background-color: rgb(0, 119, 255);
		color: white;
		display: inline-block;
		text-align: center;
		margin:0 auto;
}*/

.news-wiecej { /*PRZYCISK WIĘCEJ NEWSA*/
		cursor:url(grafika/szkielet/kursor2.webp), default;
		/*background-color:#069; */
		color:#d3ccc2; 
		font-family:comic;
		font-size: 16px;
		text-transform:uppercase; 
		text-align:center; 
		padding: 10px 15px 8px 15px; 
		margin: 5px 0 0 0;
		height:15px;
		background:url(grafika/newsy/wiecej.webp);
}

.news-wiecej:hover {
	background-position: 0px -33px;
}


/*TERMINARZ 3 w dół*/
.terminarz_kontener {
  position:absolute;
  bottom: 0;
  /*right:100px;*/
  color:#888;
}

.icx_link3 {
  /*border-radius: 5px 5px 0 0;*/
  background: #271e1f;
  padding: 2px;
  float: left;
  color: #888;
	border:solid 1px #caa15c;
}

#terminarz {
  display: none;
  background: #FFFFFF;
  color: #FFF;
}


/*
.zagroda-button-pielegnacja {
	width:190px;
	height:44px;
	border:0;
	overflow:hidden;
	background:url(grafika/zagroda/akcje-button-pielegnuj.webp);
}

.zagroda-button-pielegnacja:hover {
	background-position: 0px -44px;
}

*/

.dymek-rozmowa {
  font-style:italic;
	color:#d3bea0;
}





