* {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: #048;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
html {
  height: 100%
}
body {
  background: url("../img/background.png") repeat-x top left #c7b299;
  text-align: center;
  font-family: Arial;
  height: 100%;
}
#container {
  text-align: left;
  width: 980px;
  margin: auto;
  font-size: 12px;
}
#header {
  position: relative;
  height: 112px;
  margin-bottom: 28px;
  color: white;
}
#header h1 {
  position: absolute;
  text-indent: -10000px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 270px;
  height: 112px;
  background: url("../img/logo.gif") no-repeat top left;
}
#header a {
  color: white;
  text-decoration: none;
}
#header li {
  display: block;
  float: left;
  font-family: Times New Roman, serif;
  font-weight: bold;
}
#header ul.lang {
  position: absolute;
  width: 70px;
  right: 0px;
  top: 23px;
  overflow: hidden;
}
#header ul.menu {
  position: absolute;
  width: 700px;
  left: 300px;
  top: 78px;
  overflow: hidden;
}
#header ul.lang li {
  padding: 1px 3px;
  border-left: 1px solid white;
}
#header ul.lang li.first {
  border-left: 0px none;
}
#header ul.lang li a {
  display: block;
  padding: 1px 4px;
}
#header ul.lang li.selected a {
  background: black;
}
#header ul.menu li {
  background: url("../img/headersep.png") no-repeat 0% 50%;
  font-size: 24px;
  font-style: italic;
}
#header ul.menu li.first {
  background: transparent;
}
#header ul.menu li a {
  display: block;
  padding: 0px 10px 0px 11px;
  color: #ef7501;
}
#header ul.menu li.selected a {
  color: #ccc;
}

#footmenu {
  clear: both;
/*   margin: 40px 0 15px; */
  padding: 40px 0 60px;
  text-align: center;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 18px;
}
#footmenu li {
  display: inline;
  color: #3d3d3d;
}
#footmenu li a {
  padding: 0px 10px;
  color: #3d3d3d;
}
#footer {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  text-align: center;
  height: 40px;
  padding: 5px 0 0;
  background: url("../img/footerbg.png") repeat-x;
}

#footer p {
  text-align: left;
  width: 980px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 12px;
  color: white;
  background: url("../img/footersigns.png") no-repeat top right;
}

#mainphoto {
  position: relative;
  padding: 0px 40px 40px;
  height: 300px;
  width: 900px;
  background: url("../img/mainphotobg.png") no-repeat 50% 103%;
}

#mainphoto img.photo {
  position: absolute;
  width: 900px;
  height: 300px;
  background: #999;
}
#mainphoto .blackband {
  z-index: 30000;
  background: url("../img/blackband.png");
  position: absolute;
  right: 15px;
  bottom: 60px;
  width: 340px;
  color: white;
}
#mainphoto h2 {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  padding: 5px;
}
#mainphoto p {
  padding: 0px 5px 5px;
  font-size: 14px;
}
#mainphoto ul.photolist {
  position: absolute;
  left: 50px;
  top: 210px;
  z-index: 30000;
}
#mainphoto ul.photolist * {
  z-index: 30000;
}
#mainphoto ul.photolist li {
  float: left;
  width: 100px;
  padding: 10px;
  z-index: 30000;
  position: relative;
}
#mainphoto ul.photolist li img {
  display: block;
  width: 100px;
  height: 66px;
  background: #000;
}
#mainphoto ul.photolist li span.border {
  position: absolute;
  width: 120px;
  height: 80px;
  top: 6px;
  left: 2px;
  background: url("../img/mainphotobox.png") no-repeat;
}
#mainphoto ul.photolist li.selected span.border {
  background: url("../img/mainphotoboxactive.png") no-repeat;
}
#homelist {
  overflow: hidden;
  margin-left: 55px;
}

