.nehnutelnost {
	background-color: #FBF6F0;
	border-bottom: 1px solid #EFB987;
	border-right: 1px solid #EFB987;
	width: 45%;
	height: 105px;
	float: left;
	padding: 8px 8px 8px 8px;
	margin: 1px 1px 1px 1px;
}
.nehnutelnostnie {
	background-color: #f8f7f7;
	width: 156px;
	height: 175px;
	float: left;
	padding: 5px 8px 5px 8px;
	background-image: url(../images/bg_photo_no.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 1px 1px 1px 1px;
	font-size: 0.8em;
	border: 1px solid #ECECEC;
}
.nehnutelnostano {
	background-color: #f8f7f7;
	width: 156px;
	height: 175px;
	float: left;
	padding: 5px 8px 5px 8px;
	background-image: url(../images/bg_photo_no.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 1px 1px 1px 1px;
	font-size: 0.8em;
	border: 1px solid #ECECEC;
}
.nehnutelnost_foto {
	display: block;
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #ECECEC;
}


.endreal {
	clear: both;
}
.data1 { background-color: transparent;  border-bottom: 0px solid #EFB987;  border-right: 0px solid #EFB987; font-size: 0.8em; }
.data2 { background-color: transparent;  border-top: 1px solid #EFB987;  border-right: 0px solid #EFB987; font-size: 0.8em; }
.data3 { background-color: transparent;  border-bottom: 1px solid #EFB987;  border-right: 0px solid #EFB987; font-size: 0.8em; }
a.short {
	background-color: #FFF9F6;
	padding: 3px 5px 2px 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 1px;
	border-left: 1px solid #FF9962;
	border-right: 1px solid #FF9962;
	border-top: 1px solid #FF9962;
}
a.short:hover {
	background-color: #FFEDE3;
	padding: 3px 5px 2px 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 1px;
	border-left: 1px solid #FF9962;
	border-right: 1px solid #FF9962;
	border-top: 1px solid #FF9962;
}
.topshot {
	border-bottom: 1px solid #FF9962;
	padding: 3px 3px 3px 0px;
	margin: 0px 1px 0px 1px;
}

a.partneri {
	color: #EB4F0C;
	text-decoration: none;
}
a.partneri:hover {
	color: #0261A4;
	text-decoration: none;
}
/************ CSS POPUP ************/
.bpop {
	display: none;
}
a.itr:hover {
	border-width: 0; /* IE */
}
.itr {
	position: relative;
	text-decoration: none;
	color: #000;
}
#page a.itr {
  color: #000;
  font-size: 1.1em;
  display: block;
  cursor: default;
  width: 150px;
}

.itr:hover .bpop {
	display: block;
	position: absolute;
	width: 150px;
	background-color: #F8F7F7;
	left: 0em;
	top: 0em;
}
/* IE5/Mac:  Senza questo il bpop interno crea danni. Questo ha problemi di allineamento verticale,
approssimativamente corretti da top, ... \*//*/
.itr {
	display: inline-block;
	top: 0.15em;
	line-height: 1.05;
}
/**/
/**** euro hover novostavby - byty ******/
.bpop1 {
	display: none;
}
a.itr1:hover {
	border-width: 0; /* IE */
}
.itr1 {
	position: relative;
	text-decoration: none;
	color: #665953;
}
#page a.itr1 {
  color: #665953;
  font-size: 1.1em;
  display: block;
  cursor: default;
  width: 100px;
}

.itr1:hover .bpop1 {
	display: block;
	position: absolute;
	width: 100px;
	background-color: #EAE7E5;
	left: 0em;
	top: 0em;
}