@charset "utf-8";

body {
	margin: 0;
	background: url(images/background.jpg);
	font-family: Verdana;
	font-size: 12px;
	color: #52432d;
}

#wrapper_0 {
	float: left;
	width: 100%;
	background: url(images/wrapper_0-background.jpg) top repeat-x;
}

#wrapper {	
	float: left;
	width: 100%;
	background: url(images/wrapper-background.jpg) top center no-repeat;
}

/* Nagłówek */
#header {
	margin: auto;
	width: 985px;
	height: 569px;
}

#header #btn-dodaj_nowy_obiekt {
	float: left;
	width: 80px;
	height: 190px;
	margin: 85px 0 0 -32px;
}

#header h1 {
	float: left;
	width: 330px;
	height: 70px;
	margin: 0;
	margin-top: 90px;
	padding: 0;
}

#header h1 a {
	float: left;
	width: 100%;
	height: 100%;
}

#header #header-right_box {
	float: right;
	width: 250px;
	margin: 145px 65px 0 0;
}

#header-right_box form {
	float: left;
	width: 217px;
	margin: 0;
	padding: 12px 17px 12px 16px;
}

#header-right_box #searcher { border-bottom: 1px dotted #939292; }

#header-right_box form p {
	float: left;
	width: 100%;
	margin: 3px 0 3px 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

#header-right_box form input[type=text], #header-right_box form input[type=password] {
	width: 209px;
	height: 18px;
	margin: 0;
	padding: 4px;
	background: #52432d;
	border: none;
	box-shadow: inset 5px 5px 10px #3b3020;
	color: #94847a;
}

#header-right_box form input[type=text].searcher-little_input { width: 56px; }

#header-right_box form select {
	width: 217px;
	height: 26px;
	margin: 0;
	padding: 4px;
	background: #52432d;
	border: none;
	box-shadow: inset 5px 5px 10px #3b3020;
	color: #94847a;
}

#header-right_box #searcher input[type=submit] {
	width: 71px;
	height: 22px;
	background: url(images/buttons/btn-szukaj.jpg);
	border: none;
}

#header-right_box #user_panel h2 {
	float: left;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#header-right_box #user_panel input[type=submit] {
	width: 71px;
	height: 22px;
	background: url(images/buttons/btn-loguj.jpg);
	border: none;
}

#header #nav {
	float: left;
	width: 650px;
	margin: 0;
	margin-top: 89px;
	padding: 0;
	padding-left: 335px;
	list-style: none;
}

#header #nav li { float: left; }

#header #nav li a {
	padding: 8px;
	color: #5b330f;
	text-decoration: none;
	text-transform: uppercase;
}

#header #nav li a:hover { font-weight: bold; }

/* Box z czterema ofertami */
#offer_box {
	margin: auto;
	padding: 12px 50px 0 50px;
	width: 883px;
	height: 86px;
	background: url(images/offer_box-background.jpg);
	border-left: 1px solid #f5ead6;
	border-right: 1px solid #f5ead6;
}

#offer_box .offer_box-offer {
	float: left;
	width: 193px;
	height: 78px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #42250b;
	border-right: 1px solid #8d6e51;
}

#offer_box .offer_box-offer img {
	float: left;
	width: 76px;
	height: 76px;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}

#offer_box .offer_box-offer h3 {
	float: left;
	width: 100px;
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#offer_box .offer_box-offer p {
	float: left;
	width: 100px;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
}

#offer_box .offer_box-offer p.ob-offer-cena {
	margin: 0;
	margin-top: 5px;
	padding: 5px;
	padding-left: 15px;
	width: 90px;
	background: #71441b;
	color: #fadc00;
}

/* Główna zawartość strony */
#container_0 {
	margin: auto;
	width: 985px;
}

#container {
	float: left;
	width: 985px;
	background: url(images/container-background.jpg) top repeat-x #ffffff;
}

/* Boxy po lewej stronie */
#sidebar {
	float: left;
	width: 220px;
	margin: 11px 2px 0 2px;
}

#sidebar #nav-horizontal {
	float: left;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 45px 10px 20px 10px;
	background: url(images/nav-horizontal-background.jpg) top no-repeat;
}

#sidebar #nav-horizontal li { float: left; width: 100%; padding: 5px 0 5px 0; }
#sidebar #nav-horizontal li a { font-size: 13px; color: #000000; text-decoration: none; }
#sidebar #nav-horizontal li a span { color: #008ee5; }

