/*
 *		plik:		style.css
 *		autor: 	Marek Kleszyk <mkleszyk@gmail.com>
 *		data:		29 kwiecień 2008
 */

@import url("lightbox.css");
@import url("menu.css"); 
 
		/* --------- standardowe ---------- */

			/* --------- standardowe ---------- */

.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hidden { display: none; }
.error { color: #c00; }
.important { color: #f00; }
.not-important { color: #ccc; }
.row-dark { background: #ddd; }
.row-clear { background: transparent; }

img { border: none; }
a:focus { -moz-outline-style: none; }
a, a:hover, a:visited, a:active { text-decoration: none; color: #333; }
a.blue { color: #00f; }
.kursor { cursor: pointer; }

hr { background: #DADAC9; height: 1px; border: 0; }
h1 { font-size: 13pt; color: #333; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 8pt; }

#font_down {
	font-weight: bold;
	font-size: 7pt;
}

#font_or {
	font-weight: bold;
	font-size: 9pt;
}

#font_up {
	font-weight: bold;
	font-size: 11pt;
}

.print {
	margin: 10px;
	float: right; 
}

.back {
	margin: 10px;
	float: left; 
}

.tagi {
	margin: 10px 0;
	text-align: center;
}

#page-title {
	padding: 10px;
}

#page-title h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

#page-content {
	padding: 10px;
	overflow: hidden;
}

td, th {
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

input.text {
	width: 137px;
	padding: 0 3px;
	color: #aaa;
	border: 1px solid #c9c9c9;
}

input.text2 {
	width: 80px;
	padding: 0 3px;
	border: 1px solid #656565;
	background-color: #fff;
}

input.submit {
	margin: 2px;
	padding: 0 3px;
	border: 1px solid #CC2423;
	background-color: #CC2423;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
 
select, textarea {
	border: 1px solid #c9c9c9;
	color: #aaa;
}

input.image {
	margin: 4px 0;
}
 
			/* --------- container ---------- */
 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/tlo.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #efefe9;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 8pt;
	color: #5e5643;
}

#container {
	margin: 0 auto;
	padding: auto;
	width: 950px;
	height: auto;
	position: relative;
	text-align: center;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #a6a08b;
	background-color: #fff;
}

#top #logo {
	width: 312px;
	height: 114px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #banner {
	width: 638px;
	height: 114px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #menu-top {
	width: 950px;
	height: 69px;
	background-color: #cd2424;
	border-top: 1px solid #930303;
	border-bottom: 1px solid #eaa3a3;
	overflow: hidden;
	float: left;
}

#top #reklama {
	width: 950px;
	height: auto;
	float: left;
}

#top #znajdz{
	width: 312px;
	height: 49px;
	background-image: url(img/znajdz-oferte.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #rodzaj{
	width: 326px;
	height: 49px;
	background-image: url(img/rodzaj-nieruchomosci.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #cena {
	width: 312px;
	height: 49px;
	background-image: url(img/cena-nieruchomosci.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top #szukaj1 {
	width: 312px;
	height: 125px;
	padding-top: 10px;
	background-image: url(img/kreska-pion.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	overflow: hidden;
	float: left;
}

#top #szukaj2 {
	width: 306px;
	height: 115px;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
	float: left;
}

#top #szukaj3 {
	width: 312px;
	height: 135px;
	background-image: url(img/kreska-pion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	overflow: hidden;
	float: left;
}


			/* --------- content ---------- */

#base {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: left;;
}

#base #sidebar-left {
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	background-color: #dadac9;
	float: left;
}

#base #sidebar-left #zglos {
	width: 200px;
	height: 77px;
	float: left;
}

#base #sidebar-left #zglos a {
	position: relative;
	top: 0;
	left: 0;
}

#base #sidebar-left #zaloguj {
	width: 200px;
	height: auto;
	float: left;
}

.logowanie {
	margin: 5px 0 0 10px;
}

#base #sidebar-left #menu-left {
	width: 200px;
	height: auto;
	float: left;
}

#base #content {
	margin: 0;
	padding: 0;
	width: 750px;
	height: auto;
	overflow: hidden;
	float: left;
}

h1.h-glowna {
	width: 700px;
	height: 17px;
	padding: 30px;
	margin: 0;
	font-size: 8pt;
	color: #817861;
	background-color: #dadac9;
}

.box {
	width: 170px;
	height: 17px;
	padding: 10px 15px;
	background-image: url(img/tlo-box.jpg);
	background-repeat: repeat-x;
	color: #fff;
	float: left;
}

#links {
	margin: 0;
	padding: 0;
	width: 950px;
	height: auto;
	text-align: center;
	float: left;
}

#footer {
	width: 950px;
	height: 50px;
	background-color: #babaa3;
	border-top:1px solid #A6A08B;
	color: #5e5643;
	float: left;
}

#footer #copyright {
	width: 618px;
	height: 30px;
	margin-top: 15px;
	padding-left: 20px;
	text-align: left;
	float: left;
}

#footer #realizacja {
	width: 292px;
	height: 30px;
	margin-top: 15px;
	padding-right: 20px;
	text-align: right;
	float: left;
}

#footer #realizacja a {
	color: #5e5643;
}

