body {
  background-color: #fff;
	font-weight: normal;
	font-size: 16px;
	cursor: default;
	color: #fff;
	font-family: Tahoma;
	text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #6c7e1b;
	SCROLLBAR-SHADOW-COLOR: #6c7e1b;
	SCROLLBAR-3DLIGHT-COLOR: #6c7e1b;
	SCROLLBAR-TRACK-COLOR: #ffffff;
  text-align: center; /*wysrodkuje strone dla IE*/
  padding: 0px;
}

*{
  margin: 0;
  padding: 0;
}

a {outline: none;}

a {
  font-weight: normal;
	font-size: 15px;
  color: #fff;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a:hover {
  font-weight: normal;
	font-size: 15px;
  color: #ccc;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a:visited {
  font-weight: normal;
	font-size: 15px;
  color: #fff;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}


/*///////////////////////szerokosc i wysrodkowanie strony */

#div-glowny {
  width: 996px;
  margin: auto;
}

/*///////////////////////Najwyzszy element na stronie */
/*
#logowanie {
  height: 20px;
	background-image: url(img/logowanie.jpg);
  color: #999;
  width: 996px;
  text-align: right;
}
*/
/*///////////////////////Logo strony */

#top {
	background-image: url(img/top.jpg);
	width: 996px;
	height: 129px;
	top: 0px;
	left: 0px;
	border-width: 0px;
	text-align: left;
	margin: 0 auto 0 auto; /* można zapisać krócej: margin: 0 auto; */
}

/*///////////////////////Tworzenie glownego kontenera strony */

#kolumna-glowna {
  position: relative;
  background: #fff;
  width: 996px;
  display: table;
}

/*///////////////////////Kolumna lewa */

#kolumna-lewa {
  position: relative;
  width: 205px;
  float: left;
	background-image: url(img/lewy-slupek.jpg);
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
	border-width: 0px;
	text-align: left;
	margin: 0 auto 0 auto; /* można zapisać krócej: margin: 0 auto; */
}

/*///////////////////////Elementy Kolumny lewej */

#szukaj {
  background-image: url(img/szukaj.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 205px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	position: relative;
}
#dane-szukane {
  background: none;
	width: 205px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 30px;
	position: relative;
	text-align: left;
	font-family: tahoma;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
}
input.btn {
  color:#6c7e1b;
  font: bold 84%, tahoma;
  background-color: #fff;
}
#blok-menu-statystyki {
  background: none;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	text-align: left;
	font-family: tahoma;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
#blok-menu-przerwa {
  background-image: url(img/przerwa.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}
#blok-menu {
  overflow: hidden;
  margin-left: 30px
}
ul#lista-linkow {
  list-style: none;
	position: relative;
  line-height: 20px;
}
ul#lista-linkow li a {
  color: #fff;
}
ul#lista-linkow li a:hover {
  color: #6c7e1b;
}

/*///////////////////////Koniec elementy Kolumny lewej */

#kolumna-lewa-dol {
	background-image: url(img/lewy-slupek-dol.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 42px;
}

/*///////////////////////Koniec Kolumny lewej */

/*///////////////////////Menu - kolumna prawa */

#kolumna-srodkowa-menu {
  position: relative;
  background: #fff;
  width: 780px;
  float: right;
}

/*///////////////////////Kolumna prawa glowny kontener */

#kolumna-srodkowa {
  position: relative;
  background: #fff;
  width: 777px;
  float: right;
}

/*///////////////////////Glowne menu */

