body {
  padding: 0px;
  margin: 0px;
  font-family: arial;
  color:black;
  
  }
  a:visited {
  color: black;
 
  
  }
h4 {
  * font-size: 12px;
   margin: 0px;
   padding: 0px;
   margin-left: 2px;

}

h1, h2, h3, p {
  margin: 0px;
  padding-bottom: 0em;
  

}

h1 {
  font-size: 140%;
color:	black;
  }
h2 {
  font-size: 120%;
color:	black;
  }
p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  }

#wrapper {
  font-size: 100%;
  }
#wrapperDiv {
  font-size: 100%;
  width: 1000px;
  margin: 0 auto;
  }

#topMenu {
  height: 30px;
  text-align: right;
  color: black;
  text-transform: lowercase;
  font-size: 70%;
  position: relative;
  }
#topMenu div.left {
  position: absolute;
  left: 0px;
  bottom: 5px;
  }
#topMenu div.right {
  position: absolute;
  right: 0px;
  bottom: 5px;
  }
#topMenu a {
  color: black;
  text-decoration: none;
  }
#topMenu a:hover {
  color: black;
  text-decoration: underline;
  }

/*border: 1px solid #ddc;
   Header */

#header {
  background: white;
  margin-bottom: 1px;
  background-repeat: non-repeat;
  background-color: white; 
  text-align: center; 
  color: black; 
  font-weight: bold;
  }
#header span {
  position: absolute;
  left: -99999999999px;
  }
#header #searchForm {
  position: absolute;
  left: 325px;
  top: 37px;/**/
  width: 669px;
  margin-bottom: 10px;
  font-size: 75%;
  font-weight: bold;
  }
#header #searchForm form {
  margin: 0;
  color: black;
  text-align: center;
  }
#header #searchForm span.divide {
  position: relative;
  left: 0;
  color: black;
  }
#header #searchForm .fixedWidth {
  width: 80px;
  }
#header #searchForm .submitButton {
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  background: #fff;
  margin-left: 10px;
  font-size: 90%;
  height: 20px;
  width: 60px;
  font-weight: bold;
  background: white;
  }
#header #searchForm .dateTextbox {
  background: white;
  }
#header #searchForm input,
#header #searchForm select {
  border: 1px solid #ccc;
  font-size: 90%;
  line-height: 1.5em;
  }

#searchForm {

background-color:white;

color:black;
font-family:tahoma;
font-weight:bold;
*height:25px;
margin:2px auto 0;
padding:0px;
vertical-align:middle;
width:1000px;

}

.contentColumn {
  padding: 10px;
  font-size: 80%;
  }

/* Menu */

#menu {
  width: 200px;
  }
#menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-top: 1px dashed black;
  }
#menu ul li {
  text-align: left;
  }
#menu ul li a {
  line-height: 2em;
  width: 100%;
  display: block;
  border-bottom: 1px dashed black;
  text-decoration: none;
  color: black;
  text-decoration:none;
  }
#menuBox a:hover {
  background: white;
  }
#menu ul ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-top: 0;
  border-bottom: 1px dashed black;
  padding-left: 10px;
  }
#menu ul ul ul {
  border-bottom: none;
  }
#menu ul ul li {
  text-align: left;
  font-size: 90%;
  }
#menu ul ul li a {
  line-height: 2em;
  display: inline;
  border-bottom: 0;
  text-decoration: none;
  color: black;
  background: none;
  }
#menu ul ul li a:hover {
  background: none;
  text-decoration: underline;
  }


#menuBox {
  margin-bottom: 1em;
  }




#priceRequestForm {
  padding: 5px;
  background: #fff;
  border: 1px solid #888888;
  color:black;
  font-size:70%;
  margin:2px;
  }
#priceRequestForm .h {
  border-bottom: 1px solid #ccc;
  text-align: center;
  }
#priceRequestForm input,
#priceRequestForm select {
  margin-bottom: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 90%;
  line-height: 1.5em;
  }
#priceRequestForm input.textBox {
  width: 80px;
  }
#priceRequestForm input.textBox_email {
  width: 150px;
  margin-top: 0.5em;
  }
#priceRequestForm .col2 {
  width: 110px;
  }


.hr {
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  padding-bottom: 0em;
  }
.hr hr {
  display: none;
  }



/* Content */

#content {
	*padding-top: 0px;
  text-align:justify;
  }

#contentWrapper {
  margin-top:0px;
  padding-top: 10px;
  *padding-top: 0px;
  
width:100%;

  }


/* Footer */

#footer {
  clear: both;
  }







.propertyTools {
  text-align: right;
  font-size: 80%;
  }



table.apiResults td {
  background:white none repeat scroll 0 0;
border:1px solid #888888;
font-size:100%;
margin-top:3px;
padding:10px;
}
table.apiResults td a {
  color: #443;
}
table.apiResults td .image {
  float: left;
  width: 126px;
}
table.apiResults td .image img {
  clear: both;
}
table.apiResults td .textWithImage {
  margin-left: 126px;
}
table.apiResults td h3 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
table.apiResults td p {
  margin: 0;
  padding: 0;
}
table.apiResults .price {
  color: #622;
}


.priceView {
  padding: 10px;
  background: #fed;
  border: 1px solid #dcb;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  color: #966;
  }



a.photo img, 
img.photo {
	padding: 5px;
	background: #fff;
	border: 1px solid black;
	}
a.photo:hover img {
	background: #fff;
	border: 1px solid #D8253B;
	}


