
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
img {
  border: 0;
} 
textarea {
  overflow: auto;
}
ul, ol {
  margin-left: 0px;
  padding-left: 25px;
}
h1 {
  font-size: 17px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 14px;
}
form {
  margin: 0;
}
 
.b, .bold {
  font-weight: bold;
}
.i, .italic {
  font-style: italic;
}
.u, .underline {
  text-decoration: underline;
}
.red {
  color: #f00;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.valign-tbottom {
  vertical-align: text-bottom;
}

.holder {
  width: 100%;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}

.cols {
  border-collapse: collapse;
  width: 100%;
}
.col {
  vertical-align: top;
  padding: 0px;
}

.border-red {
  border: 1px solid red;
}
.border-black {
  border: 1px solid black;
}
.border-white {
  border: 1px solid white;
}

.pointer {
  cursor: pointer;
}


body {
  background: #f0cce4 url(../images/bg.gif) repeat-x left 200px;
  color: #111;
  font: 12px Tahoma, Verdana, Arial, sans-serif; 
  line-height: 1.6; 
}
a {
  color: #8b611e;
}
a:hover {
  color: #351800;
}
a[rel=lightbox] {
  cursor: url(/images/cursors/lupka.cur), pointer;
}
hr {
  border: none;
  border-bottom: 1px solid #C6B184;
  height: 0;
  overflow: hidden;
}
h1 {
  margin: 0;
  font-size: 19px;
  line-height: 22px;
  padding-top: 2px;
  padding-bottom: 1px;
  color: #d666b5;
}
h1#no-path {
  border-bottom: 1px solid #F2D1E7;
  padding-bottom: 5px;
  padding-bottom: 2px;
}
h2 {
  color: #d666b5;
  clear: both;
}
h2 a {
  color: #d666b5;
  text-decoration: none;  
}
h2 a:hover {
  color: #AF2B87;
}
.small {
  font-size: 11px;
}
#wrapper {
  width: 960px;
  margin: auto;
  position: relative;
}
#header {
  position: relative;
  height: 145px;
  background: url(../images/header-min.jpg) no-repeat;
}
#header-online {
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 11px;
  width: 206px;
  text-align: center;
}
#header-facebook {
  position: absolute;
  right: 0;
  top: 40px;
}
#header-logo {
  position: absolute;
  left: 0;
  top: 5px;
}
#header-banner {
  position: relative;
  z-index: 101;
  text-align: center;
  padding-bottom: 5px;
}
#header-banner-wrapper {
  margin: auto;
  position: relative;
}
#header-banner-wrapper-scroll {
  position: absolute; 
  left: 0;
  top: 0;
  z-index: 1000;
}
#header-banner-over {
  position: absolute;
  left: 0;
  top: 0;  
  width: 100%;
  height: 100%;
}
#menu {
  position: absolute;
  left: 23px;
  top: 110px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  word-spacing: 10px;
  list-style: none;
}
#menu li {
  display: inline;
}
#menu a {
  color: #333;
  text-decoration: none;
  word-spacing: normal;
}
#menu a:hover, #menu a.cur {
  color: #da77b6;
}
#body {
  position: relative;
  z-index: 100;
  min-height: 200px;
  width: 950px;
  overflow: hidden;
  padding: 5px;
  background: #fff url(../images/body-top.gif) no-repeat;
}
#content {
  float: left;
  width: 570px;
  min-height: 500px;
  /*font-family: Verdana, Arial, sans-serif;*/
}
#path {
  word-spacing: 5px;
  font-size: 11px;
  border-bottom: 1px solid #F2D1E7;
  padding-left: 1px; 
  color: #8b611e;
  padding-bottom: 2px;
}
#backtotop {
  margin-top: 15px;
}
#backtotop img, .slide-down img, .slide-up img {
  vertical-align: text-bottom;
}
#backtotop a, .slide-down a, .slide-up a {
  font-size: 11px;
  color: #c761a3;
}
#backtotop a:hover, .slide-down a:hover, .slide-up a:hover {
  color: #e981c3;
}
#path a, #path span {
  word-spacing: normal;
}
#col-left .hdr a, #col-right .hdr a {
  color: #fff;
  text-decoration: none;
}
#col-left {
  width: 180px;
  float: left;
  padding-right: 20px;
}
#col-left .hdr {
  background: url(../images/col-l-hdr.gif) no-repeat;
  height: 25px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