#nav-container {
	background-color: #fff;
	height: 35px;
	width: 763px;
}
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#nav li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	position: absolute;
}
ul#nav li a:hover{
	background-position: left bottom;
}
ul#nav li a span{
	background-repeat: no-repeat;
	display: none;
	position: absolute;
}
ul#nav li a:hover span{
	display: block;
}
ul#nav li a.start {
  background-image: url(img/start.jpg);
	height: 35px;
	width: 102px;
	top: 0px;
	left: 0px;
}
ul#nav li a.katalog {
  background-image: url(img/katalog.jpg);
	height: 35px;
	width: 85px;
	top: 0px;
	left: 102px;
}
ul#nav a.najnowsza-30-tka{
  background-image: url(img/najnowsza-30-tka.jpg);
	height: 35px;
	width: 171px;
	top: 0px;
	left: 187px;
}
ul#nav a.dodaj-strone{
  background-image: url(img/dodaj-strone.jpg);
	height: 35px;
	width: 132px;
	top: 0px;
	left: 358px;
}
ul#nav a.regulamin{
  background-image: url(img/regulamin.jpg);
	height: 35px;
	width: 111px;
	top: 0px;
	left: 490px;
}
ul#nav a.mapa-strony{
  background-image: url(img/mapa-strony.jpg);
	height: 35px;
	width: 162px;
	top: 0px;
	left: 601px;
}

/*///////////////////////Koniec glownego menu */

/*///////////////////////Kategorie katalogu */

#kategoria {
  position: relative;
  background: #fff;
  width: 757px;
  display: table;
}
#kategoria-gora {
	background-image: url(img/kategoria-gora.jpg);
	width: 757px;
	height: 43px;
	top: 0px;
	left: 0px;
}
.kategoria-gora-tekst {
  text-align: left;
  font-weight: bold;  
  padding-top: 12px;
  padding-left: 30px;
  font-size: 15px;
  background: none;
}
#kategoria-srodek {
	background-image: url(img/kategoria-srodek.jpg);
	background-repeat: repeat-y;
	width: 757px;
	top: 0px;
	left: 0px;
}
#kategoria-dol {
	background-image: url(img/kategoria-dol.jpg);
	width: 757px;
	height: 23px;
	top: 0px;
	left: 0px;
}

/*///////////////////////Koniec kategorii katalogu */

/*///////////////////////reklama katalogu */

#reklama {
  position: relative;
  background: #fff;
  width: 757px;
  display: table;
}
#reklama-gora {
	background-image: url(img/kategoria-gora.jpg);
	width: 757px;
	height: 43px;
	top: 0px;
	left: 0px;
}
.reklama-gora-tekst {
  text-align: left;
  font-weight: bold;  
  padding-top: 12px;
  padding-left: 30px;
  font-size: 15px;
  background: none;
}
#reklama-srodek {
	background-image: url(img/kategoria-srodek.jpg);
	background-repeat: repeat-y;
	width: 757px;
	top: 0px;
	left: 0px;
}
#reklama-dol {
	background-image: url(img/kategoria-dol.jpg);
	width: 757px;
	height: 23px;
	top: 0px;
	left: 0px;
}

/*///////////////////////Koniec reklamy katalogu */

/*///////////////////////Nawigacji */

#nawigacja {
	width: 765px;
	height: 35px;
}
#nawigacja-w-lewo {
  float: left;
/*	background-image: url(img/nawigacja-w-lewo.jpg);
	width: 40px;
	height: 35px; */
}
#nawigacja-belka {
  float: left;
	background-image: url(img/nawigacja.jpg);
	width: 678px;
	height: 35px;
  text-align: center;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a#nawigacja-link {
  color: #fff;
  font-size: 14px;
  font-weight: none;
  text-decoration: none;
}
a#nawigacja-link:hover {
  color: #999;
  font-size: 14px;
  font-weight: none;
  text-decoration: none;
}
a#nawigacja-link:visited {
  color: #fff;
  font-size: 14px;
  font-weight: none;
  text-decoration: none;
}
#nawigacja-w-prawo {
  float: left;
/*  background-image: url(img/nawigacja-w-prawo.jpg);
	width: 38px;
	height: 35px; */
}
#nawigacja-tekst {
  text-align: center;
  padding-top: 7px;
  color: #fff;
  font-size: 16px;
  background: none;
  text-decoration: none;
}

/*///////////////////////Koniec nawigacji */

/*///////////////////////Wyswietlanie rekordow z bazy  */