#sidebar #nav-horizontal li a:hover { font-weight: bold; }

#sidebar #newsletter {
	float: left;
	width: 220px;
	height: 160px;
	background: url(images/newsletter-background.jpg) top no-repeat;
	margin-top: 10px;
}

#sidebar #newsletter form {
	float: left;
	width: 116px;
	margin: 12px 97px 10px 7px;
}

#sidebar #newsletter form p {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
}

#sidebar #newsletter form input[type=text] {
	width: 108px;
	height: 18px;
	margin: 0;
	padding: 4px;
	background: #52432d;
	border: none;
	box-shadow: inset 5px 5px 10px #3b3020;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#sidebar #newsletter form input[type=submit] {
	float: left;
	width: 71px;
	height: 22px;
	background: url(images/buttons/btn-dodaj.jpg);
	border: none;
}

#sidebar #newsletter p {
	float: left;
	width: 145px;
	margin: 0 68px 0 7px;
	padding: 0;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}

#sidebar #newsletter p strong { color: #a3ca44; font-weight: bold; }

#sidebar #reklama {
	float: left;
	width: 220px;
	background: url(images/reklama-background.jpg) top no-repeat;
}

#sidebar #reklama p {
	float: left;
	width: 140px;
	margin: 35px 0 20px 7px;
	padding: 0;
	font-size: 11px;
	color: #000000;
}

#sidebar #reklama p a {
	font-size: 10px;
	font-weight: bold;
	color: #0087dd;
	text-decoration: none;
}

#sidebar #reklama a.btn-reklama {
	float: left;
	width: 200px;
	margin: 7px 0 7px 7px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar #reklama img {
	float: left;
	padding: 4px;
	background: #ffffff;
	margin-top: 25px;
	margin-left: 7px;
}

/* Główna treść strony */
#content {
	float: left;
	width: 754px;
	background: #ffffff;
	margin-top: 17px;
}

#content h2 {
	float: left;
	width: 747px;
	font-size: 18px;
	font-family: Trebuchet MS, Verdana;
	font-style: italic;
	color: #005dac;
	margin: 10px 0 0 7px;
	padding: 0;
}

#content .obiekty {
	float: left;
	width: 744px;
	margin: 5px;
	padding: 0;
}

#content .obiekty tr {
	float: left;
	width: 744px;
	background: #f2e9d1;
	border-bottom: 1px solid #c2b78f;
	vertical-align: middle;
}

#content .obiekty tr.different_color { background: #f8f3e5; }

#content .obiekty .obiekty-miniature {
	width: 80px;
}

#content .obiekty .obiekty-miniature img {
	float: left;
	width: 66px;
	height: 66px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #d7cfba;
	margin: 4px;
}

#content .obiekty .obiekty-opis { width: 470px; }

#content .obiekty .obiekty-opis h3 {
	float: left;
	width: 100%;
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #2e0c0c;
}

#content .obiekty .obiekty-opis h3 a {
	color: #2e0c0c;
	text-decoration: none;
}

#content .obiekty .obiekty-opis p {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 100%;
	font-size: 11px;
	color: #2e0c0c;
}

#content .obiekty .obiekty-cena { width: 100px; text-align: center; line-height: 20px; }

#content .obiekty .obiekty-arrow { width: 94px; text-align: right; }

#content .obiekty .obiekty-arrow a {
	float: right;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	background: url(images/buttons/btn-arrow.jpg);
}

#content #opis_oferty {
	float: left;
	width: 744px;
	margin: 5px;
	padding: 0;
}

#content #opis_oferty h2 {
	float: left;
	width: 525px;
	height: 33px;
	margin: 0;
	margin-bottom: 15px;
	padding: 20px 10px 0 10px;
	background: #faf5ed;
	font-size: 14px;
	font-weight: bold;
	color: #008ee5;
	font-style: normal;
	font-family: Verdana;
}

#content #opis_oferty  #oo-ilosc_odwiedzin {
	float: left;
	width: 199px;
	height: 29px;
	background: #faf5ed;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-top: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #2d404b;
}

#content #opis_oferty #oo-ilosc_odwiedzin strong { color: #008ee5; }

#content #opis_oferty #oo-ilosc_odwiedzin img { padding-right: 8px; }

#content #opis_oferty #oo-zdjecia {
	float: left;
	width: 234px;
	margin-right: 15px;
}

