body {
	background : #E2DDDD;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	margin: 0px;
	padding: 0px; 
}

td {
	font-family : Verdana;
	font-size : 10px;
}

img.ImgRamka {
	border : 1px solid #BC0000;
}

.pp_stopka {
	padding : 0px;
}

p {
	padding-right : 0px;
}

#container {
width: 100%;
text-align: center;
}

#glowny { 
width: 700px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff; 
}


.glowna_wybor {
border: 5px solid #E0E0E0
}

.glowna_wybor:hover {
border: 5px solid #C0C0C0
}


.form_wyszukiwarka {
width: 340px;
min-height: 410px;
text-align: left;
}

/* czesc do formularza wyszukiwarki*/

.opisy_pol_formularza {
display: inline-block; width: 120px; height: 25px;
}

.ramka_formularza {
width: 360px;
padding: 20px;
border: 0px;
}

.formularz_wyszukiwarki {
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_text {
width: 50px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_text_ulica {
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_text_miejscowosc {
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_text_miejscowosc_recznie {
width: 125px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_textarea {
width: 300px;
height: 100px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_select_typ_nieruchomosci {
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_select_miejscowosc {
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_select_wojewodztwo {
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.pole_select_ile_ofert
{
width: 150px;
border: 1px solid #808080;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.button_reset {
width: 100px;
border: 1px solid #F00;
background: #FFB0B0;
padding: 3px;
font-size: 12px;
font-family: "Trebuchet MS";
color: #2D2D2D;
}

.button_submit {
width: 100px;
border: 1px solid #00A400;
background: #01538d;
padding: 3px;
font-size: 12px;
font-family: "Trebuchet MS";
color: #FFFFFF;
}

/* styl dla stronicowania */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	font-family: arial;
	font-size: 14px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* napis znaleziono nad ofertami */

.znaleziono {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

/* napis tytulowy nad opisem oferty */

.tytul_oferty {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: left;
}

/* styl dla tabeli z listš ofert */

.tabela_lista_ofert {
	font-family: arial;
	font-size: 12px;
	color: #494949;
	width: 650px;
}

.naglowek_tabeli {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #003162;
	text-align: center;
}

/* styl dla tabeli opis oferty */

.tabela_opis_oferty {
	font-family: arial;
	font-size: 12px;
	color: #494949;
}

.text {
	line-height: 15px;
}

.param_oferty {
	text-align: left;
	font-weight: bold;
}

.param_oferty_opis {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}


/* parametry linkow itp.*/

A.link_oferty:LINK { font-size: 12px; font-family: arial; color: #cb013d; text-decoration: none;}
A.link_oferty:VISITED { font-size: 12px; font-family: arial; color: #cb013d; text-decoration: none;}
A.link_oferty:HOVER { font-size: 12px; color: #cb013d; font-family: arial; text-decoration: underline;}

A.link_detale_oferty:LINK { font-size: 12px; font-family: arial; color: #cb013d; text-decoration: none;}
A.link_detale_oferty:VISITED { font-size: 12px; font-family: arial; color: #cb013d; text-decoration: none;}
A.link_detale_oferty:HOVER { font-size: 12px; color: #cb013d; font-family: arial; text-decoration: underline;}

A.link_white:LINK { font-size: 12px; font-family: arial; color: #ffffff; text-decoration: none;}
A.link_white:VISITED { font-size: 12px; font-family: arial; color: #ffffff; text-decoration: none;}
A.link_white:HOVER { font-size: 12px; color: #ffffff; font-family: arial; text-decoration: underline;}

A.link_menu:LINK { font-size: 14px; font-family: Georgia; font-weight: bold; color: #ffffff; text-decoration: none;}
A.link_menu:VISITED { font-size: 14px; font-family: Georgia; font-weight: bold; color: #ffffff; text-decoration: none;}
A.link_menu:HOVER { font-size: 14px; color: #ffffff; font-weight: bold; font-family: Georgia; text-decoration: nowe;}

A.link_blue:LINK { font-size: 11px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_blue:VISITED { font-size: 11px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_blue:HOVER { font-size: 11px; color: #01538d; font-family: arial; text-decoration: underline;}

A.lightbox:LINK { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.lightbox:VISITED { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.lightbox:HOVER { font-size: 12px; color: #01538d; font-family: arial; text-decoration: underline;}

A.link_powrot_wyszukaj:LINK { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_powrot_wyszukaj:VISITED { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_powrot_wyszukaj:HOVER { font-size: 12px; color: #01538d; font-family: arial; text-decoration: underline;}

A.link_powrot:LINK { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_powrot:VISITED { font-size: 12px; font-family: arial; color: #01538d; text-decoration: none;}
A.link_powrot:HOVER { font-size: 12px; color: #01538d; font-family: arial; text-decoration: underline;}

/* styl dla listy zdjec w detalach oferty */
.lista_zdjec        
{
list-style-type: none;
width: 650px;
overflow: hidden;
margin-left: 20px;
margin-right: 0px;
margin-top: 10px;
padding-left: 0px;
}

.lista_zdjec li
{
width: 85px;
height: 70px;
text-align: center;
overflow: hidden;
float: left;
}

.lista_zdjec img
{
padding: 2px;
border: 1px solid #808080;
display: block;
}

.lista_zdjec img:hover
{
border: 1px solid #C0C0C0;
}

/* styl dla zdjec przy liscie ofert */

.zdjecie_oferta
{
padding: 2px;
border: 1px solid #808080;
display: block;
}

.zdjecie_oferta :hover
{
border: 1px solid #C0C0C0;
}