#rekordy {
  position: relative;
  background: #fff;
  width: 757px;
  display: table;
}
#rekordy-gora {
	background-image: url(img/rekordy-gora.jpg);
	width: 757px;
	height: 42px;
	top: 0px;
	left: 0px;
}
.rekordy-gora-lewo-tekst {
  float: left;
  text-align: left;
  padding-top: 12px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: none;
  text-decoration: none;
}
.rekordy-gora-prawo-tekst {
  float: right;
  text-align: right;
  padding-top: 12px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: none;
  text-decoration: none;
}
#rekordy-srodek {
	background-image: url(img/rekordy-srodek.jpg);
	background-repeat: repeat-y;
	width: 757px;
	top: 0px;
	left: 0px;
}
#rekordy-dane {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#rekordy-dol {
	background-image: url(img/rekordy-dol.jpg);
	width: 757px;
	height: 22px;
	top: 0px;
	left: 0px;
}

/*///////////////////////Koniec wyswietlanie rekordow z bazy  */

/*///////////////////////Wyswietlanie losowych rekordow z bazy  */

#losowe {
  position: relative;
  background: #fff;
  width: 996px;
  display: table;
}
#losowe-gora {
	background-image: url(img/losowe-gora.jpg);
	width: 996px;
	height: 46px;
	top: 0px;
	left: 0px;
}
.losowe-gora-tekst {
  text-align: left;
  padding-top: 12px;
  padding-left: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: none;
}
#losowe-srodek {
	background-image: url(img/losowe-srodek.jpg);
	background-repeat: repeat-y;
	width: 996px;
	top: 0px;
	left: 0px;
}
#losowe-dane {
  /*color: #56919c; old color*/
  color: #6c7e1b;
  margin-left: 50px;
}
#losowe-dane-z-bazy {
  color: #6c7e1b;
  font-size: 12px;
  font-weight: normal;
	text-decoration: none;
	text-align: justify;
	text-indent: 20px;
  background-color: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
a#losowe-link-out {
  color: #6c7e1b;
  font-weight: bold;
  text-decoration: underline;
}
a#losowe-link-out:hover {
  color: #999;
  font-weight: bold;
  text-decoration: underline;
}
a#losowe-link-out:visited {
  color: #6c7e1b;
  font-weight: bold;
  text-decoration: underline;
}

#losowe-dol {
	background-image: url(img/losowe-dol.jpg);
	width: 996px;
	height: 22px;
	top: 0px;
	left: 0px;
}

/*///////////////////////Koniec wyswietlania losowych rekordow z bazy  */

/*///////////////////////Odstep pomiedzy elementami */

#space {
	background: #fff;
	width: 100%;
	height: 20px;
  position: relative;
}

/*///////////////////////Stopka katalogu */

#stopka {
	background-image: url(img/stopka.jpg);
	width: 996px;
	height: 101px;
	top: 0px;
	left: 0px;
	border-width: 0px;
	text-align: left;
  display: table;
}
#stopka-lewy {
	background: none;
	width: 400px;
	height: 101px;
	text-align: center;
  float: left;
/*	border-color: #000;
	border-style: dotted;
	border-width: 0px;  */
}
.stopka-lewy-tekst {
  text-align: center;
  padding-top: 30px;
  padding-left: 90px;
  font-size: 14px;
  background: none;
}
#stopka-prawy {
	background: none;
	width: 596px;
	height: 101px;
	text-align: center;
  float: right;
}
#nav-container-stopka {
  height: 40px;
  }
#nav-container-stopka ul {
  margin: 20;
  list-style: none;
}
#nav-container-stopka ul li {
  float: left;
}
#nav-container-stopka ul li a {
  display: block;
  float: left;
  height: 10px;
  margin-left: 5px;
  margin-top: 22px;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  background: none;
}
#nav-container-stopka ul li a:hover {
  background: none;
}

a.dodaj {
  color: #0001f1;
}
a.dodaj:hover {
  color: #ccc;
}
a.dodaj:visited {
  color: #0001f1;
}

/*///////////////////////Koniec stopki katalogu */

/*
a.promocja {
  font-weight: bold;
	font-size: 15px;
  color: #595148;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a.promocja:hover {
  font-weight: bold;
	font-size: 15px;
  color: #595148;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a.promocja:visited {
  font-weight: bold;
	font-size: 15px;
  color: #595148;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a.promocja:first-letter {
  font-size: 25px
}
*/