#ico-dzwoneczki {
  position: absolute;
  right: 0;
  top: -5px;
}
#col-left .menu {
  padding: 0;
  margin: 0;
  padding-top: 3px;
  list-style: none;
  font-size: 11px;
}
#col-left .menu li {
  background: url(../images/col-l-menu.gif) no-repeat;
  height: 23px;
  margin-bottom: 2px;
  overflow: hidden;
}
#col-left .menu li a {
  color: #111;
  text-decoration: none;
  display: block;
  line-height: 21px;
  padding-left: 13px;
  background: url(../images/col-l-menu-dot.gif) no-repeat 4px center;
}
#col-left .menu li a small {
  color: #555;
  padding-left: 2px;
}
#col-left .menu li a:hover, #col-left .menu li a.cur, #col-left .menu li a:hover small {
  color: #d56cb0;
}
#col-right {
  float: right;
  width: 160px;
}
#col-right .hdr {
  background: url(../images/col-r-hdr.gif) no-repeat;
  height: 25px;
  line-height: 23px;
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}
#ico-obraczka {
  position: absolute;
  left: 4px;
  top: -4px;
}
#col-right .menu {
  padding: 0;
  margin: 0;
  padding-top: 3px;
  list-style: none;
  font-size: 11px;
}
#col-right .menu li {
  background: url(../images/col-r-menu.gif) no-repeat;
  height: 24px;
  padding-bottom: 1px;
}
#col-right .menu li a {
  color: #2e3334;
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding-left: 25px;
  background: url(../images/col-l-menu-dot.gif) no-repeat 9px center;
}
#col-right .menu li a small {
  color: #555;
  padding-left: 5px;
}
#col-right .menu li a:hover, #col-right .menu li a.cur, #col-right .menu li a:hover small {
  color: #d56cb0;
}
#col-right-search {
  text-align: center;
  padding: 5px 0;
  padding-bottom: 10px;
}
#col-right-search-btn {
  margin-top: 5px;
}
#footer-menu {
  clear: both;
  /*background: #fff;*/
  padding: 5px;
  /*padding-top: 15px;*/
  text-align: center;
  font-size: 11px;
  color: #666;
  word-spacing: 5px;
}
#footer-menu a {
  color: #555;
  text-decoration: none;
  word-spacing: normal;
}
#footer-menu a:hover {
  color: #da76b6;
}

#footer {
  clear: both;
  height: 40px;
  padding: 0 10px;
  background: url(../images/footer.jpg) no-repeat;
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  position: relative;
}
#footer div {
  position: absolute;
  top: 3px;
  right: 15px;
  word-spacing: 5px;
  line-height: 1.5;
  text-align: right;
}
#footer a {
  color: #fff;
  word-spacing: normal;
}
#footer a:hover {
  color: #ccc;
}

.banner-right {
  margin: 5px 0;
  position: relative;
  text-align:center;
}
.banner-right img {
  display: block;
}
.banner-right * {
  margin: auto;
}
.banner-right-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.zloty-right, .ostatni-wpis {
  background: #FFD500;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 11px;
  text-align: center;
}
.ostatni-wpis-typ-1 {
  background: #F2EAE4 !important;
}
.ostatni-wpis-typ-2 {
  background: #D6E0E6 !important;
}
.zloty-right b, .zloty-right b a, .ostatni-wpis b, .ostatni-wpis b a {
  color: #111111;
  line-height: normal;
  display: block;
}
.zloty-right-kat, .ostatni-wpis-kat {
  text-decoration: none;
  line-height: normal;
  padding-top: 6px;
  display: block;
}


.banner-miejsce {
  text-align: center;
  margin: 5px 0 15px;
  font-weight: bold;
}
.banner-miejsce a {
  background: #F5F0E8;
  color: #d666b5;
  text-decoration: none;
  display: block;
  padding: 3px;
}
.col-right-zk {
  margin-bottom: 8px;
}


.wpis {
  position: relative;
  background-repeat: no-repeat;
  background-position: 98% 0;
  background-color: #f2eae4;
  padding: 3px 10px;
  padding-right: 140px;
  margin-bottom: 5px;
}
.wpis h3 {
  margin: 0;
}
.wpis h3 a {
  color: #111111;
}
.wpis h3 a:hover {
  color: #333;
}
.wpis img {
  border: 1px solid #d4ae00;
  margin-top: 5px
}
.wpis p {
  margin: 0;  
  margin-bottom: 4px;
}
.wpis-szczegoly {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
}

.wpis-t2, .wpis-t2-wyroznienie {
  background-color: #d6e0e6;
}
.wpis-t3, .wpis-t3-wyroznienie {
  background-color: #ffd500;
  background-image: url(../images/polecamy.gif);
}
.wpis-t1-wyroznienie, .wpis-t2-wyroznienie {
  background-image: url(../images/popularny.gif);
}
.wpis-t3-wyroznienie {
  background-image: url(../images/polecamy-popularny.gif);
  min-height: 130px;
}
.wpis-opis {
  border: 1px solid #ffd500;
  padding: 10px;
}
.wpis-opis > *:first-child {
  margin-top: 0;
}
.wpis-opis > *:last-child {
  margin-bottom: 0;
}
.wpis-galeria-hdr {
  background: #EDE6DE;
  padding: 4px 8px;
  margin-top: 20px;
}
.wpis-galeria {
  width: 100%;
  border-collapse: collapse;
}
.wpis-galeria td {
  width: 15px;
}
.wpis-galeria td.img {
  width: 180px;
  padding: 10px 0;
  background: #ede6de;  
  text-align: center;
  vertical-align: middle;
}
.wpis-galeria td.img img {
  margin-bottom: 5px;
}
.wpis-galeria tr.space {
  height: 15px;
}

