/* homepage */
#h1_home { display: none; }
#home_img, #home_img_bottom {
  width: 675px;
  height: 251px;
/*  background: url('../img/bg_home_img.png') top center no-repeat;*/
  background: url('../image/belstav_banner_CZ.jpg') top center no-repeat;
}
#home_img_bottom {
  height: 41px;
  background: url('../img/bg_home_img_bottom.png') top center no-repeat;
}
#home_box_1, #home_box_2, #home_box_3 {
  float: left;
  width: 216px;
  height: 279px;
  background: url('../img/bg_home_box_1.png') top center no-repeat;
}
#home_box_2 {
  margin: 0px 14px 0px 13px;
  background: url('../img/bg_home_box_2.png') top center no-repeat;
}
#home_box_3 { background: url('../img/bg_home_box_3.png') top center no-repeat; }

/* aktuality */
.aktuality {
  margin: 0px 15px 7px 15px;
  color: #464f53;
  text-align: left;
}
.aktuality span {
	padding-left:0;
	padding-top:0;
  display: block;
  padding-bottom: 3px;
  color: #D50000;
  font-weight: bold;
}
.aktuality em {
  font-style: normal;
  padding-left: 15px;
}
.aktuality a {
  display: block;
  float: right;
  color: #FFFFFF;
  font-weight: bold;
}

/* calendar */
#calendar_wrap {
	min-height:148px;
}
#calendar {
  margin: 0px 0px 0px 11px;
  color: #464f53;
}
#calendar td {
  padding: 1px 6px;
  text-align: center;
}
#calendar caption {
  padding: 0px 0px 10px 5px;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
}
#calendar th {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
}
#calendar_d {
  font-weight: bold;
  color: #D50000; 
}

/* box 2 */
#belstav_world {
  margin: 85px 0px 0px 30px;
  padding: 0px;
  list-style-image: url('../img/li.gif');
}
#belstav_world a {
  text-decoration: none;
  color: #FFFFFF;
}
#skv_ubytovna {
  margin: 47px 15px 0px 15px;
  font-weight: bold;
  text-align: right;
}
#skv_ubytovna a { display: block; }
#skv_ubytovna img { border: none; }
#copyright {
  margin: 0px 0px 0px 16px;
  line-height: 1.2em;
  font-size: 0.8em;
}

/* other */
.h46 { height: 46px; }