#sitemap {
  font-weight: normal;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: #fff;
  text-align: justify;
  text-indent: 0cm
}
#sitemap:first-letter {
  font-size: 25px
}
a#sitemap_link {
  font-weight: bold;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#sitemap_link:hover {
  font-weight: bold;
	font-size: 15px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#sitemap_link:visited {
  font-weight: bold;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
ul#regulamin {
  list-style: none;
	position: relative;
  line-height: 20px;
}

#insertu {
  padding-top: 10px;
  color: #6c7e1b;
}
#insertd {
  padding-bottom: 10px;
  color: #6c7e1b;
}

#opis {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: justify;
  text-indent: 1cm
}
#opis:first-letter {
  font-size: 25px
}

#dane-rekordu {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: justify;
  

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

a#link-data {
  font-weight: bold;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#link-data:hover {
  font-weight: bold;
	font-size: 15px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#link-data:visited {
  font-weight: bold;
	font-size: 15px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
#kategoria-dane {
  color: #6c7e1b;
  padding-top: 10px;
  margin-left: 30px;
}
#kategorie-linia-pionowa {
  color: #6c7e1b;
}
#link_kategorie {
  color: #6c7e1b;
	font-size: 14px;
}
a#link_kategorie {
  font-weight: bold;
	font-size: 13px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#link_kategorie:hover {
  font-weight: bold;
	font-size: 13px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#link_kategorie:visited {
  font-weight: bold;
	font-size: 13px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}



#rekord-tytul-strony {
  margin-left: 15px;
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
#rekord-image-thumb {
  float: left;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #6c7e1b;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
#rekord-adres-strony {
  background-color: none;
  text-align: left;
  padding-top: 10px;
}
a#rekord-adres-strony {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-adres-strony:hover {
  font-weight: bold;
	font-size: 12px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-adres-strony:visited {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
#rekord-kategorii-strony {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
a#rekord-kategorii-strony {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
a#rekord-kategorii-strony:hover {
  font-weight: bold;
	font-size: 12px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
a#rekord-kategorii-strony:visited {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
#rekord-pagerank-strony {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
#rekord-data-dodania-strony {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: left;
}
#rekord-opis-strony {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: justify;
  text-indent: 20px;
}
#rekord-opis-strony:first-letter {
  font-size: 25px
}
#rekord-czytaj-wiecej {
  background-color: none;
  text-align: right;
}
a#rekord-wiecej {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-wiecej:hover {
  font-weight: bold;
	font-size: 12px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-wiecej:visited {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
#rekord-slowa-kluczowe-strony {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none;
  text-align: justify;
  text-indent: 20px;
}
#rekord-slowa-kluczowe-strony:first-letter {
  font-size: 25px
}

#rekord-losowy-kontener{
width: 400px;
}
#rekordy-losowe-dane {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#rekord-losowy-image-thumb {
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #6c7e1b;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 20px;
}
#rekord-losowy-adres-strony {
  background-color: none;
  text-align: left;
  padding-top: 7px;
}
a#rekord-losowy-adres-strony {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-losowy-adres-strony:hover {
  font-weight: bold;
	font-size: 12px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#rekord-losowy-adres-strony:visited {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}

#dodaj-strone-blad {
  font-weight: normal;
	font-size: 12px;
  color: red;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
#dodaj-strone {
  font-weight: normal;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#dodaj-strone {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#dodaj-strone:hover {
  font-weight: bold;
	font-size: 12px;
  color: #999;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
a#dodaj-strone:visited {
  font-weight: bold;
	font-size: 12px;
  color: #6c7e1b;
  font-family: tahoma;
	text-decoration: none;
  background-color: none
}
hr#regulamin {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
  width: 100%;
  color: #6c7e1b;
  background-color: #6c7e1b;
  height: 1px
}
input#btn {
  color:#6c7e1b;
  font: bold 84%, tahoma;
  background-color: #fff;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #000000;
}