select {
  border: 1px solid #ddd;
}
select[disabled] {
  background: #eee;
}
optgroup {
  font-style: normal;
  font-weight: bold;
}
.pagination {
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.pagination-pages {
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.pagination a, .pagination b, .pagination-prev, .pagination-next {
  padding: 3px 5px;
  vertical-align: middle;
}
.pagination-prev {
  margin-right: 10px;
}
.pagination-next {
  margin-left: 10px;
}
.pagination a:hover {
  background: #eee;
}
span.pagination-prev, span.pagination-next {
  color: #ccc;
}
#wyszukiwarka {
  margin: 15px 0;
}
#wyszukiwarka select {
  font-size: 11px;
}
#wyszukiwarka-miejscowosc {
  width: 248px;
  width: 240px\9; /* ie6-8 hack */
}

.galeria {
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
}
.galeria td {
  text-align: center;
  font-size: 11px;
  border: 1px solid #ceb0c6;
  padding: 5px;
  width: 33%;
}
.galeria td img {
  margin-bottom: 5px;
} 
.table {
  width: 100%;
}
.table, .table2 {
  border-collapse: collapse;
  empty-cells: hide;
  margin: auto;
}
.table td, .table2 td {
  border: 1px solid #ceb0c6;
  padding: 5px;
}
.table2 td {
  text-align: center;
}
textarea.code, textarea.code2,  textarea.code3 {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  border: 1px solid #ceb0c6;
  font-size: 11px;
}
textarea.code2 {
  height: 30px;
}
textarea.code3 {
  height: 60px;
}
#sonda {
  padding: 4px 4px 0;
  font-size: 11px;
  line-height: 1.3;  
}
#sonda label {
  display: block;
  line-height: 2;
} 
#sonda label input {
  vertical-align: top;
  margin-right: 3px;
}
#sonda p, #sonda .sonda-wyniki p {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 11px;
}
#sonda form textarea {
  width: 170px;
  font-size: 11px;
  padding: 2px;
  font-family: Tahoma, sans-serif;
  margin-bottom: 4px;
  border: 1px solid #ceb0c6;  
}


.sonda-wyniki {
  font-size: 11px;
  line-height: 1.3;
}
.sonda-wyniki p {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.sonda-wyniki span {
  float: right;
}
.sonda-wyniki .bar {
  border: 1px solid #F2D1E7;
  padding: 1px;
  margin-bottom: 4px;
}
.sonda-wyniki .bar-line {
  height: 4px;
  background: #D46CAF;
}
.sonda-oddane-glosy {
  margin-top: 8px; 
}

#reklama_baza_firm td {
  font-size: 11px;
}
.reklama-brazowy {
  background-color: #f2eae4;
}
.reklama-srebrny {
  background-color: #d6e0e6;
}
.reklama-zloty {
  background-color: #ffd500;
}

.artykuly-lista h2, .artykuly-lista2 h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.artykuly-lista p, .artykuly-lista2 p {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.artykuly-lista p img, .artykuly-lista2 p img, .img-left {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  border: 1px solid #D5C5D2;
  float: left;
}
.artykuly-lista p a, .artykuly-lista2 p a, .more {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
.artykuly-lista2 {
  /*background: url(../images/v-line.gif) repeat-y center;*/
  font-size: 11px;
  line-height: 1.5;
  text-align: justify;
}

.archiwum-lista div {
  padding-top: 2px;
  padding-bottom: 1px;
  background: url(../images/h-line-dashed.gif) repeat-x;
  font-size: 11px;
}
.archiwum-lista div img {
  vertical-align: middle;
}
.archiwum-lista div a {
  color: #808080;
  text-decoration: none;
}
.archiwum-lista div a:hover {
  color: #444;
}
.archiwum-lista div.first {
  padding-top: 1px;
  background: none;
}
.tresc-reklama {
  margin: 12px 0;
  width: 100%;
  overflow: hidden;
}
.tresc-reklama-box {
  float: left;
  padding-right: 30px;
}

.form1 .inpt, .form1 textarea {
  border: 1px solid #ceb0c6;
  width: 300px;
  font-size: 12px;
  padding: 2px;
}
.form1 .inpt-readonly {
  border-color: #fff;
}
.form1 .border-red {
  border: 1px solid #d00;
}
.form1 select {
  border: 1px solid #ceb0c6;
  width: 307px;
  font-size: 11px;
  font-family: Tahoma, Verdana, sans-serif;
  padding: 2px;
}
.form1 textarea {
  height: 150px;
  width: 360px;
}
.form1 table {
  margin: auto;
}
.form1 th, .form1 td {
  padding: 6px 2px;
  padding-left: 0;
  vertical-align: top;
}
.form1 th {
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
  padding-left: 10px;
}
.form1 td.hdr {
  background: #F2EAE4;
  padding: 3px;
  padding-left: 10px;
  font-weight: bold;
}
.form1 td.txt {
  padding: 5px;
}
.form1 input[type=radio] {
  vertical-align: text-bottom;
  vertical-align: middle\9;
}
.error {
  color: #d00;
}
.form1 .error {
  color: #d00;
  padding-bottom: 0;
}
.form1 label {
  display: block;
  margin-top: 10px;
}



.gra {
  cursor: pointer;
}
#lightbox-gra {
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/white70.png);
  text-align: center;
}
#lightbox-gra-zamknij {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: bold;
}
a .noborder {
  border: none !important;
}

