@import "hiding.css";
/*----------------------navigacna lista ----------------------------*/
#lista {
  color: #416386;
}
#lista a {
  color: #8196a0;
  text-decoration: none;
}

#lista a:hover{
  text-decoration: underline;
}

/*----------------------page menu--------------------------------*/
#page ul.menu {
/*  border: 1px solid black;*/
  height: 25px;
  border-bottom:1px solid #C2CED7;
}

#page div.menu {
  color: #000;
  font-size: 0.9em;
  border-bottom: 1px solid #C2CED7;
  height: 26px;
}

#page .menu li {
  display: block;
  width: 110px;
  /*height: 25px;*/
  float: left;
/*  border: 1px solid red; */
}

#page .menu li a {
  display: block;
  color: #525f65;
  text-decoration: none;
  background: url(../images/bg_tab.gif) no-repeat left;
  padding: 4px 8px;
/*  border: 1px solid green;*/
}
#page .menu li a:hover {
  background: url(../images/bg_tab_hover.gif) no-repeat left;
  text-decoration: none;
  color: #525f65;
}


#page .menu li span {
  display: block;
  color: #8196a0;
  text-decoration: none;
  background: url(../images/bg_tab.gif) no-repeat left;
  padding: 6px 3px;
/*  border: 1px solid green;*/
}

/*-----------------------location -------------------------------*/
/*
#locList {
  text-align: center;
  font-size: 0.85em;
}

#locList .loc1{
  vertical-align: top;
}

#locList .loc2{
 vertical-align: top;
}

#locList b {
  display: block;
  width: 200px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #DADADA;
  border-top: 5px solid #DADADA;
}

#locList a {
  display: block;
  width: 200px;
  margin: 1px;
  color: #416386;
  text-decoration: none;
  padding: 2px;
  border-bottom: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  border-left: 1px solid #DADADA;
  border-top: #DADADA;
}
#locList a:hover {
	color: #FF8200;
	text-decoration: none;
	background-color: #EDF2FC;
}
*/
.locList {
  text-align: center;
}


.locList a{
  padding: 7px;
  white-space: nowrap;
}


/*-----------------------object------------------------------------*/

/*detail*/
.subtit {
  text-align: center;
  font-size: 11px;
}

.object_detail dl, .object_detail dt, .object_detail dd {
  padding: 0px; margin: 0px; display: block;
}

.object_detail dl {
 /*padding-left: 307px;*/
 margin-left: 307px;
 background: #eaf0fb;
 border: 1px solid #d2d9ea;
 font-size: 0.85em;
 padding: 8px;
}
.object_detail dl a {
  color: #ff6600;
}
.object_detail dl a:hover {
  text-decoration: underline;
}


.object_detail dt {
  font-weight: bold;
}

.object_detail dd {
  margin-left: 10px;
}

.object_detail .obj_img {
  float: left;
  border: 1px solid #5D80A5;
  padding: 1px;
  margin-right: 3px;
  width: 300px;
  height: 210px;
  background-image: url("/images/bg_foto.gif");
  background-repeat: repeat;
  text-align: center;
}

.object_detail .obj_img img{
  vertical-align: middle
}
.object_popis {
 padding: 8px;
 display: block;
 margin: 0;
}
.object_doprava {
  margin-left: 10px;
}
.object_more_1 {
}
.object_more_2 {
display: none;
}