#homelist li.hl {
  float: left;
  width: 180px;
  padding: 0px 15px 30px 15px;
  background: url("../img/homelistbg.png") no-repeat 50% 100%;
  position: relative;
}
#homelist li.hl h2 {
  width: 150px;
  padding: 10px 10px 0 20px;
  color: white;
  font-size: 20px;
  line-height: 29px;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  height: 68px;
}
#homelist li.hl h2 a {
  color: white;
  text-decoration: none;
  display: block;
}
#homelist li.hl img.photo {
  display: block;
  width: 280px;
  height: 172px;
}
#homelist li.hl ul.features {
  margin-top: -60px;
  height: 57px;
  position: relative;
  padding-top: 3px;
  background: url("../img/homelistwhite.png");
}
#homelist li.hl ul.features li {
  height: 18px;
  line-height: 18px;
  padding: 0px 5px 0px 15px;
  vertical-align: middle;
}
#homelist li.i1 h2 {
  background: url("../img/homelisthead2.gif") no-repeat top right #ac4610;
}
#homelist li.i2 h2 {
  background: url("../img/homelisthead2.gif") no-repeat top right #ac4610;
}
#homelist li.i3 h2 {
  background: url("../img/homelisthead2.gif") no-repeat top right #ac4610;
}
#homelist li.i4 h2 {
  background: url("../img/homelisthead2.gif") no-repeat top right #ac4610;
}
#homelist li.hl p.cena {
  float: left;
  height: 30px;
  width: 180px;
  margin-right: -180px;
  padding: 25px 0;
  background: url("../img/homelistbottom.png") repeat-x #333;
  color: white;
  line-height: 30px;
  vertical-align: bottom;
  text-indent: 30px;
}
#homelist li.hl p.cena strong {
  font-size: 22px;
  font-weight: normal;
}
#homelist li.hl a.detaljnije {
  height: 80px;
  width: 200px;
  float: left;
  position: absolute;
  left: 30px;
  background: url("../img/homelistbutton.png") no-repeat 100% 50%;
  color: white;
  text-transform: uppercase;
  line-height: 70px;
  vertical-align: middle;
  text-indent: 40px;
  font-size: 16px;
  margin-top: 10px;
}

#maincontent {
  margin: 15px 60px;
}
#subcontent h2, #maincontent h2 {
  font-family: "Times New Roman", serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 15px 0px 15px;
}

#subcontent p, #maincontent p {
  margin: 10px 0;
}

#subcontent {
  width: 640px;
  margin: 15px 20px 15px 60px;
}

#sidebar {
  float: right;
  width: 250px;
}

#contentlist {
  margin: 35px 0 15px;
}
#contentlist li.item {
  overflow: hidden;
  height: 180px;
  position: relative;
  padding-left: 335px;
}
#contentlist li img.photo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#contentlist li h2 {
  position: absolute;
  left: 30px;
  bottom: 50px;
  color: white;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  width: 285px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
  background: url("../img/blackband.png");
}
#contentlist li h2 a {
  color: white;
  text-decoration: none;
  display: block;
}
#contentlist li.item .description {
  height: 100px;
}
#contentlist li.item ul.details {
  float: left;
}
#contentlist li.item ul.details li {
  float: left;
  background: #534741;
  color: white;
  font-size: 11px;
  padding: 0px 6px 0px 14px;
  height: 28px;
  width: auto;
  margin: 5px 0px 9px;
  line-height: 28px;
}
#contentlist li.item ul.details li.price {
  height: 42px;
  line-height: 40px;
  padding: 0px;
  vertical-align: bottom;
  text-indent: 14px;
  font-size: 12px;
  position: relative;
  margin: 0px;
  background: url("../img/contentlistprice.png") no-repeat top left transparent;
  width: 132px;
}
#contentlist li.item ul.details li.price strong, #sidebar div.price strong {
  font-weight: normal;
  font-size: 20px;
}
#contentlist li.item ul.details li.price span, #sidebar div.price span {
  display: block;
  position: absolute;
  right: 2px;
  bottom: 1px;
  height: 16px;
  text-transform: uppercase;
  width: 30px;
  text-align: center;
  text-indent: 0px;
  line-height: 16px; 
}
#contentlist li.item a.more {
  float: right;
  font-size: 18px;
  color: white;
  width: 220px;
  height: 55px;
  line-height: 45px;
  text-align: center;
  background: url("../img/contentlistdetails.png");
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -6px;
}


#sidebar ul.features li {
  background: url("../img/sidefeaturescheck.png") no-repeat top left;
  height: 32px;
  padding-top: 3px;
  line-height: 32px;
  color: white;
  text-transform: uppercase;
  text-indent: 40px;
}
#sidebar div.price {
  color: white;
  height: 60px;
  line-height: 54px;
  padding: 0px;
  vertical-align: bottom;
  text-indent: 20px;
  font-size: 12px;
  position: relative;
  margin: 20px 0 0 68px;
  background: url("../img/sidefeaturesprice.png") no-repeat top left transparent;
  width: 150px;
}
#sidebar div.price span {
  right: 13px;
  bottom: 12px;
}

