@charset "utf-8";
* {
	display: none;
}
html,/* CSS Document */ body
  {

}
p {
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #808080;
	display: inline;
}


.ingatlanok  {
	display: block;
	visibility: visible;
	background-color: #FFFFFF;
	position: relative;
}

.ingatlaninfo   dl {
	position: relative;
	top: 10px;
	height: 135px;
	width: 200px;
	background-color: #FF0000;
	left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: thin solid #000000;
	visibility: visible;
	display: block;
}
.ingatlaninfo {
	position: absolute;
	height: auto;
	width: 130px;
	top: 470px;
	left: 0px;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	display: block;
	text-align: left;
	position: absolute;
	height: 15px;
	width: 110px;
	left: 5px;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
dd {
	text-align: center;
	display: block;
	position: relative;
	height: 15px;
	width: 100px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	left: 110px;
}