#content #opis_oferty #oo-zdjecia img {
	float: left;
	margin: 3px;
}

#content #opis_oferty #oo-zdjecia img#duze_zdjecie {
	float: left;
	margin: 0;
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #e7e7e7;
}

#content #opis_oferty #oo-prawy_box {
	float: left;
	width: 495px;
}

#content #opis_oferty #oo-prawy_box p.oo-akapit {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 11px;
	color: #5e5e5e;
	line-height: 15px;
}

#content #opis_oferty #oo-prawy_box #oo-dane_kontaktowe {
	float: left;
	width: 475px;
	padding: 10px;
	margin-bottom: 30px;
	background: #fefaf4;
}

#content #opis_oferty #oo-prawy_box #oo-dane_kontaktowe p {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#content #opis_oferty #oo-prawy_box #oo-dane_kontaktowe p strong {
	font-weight: bold;
	color: #0087dd;
}

#content #opis_oferty #oo-prawy_box .oo-box {
	float: left;
	width: 482px;
	background: url(images/oo-box-background.jpg) bottom no-repeat #fefaf4;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

#content #opis_oferty #oo-prawy_box .oo-box h3 {
	float: left;
	margin: 0;
	padding: 14px 0 0 10px;
	width: 472px;
	height: 27px;
	background: url(images/opis_oferty-h3-background.jpg);
	font-weight: normal;
	font-size: 12px;
	color: #00caff;
}

#content #opis_oferty #oo-prawy_box .oo-box form {
	float: left;
	width: 482px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

#content #opis_oferty #oo-prawy_box .oo-box form p {
	float: left;
	width: 217px;
	margin: 0;
	padding: 0 10px 10px 10px;
}

#content #opis_oferty #oo-prawy_box .oo-box form p input[type=text] {
	width: 209px;
	height: 18px;
	margin: 0;
	padding: 4px;
	background: #52432d;
	border: none;
	box-shadow: inset 5px 5px 10px #3b3020;
	color: #94847a;
}

#content #opis_oferty #oo-prawy_box .oo-box form p textarea {
	width: 209px;
	height: 54px;
	margin: 0;
	padding: 4px;
	background: #52432d;
	border: none;
	box-shadow: inset 5px 5px 10px #3b3020;
	color: #94847a;
	font-family: Verdana;
	font-size: 12px;
}

#content #opis_oferty #oo-prawy_box .oo-box form p strong {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

#content #opis_oferty #oo-prawy_box .oo-box form p input[type=submit] {
	float: right;
	width: 71px;
	height: 22px;
	background: url(images/buttons/btn-wyslij.jpg);
	border: none;
}

#content #opis_oferty #oo-prawy_box .oo-box table {
	float: left;
	width: 482px;
	border-spacing: 0;
}

#content #opis_oferty #oo-prawy_box .oo-box table tr {
	float: left;
	width: 482px;
}

#content #opis_oferty #oo-prawy_box .oo-box table tr.table_header {
	color: #6d9e3c;
	border-bottom: 1px dotted #d7d3ce;
}

#content #opis_oferty #oo-prawy_box .oo-box table tr td { padding: 8px 5px 8px 5px; text-align: center; }

#content #opis_oferty #oo-prawy_box .oo-box table tr.different_color { background: #d7d3ce }

#content #opis_oferty #oo-prawy_box .oo-box table tr .oo-box-typ_pokoju { width: 150px; text-align: left; }
#content #opis_oferty #oo-prawy_box .oo-box table tr .oo-box-ilosc_w_obiekcie { width: 130px; }
#content #opis_oferty #oo-prawy_box .oo-box table tr .oo-box-cena_za_osobodobe { width: 172px; }

/* Stopka */
#footer_wrapper {
	float: left;
	width: 100%;
	background: #010101;
}

#footer_wrapper #footer {
	margin: auto;
	width: 985px;
	height: 76px;
	background: url(images/footer-background.jpg) top no-repeat;
}

#footer #footer-nav {
	float: left;
	width: 955px;
	margin: 25px 15px 10px 15px;
	list-style: none;
	padding: 0;
}

#footer  #footer-nav li {
	float: left;
	font-size: 10px;
	color: #1168b2;
	padding: 0 5px 0 5px;
}

#footer #footer-nav li a {
	font-size: 10px;
	color: #1168b2;
	text-decoration: none;
}

#footer p {
	float: left;
	margin: 25px 0 0 20px;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 30px;
}
