@CHARSET "UTF-8";
/* tresc */
div#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;	
}
div#first_column {
	float: left;
	margin-right: 35px;
	margin-bottom: 50px;
	width: 565px;
}
div#first_column p {
	margin-bottom: 10px;
}
div#second_column {
	padding-top: 15px;
	float: left;
	width: 300px;
	text-align: center;
}
ul#developer_menu {
	border-bottom: 4px solid #008E02;
	margin: 10px 0px;
	float: left;
	width: 100%;
}
ul#developer_menu li {
	float: left;
	background: #6ABA3D;
	display: block;
	padding: 3px 10px;
	margin: 0px 1px 0px 0px;
	border-top: 5px solid #f8f2e3;
	border-bottom: 5px solid #f8f2e3;
}
ul#developer_menu li.selected {
	background: #008E02;
	border-top: 5px solid #008E02;
	border-bottom: 5px solid #008E02;
}
ul#developer_menu li a {
	color: #fff;
	font-weight: bold;
}

/*style dla planu */
div#plan {
	clear: both;
	background: url("overview.png") no-repeat;
	width: 898px;
	height: 540px;
	border: 1px solid #62360a;
	position: relative;
}
div#plan_description {
	position: absolute;
	left: 5px;
	bottom: 5px;
	padding: 10px;
	background: #eee;
	border: 1px solid #000;
	font-size: 0.9em;
}
div#loader {
	background: url("loader.gif") no-repeat;
	background-position: center center;
}
div#plan h2 {
	position: absolute;
	right: 10%;
	top: 5%;
	width: 40%;
	text-align: center;
}
div#plan ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;	
}
div#plan ul li {
	position: absolute;
	display: block;
}
div#plan ul li a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
div#plan ul li a:hover {
	background: url("arrow_1.gif") no-repeat;
	background-position: top center;
}
div#plan ul li a.active {
	background: url("arrow_1.gif") no-repeat;
	background-position: top center;
}
div#plan ul li#house_1 {
	width: 140px;
	height: 135px;
	right: 100px;
	bottom: 35px;
}
div#plan ul li#house_2 {
	width: 115px;
	height: 125px;
	right: 240px;
	bottom: 96px;
}
div#plan ul li#house_3 {
	width: 108px;
	height: 115px;
	right: 345px;
	bottom: 140px;
}
div#plan ul li#house_4 {
	width: 90px;
	height: 110px;
	right: 440px;
	bottom: 180px;
}
div#plan ul li#house_5 {
	width: 80px;
	height: 105px;
	right: 513px;
	bottom: 212px;
}
div#plan ul li#house_6 {
	width: 70px;
	height: 90px;
	right: 564px;
	bottom: 240px;
}
div#plan ul li#house_7 {
	width: 70px;
	height: 90px;
	right: 625px;
	bottom: 260px;
}
div#plan ul li#house_8 {
	width: 97px;
	height: 100px;
	right: 58px;
	bottom: 200px;
}
div#plan ul li#house_9 {
	width: 76px;
	height: 90px;
	right: 169px;
	bottom: 229px;
}
div#plan ul li#house_10 {
	width: 72px;
	height: 90px;
	right: 249px;
	bottom: 253px;
}
div#plan ul li#house_11 {
	width: 64px;
	height: 80px;
	right: 324px;
	bottom: 277px;
}
div#plan ul li#house_12 {
	width: 56px;
	height: 70px;
	right: 390px;
	bottom: 298px;
}
div#plan ul li#house_13 {
	width: 54px;
	height: 65px;
	right: 445px;
	bottom: 316px;
}

div#plan ul li#house_14 {
	width: 55px;
	height: 60px;
	right: 498px;
	bottom: 330px;
}
div#plan ul li#house_15 {
	width: 49px;
	height: 65px;
	right: 538px;
	bottom: 343px;
}
div#plan ul li#house_16 {
	width: 40px;
	height: 55px;
	right: 582px;
	bottom: 355px;
}
div#plan ul li#house_17 {
	width: 43px;
	height: 55px;
	right: 621px;
	bottom: 368px;
}
/* style dla chmurki z infem */
div#house_info {
	background: url("cloud.gif") no-repeat;
	width: 265px;
	height: 265px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
	text-align: center;
}
div#house_info.active {
	display: block;
}
div#house_info div {
	width: 90%;
	height: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}
div#house_info div h3 {
	font-size: 1.8em;
}
div#house_info div span {
	display: block;
}
div#house_info img {
	width: 45%;
	float: right;	
}
div#house_info a.more {
	width: 100%;
	clear: both;
	float: right;	
}
div#house_info a.close_info {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url('close.gif');
	display: block;
	width: 16px;
	height: 16px;
}
div#house_info a.close_info:hover {
	background-position: bottom;
	cursor: pointer;
}
/* style dla tabelki z domami */
table#houses_details {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto;
	text-align: center;
	clear: both;
}
table#houses_details tr.wolny {
	background: #6ABA3D;
}
table#houses_details tr.zarezerwowany {
	background: #E6FF80;
}
table#houses_details tr.sprzedany {
	background: #BA4C3D;
}
table#houses_details td.first, table#houses_details th.first {
	background: #f8f2e3;
	border: none;
}
table#houses_details tr td, table#houses_details tr th {
	border-collapse: collapse;
	border: 1px solid #B37F00;
}
table#houses_details tr th {
	background: #FFEDBF;
}
table#houses_details tr:hover {
	background: #f8f2e3;
}
table#houses_details span.small {
	font-size: 90%;
	color: #333;
}
/* style dla zdjec - photoBlog */
div.photo_frame {
	float: left;
	border: 1px solid #a28a7f;
	margin: 0 4px 10px 0;
	background: #261b0f;
	color: #fff;
	width: 142px;
	text-align: center;
	padding: 2px 0;
}
div.first_in_row {
	clear: left;
	margin-left: 5px;
}
div.photo_frame:hover {
	border: 1px solid #000;
}
div.photo_frame img {
	width: 138px;
	height: 100px;
}
div.photo_frame span {

}
div.navigation {
	clear: both;
	text-align: center;
}

/* style rzutów */
div.plan {
	border: 1px solid #a28a7f;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
}
div.plan div.legend {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #a28a7f;
	padding: 5px;
	background: #fff;
}

/* style dla adresów biura nieruchomości */
div#office_address {
	float: left;
	width: 100%;
	margin: 10px;
}
div#office_address address {
	float: left;
	width: 32%;
	text-align: center;
}