.messagebox {
  margin: 13px auto;
  padding: 12px 10px;
  background: #F2EAE4;
  border: 1px solid #DFD7D1; 
}
.messagebox > *:first-child {
  margin-top: 0;
}
.messagebox > *:last-child {
  margin-bottom: 0;
}

#komis .wpis {
  padding: 3px 10px;
  width: 550px;
  overflow: hidden;
}
#komis a img {
  border: 1px solid #AF9C8E;
}
.komis-zdjecie {
  float: left;
  width: 135px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#komis .wpis-t3 {
  background: #ffd500 url(../images/plakietka-super-okazja.gif) 95% 50% no-repeat;
}


.tabela {
  width: 100%;
  border: 1px solid #DFD7D1; 
}
.tabela td, .tabela th {
  padding: 2px 4px; 
}
.tabela th {

  background: #f986d6;
}
.tabela tr {
  background: #F2EAE4;
}
.tabela tr:hover {
  background: #e6ded8;
}
.tabela a {
  color:#aa4786;
}
.komis-ogloszenie {
  width: 100%;
}

.partnerzy th, .partnerzy td {
  padding: 10px 2px;
}
.partnerzy th {
  width: 200px;
}
.partnerzy td {

}

/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 9999;
}

#pbOverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: #000;
	cursor: pointer;
}

#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/picbox/closebutton.png) no-repeat top right;
}

.pbLoading {
	background: #000 url(../images/picbox/loading.gif) no-repeat center !important;
}

#pbImage {
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}

#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px; /* half the width */
}

#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
	*display: inline; /* IE 7 */
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}

#pbNav {
	display: block;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}

#pbPrevBtn, #pbNextBtn, #pbZoomBtn  {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/picbox/navbtns.png) no-repeat;
}

#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}

#pbPrevBtn.pbgreyed {
	background-position: 0 0;
}

#pbNextBtn {
	background-position: -320px 0;
	float: right;
}

#pbNextBtn.pbgreyed {
	background-position: -390px;
}

#pbZoomBtn {
	width: 60px;
	background-position: -140px 0;
	float: left;
}

#pbZoomBtn.pbgreyed {
	background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
	background-position: -260px 0;
}

/* END PICBOX */

#send-mail-box {
  position: relative;
  border: 1px solid #F182C8;
  margin: 5px 0;
}

#zapowiedzi .wpis {
  padding: 3px 10px;
  width: 550px;
  overflow: hidden;
}
#zapowiedzi .wpis-t3 {
  background: #ffd500;
}
.zapowiedzi-wpis {
  width: 100%;
}
.zapowiedzi-wpis h3 {
  margin-bottom: 5px;
}
.zapowiedzi-wpis h3 a {
  display: block;
  text-decoration: none;
}
.zapowiedzi-wpis td {
  vertical-align: top;
  padding: 3px 1px;
}
.zapowiedzi-wpis img {
  margin-top: 5px;
  border-color: #BAA393;
  margin-bottom: 5px;
}
.zapowiedzi-wpis p {
  line-height: 1.6;
}
.zapowiedzi-wpis p:last-child {
  margin-top: 10px;
}
.zapowiedzi-wpis tr > td + td {
  text-align: center;
}

#sb-zapowiedzi {
  font-size: 11px;
  margin: 1px 0 10px !important;
}
#sb-zapowiedzi li small {
  float: right;
  padding-right: 4px;
  padding-top: 1px;
  font-size: 10px;
}

#col-left .hdr2 {
  margin: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.img-right {
  float: right;
  margin: 0 0 5px 5px;
}

.artmin {
  float: right;
  margin: 18px 0 10px 10px;
}
p#konkurs {
  margin-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