/*list objekt*/
.list_item {
  float: left;
  background: url('../images/list/list_item.gif') no-repeat left bottom;
}
.list_item.mod_0 {
  width: 206px;
  padding: 20px 35px;
}
.list_item.mod_1 {
  width: 206px;
  padding: 20px 34px;
}
.list_item strong {
  display: block;
  font-family: Arial;
  padding-bottom: 10px;
  height: 30px;
}
.list_item .list_item_img {
  padding: 2px;
  border: 1px solid #d8d8d8;
  width: 200px;
  height: 138px;
  text-align: center;
  background: #fff;
}
.list_item .list_item_info {
  font-size: 0.8em;
  padding: 5px 0;
}
.list_item .list_item_info .info_left {
  float: left;
  display: block;
  color: #0c2f48;
}
.list_item .list_item_info .info_right {
  float: right;
  display: block;
  color: #515151;
}
.list_item .list_item_ico {
  float: left;
}
.list_item .list_item_ico_info .list_item_ico img {
  /*float: left;
  margin-right: 3px;*/
  cursor: pointer;
}
.list_item .list_item_distance {
  background: url('../images/list/ico_distance.gif') no-repeat;
  float: right;
  width: 53px;
  height: 18px;
  padding: 1px 0 0 1px;
}
.list_item .list_item_distance img {
  margin: 0;
  border: 0;
  float: left;
  height: 7px;
}

.list_item .posx,.list_item .posy, .centerx, .centery {
  display: none;
}

.list_item.ad_iusk {
  background: url('../images/list/list_item_ad.gif') no-repeat left bottom;
}
.list_item.ad_iusk .list_item_distance {
  background: url('../images/list/ico_distance_ad.gif') no-repeat;
}
/*list Vizitka*/
/*.obj_item_2 {
  margin-left: 7px;
  float: left;
}
.obj_item_2 .obj_img {
  display: none;
}
.obj_item_2 .obj_img_2 {
  float: left;
  padding: 5px 5px 0px 0px;
}
.obj_item_2 .obj_popis {
  float: left;
  background: url('/images/list/small.jpg');
  background-repeat:no-repeat;
  height:100px;
  padding:5px 5px 19px 5px;
  width:258px;
}
.obj_item_2 .obj_info {
  color: #2F475F;
  font-size: 0.7em;
  padding-top: 3px;
  overflow:hidden;
  width:125px;
}
.obj_item_2 .obj_typ {
  display: none;
}
.obj_item_2 .obj_pics {
  display: none;
}
.obj_item_2 .obj_more {
  display: none;
}
.obj_item_2 h3 a {
  font-size: 12px;
  color: #416386;
  float: left;
}
.obj_item_2 h3 a:hover {
  color: #FFB96F;
  text-decoration: none;
}*/

/*list Prezentácia*/
/*.obj_item_1 {
  margin-left: 7px;
  clear: both;
}
.obj_item_1 .obj_img {
  float: left;
  background: url('/images/list/foto.jpg');
  height: 100px;
  width: 134px;
  padding: 5px 0px 0px 12px;
}
.obj_item_1.ad_iusk .obj_img {
  background: url('/images/list/sponzor_foto.jpg');
}
.obj_item_1 .obj_img_2 {
  display: none;
}
.obj_item_1 .obj_popis {
  float: left;
  background: url('/images/list/text.jpg') no-repeat top right;
  height: 105px;
  width: 392px;
  padding-left: 5px;
}
.obj_item_1.ad_iusk .obj_popis {
  background: url('/images/list/sponzor_text.jpg');
}
.obj_item_1 .obj_info {
  padding-top: 15px;
  color: #2F475F;
  font-size: 0.85em;
}
.obj_item_1 .obj_typ {
  color: #CFCFCF;
  font-weight: bold;
  float: right;
}
.obj_item_1 .obj_pics {
  float: right;
  padding-right: 10px;
}
.obj_item_1 .obj_more {
  float: left;
  font-size: 0.85em;
  padding-top: 8px;
}
.obj_item_1 h3 a {
  color: #FF8200;
  float: left;
}
.obj_item_1 h3 a:hover {
  color: #FFB96F;
  text-decoration: none;
}*/
/*.obj_typ1 h3 {color: #2e2976;}
.obj_typ2 h3 {color: #3b5aa1;}
.obj_typ3 h3 {color: #156c13;}
.obj_typ4 h3 {color: #5a0404;}
.obj_typ5 h3 {color: #9ca953;}
.obj_typ6 h3 {color: #e2c67a;}
.obj_typ7 h3 {color: #626262;}*/