.pageNav {
  text-align: center;
  }

.photoGallery {
  text-align: center;
  }


.GMapBox {
  border: 1px solid #999;
  }
.GMapBoxViewApartment {
  width: 100%;
  height: 300px;  
  }




.neatTable {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
  margin-bottom: 1em;
  background: #fff;
  }
.neatTable th,
.neatTable td {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  vertical-align: top;
  text-align: left;
  }
input.fixedWidth,
textarea.fixedWidth {
  width: 78px;
  }



.detailBox h3 {
  font-size: 100%;
  color: #999;
  }




#batnballForm {
  background: #ffc;
  border-top: 1px solid #eeb;
  border-right: 1px solid #cc9;
  border-bottom: 1px solid #cc9;
  border-left: 1px solid #eeb;
  padding: 10px;
}
#batnballForm {
  width: 500px;
  margin: 0 auto;
}
#batnballForm th {
  text-align: left;
  width: 200px;
}
#batnballForm #xname,
#batnballForm #xemail {
  width: 200px;
}
#batnballForm #xstartdate_day,
#batnballForm #xnumber_nights,
#batnballForm #xnumber_people {
  width: 50px;
}
#batnballForm #xstartdate_year {
  width: 70px;
}
#batnballForm #xstartdate_month {
  width: 100px;
}



img {
   border:0px;
   margin: 0px;

}

.messageBox {
  padding: 10px;
  margin-bottom: 1em;
  }
.error {
  border: 1px dotted #a99;
  background: #fdc;
  color: #966;
  }
.ack {
  border: 1px dotted #9a9;
  background: #dfc;
  color: #363;
  text-align: center;
  }
  
#zaz {
  font-weight: bold;
 
 }
 .lista {
    width:100%;
  }
  
  .pojemnik{
   background-color:#EEEEDD;
float:left;
margin-left:0px;
margin-top:10px;
width:373px;
  }
  .kraj{
  border-bottom:1px dotted #AAAAAA;
  color:#663333;
  font-size:14px;
  font-weight:bold;
  margin-left:32px;
  text-align:left;

  
  }
  
#mapka {
        width:700px;
        border: 1px solid grey;
        margin:0 auto;
        font-family: thoma;
        color: grey;
      }
#ramka {
    margin-top:10px;
    min-height:90px;
}

#photo{
  float: left;
  margin-right: 5px;

}

#tekst{
  float: left; 
  text-align:top;
  font-size:70%;
  color: #999;
  font-family:tahoma;
}

#naglowek a {
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 100%;

}

#reszta {
  text-align: left;
  margin-left: 2px;

}

#reszta a {
  color:black;

}
#o {
  width:100%; 
  margin-left: 5px;
}
.popular {
  min-height: 110px;

}
.populartitle {
  text-align: center; 
  font-weight:bold;
}
.zawartosc {
  font-size: 89%; 
  width:330px;
}
.obrazek {
  float: left;
}
.oo {
  border: 4px white solid;
}
.resztazawartosci {
  float: left; 
  width: 200px; 
  margin-left: 5px;
}
.linkszawartosci  {
  text-align: justify;
}
.ra {
  margin-top: 10px; 
  width:330px;
}
.pp {
  border: 1px white dotted;  
  text-align: justify;
}
.title {
  width:320px; 
  margin-left:5px; 
  text-align: center; 
  font-size: 80%
}
.desc {
  width:320px;
  font-size: 90%; 
  margin-left: 5px;

}
.wpiswfac {
  text-align: center; 
  font-weight: bold;
}

#fother {
  width: 760px; 
  margin-left: 240px;

}
.bez {
  border:1px solid black; 
  margin-bottom: 20px;
}
.zbez
{
  border:1px solid #DDDDCC; 
  margin-bottom: 20px;
  margin-left: 10px;
} 
.region {
  width: 50%; 
  text-align: center; 
  margin-bottom: 5px; 
  margin-top: 5px; 
  font-size: 80%;
}
.pol {
  margin-left: 210px;
  color:black; 
  font-size:10px; 
  text-align:right;
} 
.pol2 {
  color:black; 
  font-size:10px; 
  text-align:right;
}
#mapka2 {
  float: left; 
  width: 509px; 
  float: right;

}

.mxw_cld {
background-color:white;
background-image:url(/images/btn-calendar.gif);
background-repeat:no-repeat;
border:1px solid black;
cursor:pointer;
height:22px;
padding:0;
width:25px;
}

#searchForm {

margin: 2px auto; 
width: 1000px; 

color: black; 
font-weight: bold; 
height: 25px;
*height: 5px;
margin:0px;
padding:0px;
vertical-align: middle;
margin-bottom:0px;
}
#searchform {
margin:0px;
padding:0px;

height: 25px;
*height: 5px;

}
#contentTable {
  margin-top: 0px;
}


.polos {
text-align: center; 
margin-bottom: 5px;
}

.polos a {

color: black; 
font-size: 10px; 
text-decoration: none;

}

.mmm {
font-family:arial;
font-weight:bold;
margin-bottom:5px;
vertical-align:middle;

}
.contentColumn
{
}
.mail  a {
	color:black;
}
.left {
*padding-top: 4px;
}
.pr {
	font-size: 80%;
}
.prr a:href {
font-size: 80%; color: black;
}
ul {
	font-size: 12px;
	padding-top: 2px;
	margin-top: 2px;
	padding-left: 5px;
	margin-left: 5px;
}
