body{
  margin: 0;  
  padding: 0;
  background: #fff url(../images/bottom.png) no-repeat bottom right; 
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  color: #111;
}

a{
  color: #111;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color: #444;
  text-decoration: underline;
}

#top-bg{
  background: url(../images/top.png) no-repeat top left;
  position: absolute;
  float: left;
  width: 463px;
  height: 366px;
  z-index: 0;
}

#main{
  z-index: 79;
  position: relative;  
  clear:both;
}

#menu-lang{
  width: 390px;
  height: 40px;
  display: block;
}

#l-secret-garden{
  text-align: center;
}

#l-secret-garden-guest{
	text-align: center;  
}

.lang-pl{
  width: 130px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_pl.png) no-repeat top left;
}

.lang-pl:hover{
  background: url(../images/lang_pl.png) no-repeat bottom left;
}

.lang-en{
  width: 123px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_en.png) no-repeat top left;
}

.lang-en:hover{
  background: url(../images/lang_en.png) no-repeat bottom left;
}

.lang-fr{
  width: 130px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_fr.png) no-repeat top left;
}

.lang-fr:hover{
  background: url(../images/lang_fr.png) no-repeat bottom left;
}

.lang-guest-pl{
  width: 130px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_guest_pl.png) no-repeat top left;
}

.lang-guest-pl:hover{
  background: url(../images/lang_guest_pl.png) no-repeat 0 -40px;
}

.lang-guest-en{
  width: 123px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_guest_en.png) no-repeat top left;
}

.lang-guest-en:hover{
  background: url(../images/lang_guest_en.png) no-repeat 0 -40px;
}

.lang-guest-fr{
  width: 130px;
  height: 37px;
  float: left;
  display: block;
  background: url(../images/lang_guest_fr.png) no-repeat top left;
}

.lang-guest-fr:hover{
  background: url(../images/lang_guest_fr.png) no-repeat 0 -40px;
}

#bottom-txt{  
  width: 780px;
  height: 260px;  
  margin-top: 50px;
  line-height: 14px;
  display: block;
  clear: both;
}

#bottom-txt .space{
	display:  block;
  margin-top: -260px;
  padding: 20px 0px 0px 10px;
}

.txt-r{
  text-align: right;
  font-size: 10px;
}

.txt-r h1{
  font-size: 10px;
  margin: 0;
  padding: 0;  
}

.txt-r h2{
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.txt-r h3{
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.clear{
  clear: both;
}

#hostel-bookers{  
  width: 500px;
  height: 170px;
  z-index: 99px;
  display: table;
  float: right; 
}


#subpage{
  width: 600px;
  color: #333;
  padding: 30px;
  text-align: left;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}

.aother-btnstart img{
  border: none;
}