#stopka-strony{
	width: 950px;
	height: auto;
	float: left;
	text-align: left;
	color: #000;
}

			/* --------- formularz znajdz na stronie glownej ---------- */

.formularz {
	margin: 0;
	padding: 0;
}

.form-select {
	margin: 6px 0 6px 24px;;
}

.form-select label {
	width: 94px;
	font-size: 11px;
	padding-left: 2px;	
	margin-top: 2px;
	float: left;
}

.form-select select {
	width: 182px;
	border: 1px solid #c6c6b6;
}

.form-select .tekst {
	width: 174px;
	padding: 0 3px;
	border: 1px solid #c6c6b6;
}

.pole-rodz {
	padding: 0;
	margin: 4px 15px;
	width: 264px;
	background-image: url(img/linia-pozioma.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
}

.text-rodz {
	float: left;
}

.inp-rodz {
	font-weight: bold;
	float: right;
}

.pole-cena {
	margin: 11px 15px;
	width: 282px;
	height: 18px;
	float: left
}

.inp-cena {
	width: 100px;
	margin: 0px 4px;
	padding: 0 3px;
	border: 1px solid #656565;
}

.szukaj {
	width: 321px;
	text-align: right;
	float: left;
}

.img-szukaj {
	position: relative;
	right: 20px;
}

			/* --------- oferta na stronie glownej ---------- */

.polecane {
	height: auto;
	margin: 5px 20px;
	display: block;
}

td.foto {
	width: 260px;
	padding: 5px 0;
	vertical-align: middle; 
}

td.foto a img {
	width: 240px;
}

td.title {
	padding: 2px 5px;
	font-weight: bold;
}

td.name {
	width: 105px;
	padding: 1px 5px;
}

td.dane {
	padding-left: 5px;
	font-weight: bold;
}

td.wiecej {
	text-align: right;
	background-color: #fff;
}

			/* --------- szczegoly oferty ---------- */

#oferta-galeria {
	width: 340px;
	padding: 0 10px;
	height: auto;
	text-align: center;
	float: left;
}

#oferta-galeria a img {
	margin: 5px;
}

#oferta-opis {
	width: 390px;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}

.oferta-dane {
	height: auto;
	padding: 10px 20px;
	float: left;
}

.oferta-inne {
	width: 100%;
	height: auto;
	margin: 10px 0;
	float: left;
}

			/* --------- oferty wyswietlane z wyszukiwarki---------- */

.oferta-wyniki {
	margin: 10px 0;
	float: left;
}

.text-ilosc {
	padding: 0 3px;
	border: 1px solid #656565;
}

.order_file, .order_type {
	padding-left: 3px;
	border: 1px solid #656565;
}

td.szczegoly {
	height: 25px;
	background-color: #e8e8e8;
	text-align: right;
}

td.informacje {
	height: 70px;
	border-top: 1px solid #A6A08B;
	text-align: center;
}

td.foto-szukaj {
	height: 90px;
	width: 150px;
	text-align: right;
}

td.foto-szukaj a img {
	height: 90px;
}

			/* --------- formularz zgloszeniowy ---------- */

#w {
	padding: 10px 0;
}

.dodatki {
	margin: 7px 0;
}

.dodat-opcje {
	width: 165px;
	float: left;
}

#sidebar-news{
	padding: 10px 15px;
	float: left;
}

#sidebar-news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar-news ul li {
	padding: 6px 0px;
	border-bottom: 1px solid #fff;
}

#sidebar-news ul li.last {
	border-bottom: none;
}

#sidebar-news ul li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

#sidebar-news ul li h3 a, div#sidebar-news ul li h3 a:visited,div#sidebar-news ul li h3 a:active{
	font-weight: bold;
}

#st-glowna {
	width: 438px;
	height: auto;
	margin: 0;
	padding: 0;
	border-right: 1px solid #dadac9;
	overflow: hidden;
	float: left
}

.glowna {
	padding: 10px;
	text-align: center;
	display: block;
}

.glowna2 {
	padding: 20px 30px;
	text-align: justify;
	display: block;
}

#polecamy-glowna {
	width: 310px;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

h1.h-polecamy {
	width: 384px;
	height: 17px;
	padding: 30px;
	margin: 0;
	font-size: 8pt;
	color: #817861;
	background-color: #dadac9;
}

h1.hs-polecamy {
	width: 384px;
	height: 17px;
	padding: 10px 30px;
	margin: 0;
	font-size: 8pt;
	color: #817861;
	background-color: #dadac9;
}

h1.h-szczegoly {
	width: 690px;
	height: 17px;
	padding: 30px;
	margin: 0;
	font-size: 8pt;
	color: #817861;
	background-color: #dadac9;
}

.tresc {
	padding: 10px;
}

.ag-logo {
	margin: 10px 20px;
	width: 200px;
	float: left;
}

.ag-kontakt {
	margin: 10px 20px;
	float: left;
}

.nieruch-box {
	width: 250px;
	height: 130px;
	background: #444;
	border: 1px solid #444;
	padding: 10px;
	opacity: 0.7;
	filter : alpha(opacity=70);
	color: #fff;
}

.nieruch-box td {
	color: #fff;
}

#reklama-google {
	width: 100%;
	height: auto;
	margin: 5px 0;
	text-align: center;
	float: left;
}