
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	background: #2a2a2a;
}

/* layout */

#main {
	width: 999px;
	margin: 5px auto 0;
	background: url(../imgs/bg.png) repeat-y 0 -2px;
	color: #1a1a1a;
}
#header {
	height: 241px;
	background: url(../imgs/h2.jpg) no-repeat 0 44px;
}
#headert {
	text-align: center;
	height: 40px;
	background: url(../imgs/h1.jpg) no-repeat;
	padding-top: 4px;
}
#headerb {
	height: 97px;
	margin-top: 100px;
	background: url(../imgs/h3.jpg) no-repeat;
}

#logo_link {
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


#shadow {
	height: 4px;
	width: 999px;
	position: absolute;
	z-index: 1;
	background: url(../imgs/h4.png) no-repeat;
}

#left {
	width: 171px;
	float: left;
	padding-left: 5px;
	margin-bottom: 15px;
}
#right {
	width: 750px;
	float: right;
	padding-right: 30px;
	padding-top: 45px;
}
.clear {
	width: 950px;
	height: 0;
	clear: both;
}
#footer {
	width: 999px;
	height: 32px;
	background: url(../imgs/f.png) no-repeat;
	margin: 0 auto;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
}

#footer_left {
	float: left;
	padding-top: 6px;
	padding-left: 20px;
}
#footer_right {
	float: right;
	padding-top: 6px;
	padding-right: 20px;
}
#footer_links {
	padding-top: 6px;
	margin-left: 250px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* main styles */

form {
	margin:0px;
}
fieldset {
	margin-bottom: 10px;
	font-size: 11px;
	border: 1px solid #D4C897;
	padding: 10px 30px;
}
legend {
	font-weight: bold;
	color: #000;
}
.button {
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #83836f;
	color: #797979;
	font-size: 12px;
}
.textfield {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

/* menu */

#left_menu {
	padding-bottom: 67px;
	background: url(../imgs/b_bottom.png) no-repeat left bottom;
}

.menu_button {
	width: 171px;
	height: 37px;
}

#menu_woj_bg {
	background: url(../imgs/m_t.png) no-repeat;
	padding-top: 4px;
}

#menu_woj {
	width: 171px;
	margin: 0; padding: 2px 0 6px;
	background: url(../imgs/m_c.png) repeat-y;
}

#menu_woj li {
	list-style-type: none;
	padding: 2px 0 2px 15px;
}

#menu_woj a {
	color: #fff;
	text-decoration: none;
}
#menu_woj a:hover {
	text-decoration: underline;
}
#menu_woj a.menu_selected {
	font-weight: bold;
	color: #FFFFB9;
}


/* right panel */
.right_header {
	background: url(../imgs/top.png) no-repeat;
	padding: 2px 73px 0 73px;
	width: 340px;
	overflow: hidden;
	/*margin-bottom: 20px;*/
	margin-left: 133px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 246px;
}
.normal_offer, .pager, .one_offer, .block_text, .premium_offer {
	padding: 10px 15px;
	background: url(../imgs/p_c.png) repeat-y;
}
.right_body_t {
	background: url(../imgs/p_t.png) no-repeat;
	height: 6px;
}
.right_body_b {
	background: url(../imgs/p_b.png) no-repeat;
	height: 6px;
	margin-bottom: 15px;
}
.offer_thumb {
	width: 140px;
	height: 105px;
	float: left;
	text-align: center;
	border: 1px solid #D4C897;
}

.offer_picto {
	float: right;
	text-align: right;
}

.premium_offer .offer_body, .one_offer .offer_body {
	margin-left: 160px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
.offer_title {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #3e3e3e;
}

.premium_offer .offer_thumb{
	border: 2px solid #CB1C1F;
}
.premium_offer .offer_title {
	color: #CB1C1F;
}

.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 {
	border: 1px solid #D4C897;
	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: 350px;;
}
#select_miasto, #select_rodzaj {
	width: 260px;
}
.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;
}

.error {
	background: url(../imgs/icons/error.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #a60202;
	margin-bottom: 5px;
}
.success {
	background: url(../imgs/icons/success.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #364f2c;
	margin-bottom: 5px;
}

.block_text {
	font-size: 12px;
}

#obiekt_form label, #obiekt_form .label {
	display: block;
	margin: 7px auto;
	padding-left: 70px;
	padding-right: 70px;
	text-align: right;
}
#obiekt_form .textfield {
	width: 380px;
	vertical-align: top;
}

#obiekt_form .form_desc {
	margin: 7px auto;
}
#obiekt_form .label_inline {
	display: inline;
	padding: 0;
}

.tool-tip {
	color: #fff;
	width: 139px;
	height: 13px;
	z-index: 13000;
	background: #360202;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
}

.tool-title {
	margin: 0;
	color: #FAA92B;
}

.tool-text {
}

/*
#space_b1, #space_b2, #space_b3 {
    background: red;
    opacity: 0.3;
    filter:alpha(opacity=30);
}
*/
#space_b1 {
    margin-bottom: 15px;
    text-align: center;
}

#space_b2 {
    clear: both;
    margin: 15px 4px 15px 5px;
    text-align: center;
}

#space_b3 {
    text-align: center;
}