#sidebar a.reserve {
  background: url("../img/sidefeaturesbtn.png") no-repeat top left transparent;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  height: 50px;
  margin: 10px 0 0 68px;
  display: block;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  text-indent: 10px;
}


ul.cenovnik {
  margin: 15px 0;
  border: 1px solid #a7927c;
}
ul.cenovnik li {
  overflow: hidden;
  padding: 5px;
  background: #c7b299;
}
ul.cenovnik li.pair {
  background: #d7c2a9;
}
ul.cenovnik li span {
  float: right;
  font-weight: bold;
}

ul.aboutimages {
  overflow: hidden;
}
ul.aboutimages li {
  float: left;
  padding: 0px 30px 30px 20px;
  background: url("../img/onamaimgshd.png") no-repeat -7px 100%;
}
ul.aboutimages li a {
  display: block;
}
ul.aboutimages li img {
  display: block;
  width: 260px;
  height: 175px;
  background: #999;
}

#sidebar h2 {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0px 15px;
}
ul.contactdetails {
  margin: 10px 0px; 
}
ul.contactdetails li {
  position: relative;
  padding: 3px 0px 3px 80px;
}
ul.contactdetails label {
  position: absolute;
  left: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  width: 70px;
}
#sidebar div.map img {
  display: block;
  width: 230px;
  height: 160px;
  background: #999;
}
#sidebar div.map p {
  text-align: center;
  width: 230px;
  margin-top: 5px;
}
#sidebar div.map p a {
  color: black;
}

form p {
  line-height: 20px;
  vertical-align: middle;
  overflow: hidden;
}
form p input {
  vertical-align: middle;
}
form p label {
  float: left;
  width: 200px;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
form h3 {
  width: 200px;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 15px;
}
form h4 {
  position: relative;
/*   height: 68px; */
  height: 128px;
  margin-bottom: -128px;
  
  line-height: 100px;
  margin-left: 80px;
  width: 30px;
  text-align: center;
  background: #998675;
}
form h4 a {
  display: block;
  color: red;
  line-height: 20px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: auto;
  text-indent: -1000px;
  background: url("../img/remove.png") no-repeat;
}
form p a.add {
  margin-left: 210px;
  color: black;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  padding-left: 24px;
  display: block;
  background: url("../img/add.png") no-repeat;

}
form p span label {
  float: none;
  width: auto;
  font-weight: normal;
}
form .field, form textarea {
  width: 400px;
  border: 1px solid #999;
  background: #f8f8f8;
}
form .field, form .halffield, form .date {
  height: 20px;
}
form .halffield {
  width: 160px;
  border: 1px solid #999;
  background: #f8f8f8;
}
form .date, form textarea {
  border: 1px solid #999;
  background: #f8f8f8;
}
form .submit {
  background: url("../img/rezervacijebtn.png") no-repeat;
  width: 280px;
  height: 70px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 338px;
}
form .submit:hover {
  background: url("../img/rezervacijebtnact.png") no-repeat;
}

form .price {
  float: left;
  background: url("../img/rezervacijeprice.png") no-repeat;
  width: 245px;
  height: 60px;
  padding: 15px 20px;
  margin-right: -285px;
  color: white;
  line-height: auto;
  font-size: 18px;
  text-transform: uppercase;
}
form .price p {
  text-align: right;
  font-size: 24px;
}
.mapHolder {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/blackband.png");
  display: none;
}
#mapHolder {
  position: absolute;
  top: 20px;
  bottom: 3px;
  height: auto;
  left: 3px;
  right: 3px;
  width: auto;
  background: white;
  overflow: show;
}
.mapHolderBorder {
  position: absolute;
  top: 10%;
  bottom: 10%;
  height: 80%;
  left: 15%;
  right: 15%;
  width: 70%;
  background: white;
  overflow: show;
}
.mapHolderBorder a.close {
  position: absolute;
  width: 20px;
  height: 20px;
  color: black;
  text-decoration: none;
  top: 0px;
  right: 0px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
#subcontent .contentbox ul li {
  list-style: disc;
  margin-left: 20px;
}

#page {
  min-height: 100%;
  position: relative;
}
* html #page {
  height: 100%;
}

