
body {
	margin: 0;
	padding: 0;
	background: url(../imgs/bg.png);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

/* layout */

#background {
	height: 235px;
	width: 100%;
	background: url(../imgs/bgx.png) repeat-x 0 180px;
}

#main {
	width: 754px;
	margin: 0 auto;
	background: url(../imgs/bgc.png) repeat-y;
}
#header {
	height: 180px;
	background: url(../imgs/top.png) no-repeat;
}
#logo_link {
	width: 215px;
	height: 40px;
	position: absolute;
	margin-left: 180px;
	margin-top: 40px;
	z-index: 1;
}
#logo_link a {
	text-decoration: none;
	display: block;
	width: 215px;
	height: 40px;
	cursor: pointer;
}

#menu {
	width: 754px;
	height: 53px;
	background: url(../imgs/bgx.png) repeat-x;
}
#menu a {
	float:left;
}
#content {
	background: url(../imgs/content_top.png) no-repeat 3px top;
}

#left {
	width: 186px;
	float: left;
	padding-bottom: 170px;
	margin-left: 3px;
}
#right {
	width: 560px;
	float: right;
	margin-right: 4px;
}
#clear {
	width: 754px;
	height: 0;
	clear: both;
}
#footer {
	width: 754px;
	height: 35px;
	background: url(../imgs/footer.png) no-repeat;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer_bg {
	width: 186px;
	height: 85px;
	background: url(../imgs/bottom.jpg) no-repeat 20px bottom;
	position: absolute;
	margin-top: -85px;
}
#footer_left {
	float: left;
	padding-top: 11px;
	padding-left: 12px;
}
#footer_right {
	float: right;
	padding-top: 11px;
	padding-right: 13px;
}
/* main styles */

form {
	margin:0px;
}
fieldset {
	margin-bottom: 10px;
	font-size: 11px;
	border: 1px solid #85afda;
	padding: 10px;
}
legend {
	font-weight: bold;
}
.button {
	font-family: Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #83836f;
	color: #797979;
	font-size: 11px;
}
.textfield {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}

/* left panel */

.left_dark {
	background: url(../imgs/left_c.png) repeat-y;
}
.left_dark_t {
	background: url(../imgs/left_t.png) no-repeat;
	height: 7px;
}
.left_dark_b {
	background: url(../imgs/left_b.png) no-repeat;
	height: 7px;
}
.left_body {
	padding: 6px;
}
.left_header, .right_header {
	font-size: 14px;
	color: #012a61;
	height: auto !important;
	min-height: 30px;
	height: 30px;
	padding-left: 44px;
	padding-top: 10px;
	background: url(../imgs/house.gif) no-repeat 7px 4px;
	font-weight: bold;
}
.left_header span, .right_header span {
	color: #000;
	font-size: 15px;
}


#search_form {
	font-size: 12px;
}
#search_form label {
	display: block;
	margin-bottom: 3px;
}
#search_form select {
	width: 170px;
}


#active_map {
	text-align: center;
}

#calendar {
	text-align: center;
}
#calendar button {
	background: transparent;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	width: 25px;
}


#calendar div {
	font-size: 12px;
}
#calendar .left_body form, #calendar .left_body div {
	display: inline;
}
#calendar table {
	margin: 3px auto;
}

#calendar td {
	text-align: right;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #818181;
	width: 16px;
	padding-right: 3px;
}
#calendar td.day_s {
	color: #444;
}
#calendar td.day_n {
	color: #a11416;
}
#calendar td.selected {
	background: #a11416;
	color: #fff;
}

/* right panel */

.normal_offer, .pager, .one_offer, .block_text {
	padding: 15px 8px;
	background: url(../imgs/right_t.png) no-repeat;
}
.offer_thumb {
	width: 128px;
	height: 96px;
	border: 1px solid #85afda;
	padding: 2px;
	float: left;
	text-align: center;
}

.offer_body {
	margin-left: 145px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
.offer_title {
	font-weight: bold;
	text-decoration: none;
	color: #a11416;
	font-size: 13px;
}
.offer_title:hover {
	text-decoration: underline;
}
.one_offer .offer_body {
	font-weight: bold;
}
.offer_block {
	margin: 10px 0;
}
.offer_gallery {
	text-align: center;
}
.offer_gallery img {
	width: 100px;
	border: 1px solid #85afda;
	margin: 6px;
}
.offer_nie {
	font-weight: bold;
	text-decoration: line-through;
	color: red;
}
.offer_tak {
	font-weight: bold;
	color: green;
}
#search_miasto {
	float: left;
}
#search_rodzaj {
	margin-left: 280px;;
}
#select_miasto, #select_rodzaj {
	width: 200px;
}
.pager {
	text-align: center;
	font-size: 11px;
}
.pager a {
	text-decoration: none;
	color: #012a61;
}
.pager .active_page {
	color: #a11416;
	font-weight: bold;
}
.pager a:hover {
	text-decoration: underline;
}
#kontakt_form {
	font-size: 11px;
}
#kontakt_form form {
	width: 390px;
	margin-top: 15px;
	text-align: right;
}
#kontakt_form label {
	display: block;
	margin: 5px 0;
}
#kontakt_form .textfield {
	width: 330px;
	vertical-align: top;
	margin-left: 8px;
}
#kontakt_form textarea {
	height: 200px;
}
.error {
	border: 1px solid #a60202;
	background: #f4c7c7 url(../imgs/icons/error.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	margin: 10px 0;
	font-weight: bold;
}
.success {
	border: 1px solid #364f2c;
	background: #b0e89a url(../imgs/icons/success.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	margin: 10px 0;
	font-weight: bold;
}

.block_text {
	font-size: 12px;
}

#obiekt_form label, #obiekt_form .label {
	display: block;
	margin: 7px auto;
	padding-left: 50px;
	padding-right: 50px;
	text-align: right;
}
#obiekt_form .textfield {
	width: 300px;
	vertical-align: top;
}

#obiekt_form .form_desc {
	margin: 7px auto;
}
#obiekt_form .label_inline {
	display: inline; 
	padding: 0;
}