/*---------------------cennik----------------------------------*/
.cennik th {font-weight: bold;}
.cennik .hide0 {display: none;}
.cennik td, .cennik th {padding: 2px; text-align: right; border-bottom: 1px solid #E1E6EA;}
.cennik .poz {text-align: left; font-size: 10px; color: #2F2F2F;}
.cennik {margin-top:7px; margin-bottom: 7px;}

/*---------------------fotogaleria--------------------*/
.fotogaleria th {font-weight: bold; border-right: 1px solid #E1E6EA;}
.fotogaleria .hide0 {display: none;}
.fotogaleria td, .fotogaleria th {padding: 2px; border-bottom: 1px solid #E1E6EA; text-align: left;}
.fotogaleria .poz {text-align: left; font-size: 10px; color: #2F2F2F;}
.fotogaleria {margin-top:7px; margin-bottom: 7px;}

.foto_thumb1 {
  width: 178px;
  height: 143px;
  padding: 1px;
  border: 1px solid #E1E6EA;
  float: left;
  display: inline;
  margin: 0 1px 1px 0;
}
.foto_thumb1 img {
  width: 178px;
}


/*-----------zoznam tabulka-------------------------------------------*/
.table_list {
  width: 100%;
}

.table_list th {
  border-bottom: 1px solid #416386;
  text-align: left;
  color: #416386;
  padding: 2px;
}

.table_list td {
  border-bottom: 1px solid #E1E6EA;
  padding: 2px;
}

/*--- buttons --*/
#buttons {
  text-align:right;
  margin-bottom:30px;
}
#buttons img {
  padding: 0 5px;
  border:0px;
}
#buttons a {
  margin-right:5px;
  color: #FF6600;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8em;
}
#buttons a:hover {
  color: #FF6600;
  text-decoration: none;
}

/*---------------------- TITULKA ----------------------------*/
.titbox1 {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  background-image: url(../images/bg_tit1.gif);
  background-repeat: repeat-x;
  display: block;
}
.titbox2 {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  background-image: url(../images/bg_tit2.gif);
  background-repeat: repeat-x;
  display: block;
}
.titbox3 {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  background-image: url(../images/bg_tit3.gif);
  background-repeat: repeat-x;
  display: block;
}
/*---------- MAPA ----------*/
.map {
  background-color: #EDF4FF;
  width: 350px;
  height: 250px;
  float: left;
  margin: 0 5px 20px 0;
  color: #7f93ae;
  font-size: 1em;
  font-weight: bold;
}
.mapa {
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}
.maptext {
  margin-right: 8px;
  text-align: right;
}
/*---------- NOVINKY ----------*/
.newest {
  background-color: #EDF4FF;
  width: 195px;
  height: 250px;
  float: left;
  margin: 0 0 20px 0;
  color: #687f9e;
  font-size: 0.8em;
}
.newest a {
  color: #2a384b;
  text-decoration: none;
}
.newest a:hover {
  color: #687f9e;
}
.newbox {
  border-bottom: 1px solid #d2dbea;
  height: 40px;
  width: 100%;
  display: block;
  margin: 3px 0 0 0;
}
.newpic {
  width: 50px;
  height: 38px;
  display: inline;
  float: left;
  text-align: center;
  margin: 0 5px;
}
/* --------- TIP DNA, TIP TYZDNA --------- */
.tip.list_item {
  background-position: top;
}
.tip.list_item.mod_0 {
  padding: 5px 35px;
}
.tip.list_item.mod_1 {
  padding: 5px 34px;
}
.day, .week {
  background-color: #7187a3;
  width: 272px;
  height: 155px;
  float: left;
  margin-bottom: 20px;
}
.day {
  margin-right: 6px;
}
.dwnazov a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px 5px 5px;
  display: block;
}
.dwnazov a:hover {
  color: #EDF4FF;
}
.dwpic {
  width: 122px;
  height: 92px;
  display: inline;
  float: left;
  text-align: center;
  margin: 0 5px;
}
.dwpic img {
  border: 1px solid #506179;
}
.dwkont {
  color: #2f3d51;
  font-size: 0.8em;
  margin-bottom: 5px;
  margin-left: 132px;
}
.dwkont a {
  color: #ff8200;
  text-decoration: none;
}
.dwkont a:hover {
  color: #fff;
}
.dwkont img {
  margin-right: 3px;
  margin-bottom: -2px;
}
/*---------- TOP PONUKY ----------*/
.top {
  width: 550px;
  /*padding-bottom: 10px;*/
  float: left;
  margin: 0 0 20px 0;
}
.title_tip,.title_top {
  background: url('../images/ico_tit1.gif') #5e80a5 no-repeat 5px 5px;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  margin: 10px 0;
  text-align: left;
  font-size: 1.0em;
  font-family: Verdana;
  font-style: normal;
}
.title_top {
  background: url('../images/ico_tit2.gif') #5e80a5 no-repeat 5px 5px;
}

/*.topbox {
  margin: 0 0 3px 3px;
}
.topboxl {
  background-color: #d4ddeb;
  width: 169px;
  height: 136px;
  padding: 5px;
  float: left;
  margin: 0 3px 3px 0;
  color: #51698f;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
.topboxl a {
  color: #455266;
  text-decoration: none;
}
.topboxl a:hover {
  color: #51698f;
}
.topboxl img {
  border: 1px solid #506179;
  margin-top: 5px;
}*/
.item_top {
  display: block;
  float: left;
  width: 163px;
  padding: 10px;
  background: #ebf2f8;
  border-bottom: 1px solid #fff;
}
.item_top.center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 161px;
}
.item_top .list_item_img {
  width: 157px;
  height: 109px;
  background: #fff;
}

/* ------------ NASE SLUZBY -------- */
.cen-tit {
  background-color: #D1DDEF;
  color: black;
  font-weight: bold;
  padding: 3px;
  text-align: center;
}
.cen-head {
  background-color: #FFFFFF;
  color: #416386;
  font-size: 1.3em;
  padding: 5px 10px;
}
.cen-dat1 {
  background-color: #FFFFFF;
  color: #2F4862;
  text-align: left;
  font-size: 0.9em;
  padding: 3px;
}
.cen-dat2 {
  background-color: #EFF6FF;
  text-align: center;
  padding: 3px;
}
.cen-dat3 {
  background-color: #DFECFF;
  text-align: center;
  padding: 3px;
}
.cen-dat4 {
  background-color: #CFE3FF;
  text-align: center;
  padding: 3px; 
}
.cen-cen1 {
  background-color: #E0E7EF;
    padding: 7px;
  text-align: center;
}
.cen-cen2 {
  background-color: #D1DFEF;
    padding: 7px;
  text-align: center;
}
.cen-cen3 {
  background-color: #C2D7EF;
  padding: 7px;
  text-align: center;
}
.cen-sk {
  font-size: 1.3em;
}
.cen-eur {
  font-size: 0.8em;
  color: #6D829F;
}

.cen-cen0 {
  vertical-align: middle;
}


/*----------------admin buttons------------------------*/
.butt {
  text-align: center;
  margin-top: 10px;
}

.butt a {
  padding: 4px;
  border: 2px solid #E1E6EA;
  background-color: #F7FAFE;
  text-decoration: none;
  color: #416386;
  margin-right: 10px;
}

/*********** guestbook **************/
.guestbox {
  border: 1px solid #C5D0D8;
  padding: 1px;
  margin: 10px 2px;
}
.guestbox div {
  margin: 0;
  padding: 2px 5px;
  background: #E1E6EA;
}
.guestbox div strong {
  float: left;
}
.guestbox div span {
  float: right;
}
.guestbox p {
  padding: 2px 5px;
  margin: 0;
}


