/** BASIC */

html, body {
	height: 100%;
}

*.normal {
	color:#878787;
	font-weight:normal;
	font-size:11px;
}

/** HEADER */

#header {
	width: 998px;
	height: 60px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

#logo {
	float: left;
	width: 250px;
	height: 60px;
	background: url(../images/homepage01.jpg) no-repeat left top;
}

#droga {
	width: 880px;
	position:relative;
	bottom:15px;
	height:7px;
	overflow: visible;
	margin: 0px auto;
}

#logo h1 { 
	position: relative;
	font-size: 20px;
	left: 60px;
	top: 10px;
	color: #528098;
	font-weight:bold;
}
#logo h2 {
	position: relative;
	font-size: 9px;
	left: 60px;
	top: 10px;
	font-weight:bold;
}

#main-menu {
	float: right;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	display: block;
	float: left;
	width: 79px;
	height: 15px;
	padding: 40px 0px 0px 0px;
}

#main-menu .vline {
	display: block;
	float: left;
	width: 1px;
	height: 60px;
	background: url(../images/homepage07.gif) no-repeat left center;
}

#main-menu1 { background: url(../images/homepage02.jpg) no-repeat left top; }
#main-menu2 { background: url(../images/homepage03.jpg) no-repeat left top; }
#main-menu3 { background: url(../images/homepage04.jpg) no-repeat left top; }
#main-menu4 { background: url(../images/homepage05.jpg) no-repeat left top; }
#main-menu5 { background: url(../images/homepage06.jpg) no-repeat left top; }


/** HEADER2 */

#header2 {
	width: 998px;
	margin: 0px auto;
}

#welcome {
	float: left;
	width: 176px;
	height: 92px;
	padding: 15px 20px 0px 15px;
}

#search {
	float: left;
	width: 777px;
	height: 99px;
	padding: 8px 0px 0px 10px;
}

#search .text1 {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../images/szukaj-lupa.jpg) no-repeat left center;
}

#search table {
	margin: 7px 0px 0px 16px;
}


#filtr tr td span.polefiltr {
	color: #FFF6F0;
	font-weight:bold;
}

#filtr tr td {
	vertical-align:top;
	padding-right:10px;
	color: #FFF6F0;
}

#filtr input[type="text"],
#filtr select {
	padding-left:2px;
	margin-top:3px;
	border-top: 2px solid #B4460B;
	border-right: 1px solid #F7D08C;
	border-bottom: 1px solid #F7D08C;
	border-left: 2px solid #B4460B;
	color: #747474;
	font-weight:normal;
}
#filtr #filtrbut {
    background: url(../images/szukaj-butt.gif) no-repeat left center;
	width:60px;
	height:24px;
	border:0px;
}
#filtr #filtrbut:hover {
    background: url(../images/szukaj-butth.gif) no-repeat left center;
	cursor: pointer;
}

#filtr td.submitfiltr {
	vertical-align:middle;
	padding: 10px 0px 0px 10px;
}


/** CONTENT */

#content {
	width: 998px;
	margin: 0px auto;
}

/** WYŚWIETLANIE LISTY ANONSÓW . -TABELA */
#lista_anonsow {
	width: 750px;
	color: #6f6f6f;
	margin: 10px auto;
	border: 1px solid #DFDFDF;
}

#lista_anonsow tr {
	height: 30px;
}
#lista_anonsow tr.row0 {
	background-color: #F6F6F6;
	border: 1px solid gray;
}
#lista_anonsow tr.row1 {
	background-color: #FBFBFB;
}
#lista_anonsow tr.row2 {
	background-color: #f5f5f5;
}
#lista_anonsow tr.row0:hover,
#lista_anonsow tr.row1:hover
{
	background-color: #fefefe;
}

#lista_anonsow td.cena {
	text-align:right;
	width:80px;
	color: #8DAF36;
	font-size:14px;
	font-weight:bold;
}
#lista_anonsow td.data {
	text-align:center;
	width:80px;
	color: #6f6f6f;
	font-size:12px;
}
#lista_anonsow td.miasto {
	text-align:center;
	width:120px;
	color: #6f6f6f;
	font-size:13px;
}
#lista_anonsow td.tytul {
	text-align:left;
	padding-left:10px;
	font-size:13px;
}
#lista_anonsow td.tytul a {
	text-decoration:none;
}
#lista_anonsow td.tytul a:hover {
	color:orange;
	text-decoration: underline;
}

div.stronnicowanie {
	text-align: center;
	font-size:12px;
	margin-top:15px;
}

 /** FORMULARZ (KONTAKTOWY I INNE) */
table.form1 {
	width: 730px;
	color: #6f6f6f;
	margin:0px auto;
}
table.form1 tr td input,
table.form1 tr td textarea,
table.form1 tr td select {
	color: #6f6f6f;
}

table.form1 tr td.head {
	font-weight:bold;
	padding: 4px 5px;
	border-bottom: 2px inset #b4b4b4;
	border-right: 1px inset #b4b4b4;
	border-top: 1px outset #b4b4b4;
	border-left: 1px outset #b4b4b4;
	background: #fcfcfc;
	font-size: 11px;
	color: #2A92B6;
}
table.form1 tr td.col1 {
	width: 130px;
	font-weight:normal;
	vertical-align:top;
	font-size: 11px;
	color: #2A92B6;
	padding:4px 5px 4px 10px;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	background: #fafafa;
}

table.form1 td.col2 {
	padding:4px 5px 4px 2px;
	color:#6f6f6f;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background: #fafafa;
}
table.form1 td.colk {
	padding:5px 5px;
	background: #ffffff;
}

table.form1 td.colk input.button {
	padding: 2px;
	font-weight:bold;
	color: #2A92B6;
}
table.form1 td.colk input.button:hover {
	color: #F58A25;
	font-weight:bold;
}

 /** DODAWANIE OGŁ. -TABELA */
table.dodaj {
	width: 730px;
	color: #6f6f6f;
}
table.dodaj tr td input,
table.dodaj tr td textarea,
table.dodaj tr td select {
	color: #6f6f6f;
}

span.doderror {
	color:red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
table.dodaj span.dinfo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #2A92B6;
}

table.dodaj tr td.headinfo {
	font-weight:normal;
	vertical-align:top;
	font-size: 12px;
	color: #2A92B6;
	padding:4px 20px;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background: #fafafa;
}
table.dodaj tr td.head {
	font: 15px "Times New Roman", Times, Georgia, serif;
	font-weight:bold;
	color: white;
	padding: 4px 10px;
	border-bottom: 2px inset #b4b4b4;
	border-right: 1px inset #b4b4b4;
	border-top: 1px outset #b4b4b4;
	border-left: 1px outset #b4b4b4;
	background: #EC9D02 url(../images/dodpasek.jpg) repeat-x top;
}
table.dodaj tr td.col1 {
	width: 130px;
	font-weight:bold;
	vertical-align:top;
	font-size: 11px;
	color: #2A92B6;
	padding:4px 5px 4px 4px;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	background: #fafafa;
}

table.dodaj td.col2 {
	padding:4px 5px 4px 2px;
	color:#6f6f6f;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background: #fafafa;
}
table.dodaj td.colk {
	padding:5px 5px;
	background: #ffffff;
}

table.dodaj td.col2 input.checkbox{
	color: #F58A25;
	margin: 5px 5px 0px 5px;
}

table.dodaj td.colk input.button, input.buttonorange {
	color: #F58A25;
	padding: 2px;
	font-weight:bold;
}
table.dodaj td.colk input.button:hover, input.buttonorange:hover {
	font-weight:bold;
	text-decoration:underline;
}

div.dodanefoto {
	float:left;
	text-align:center;
	margin:5px;
}



/** 3-COLUMN LAYOUT zmienic width! */

.three-cols {
}

.three-cols .colA {
	float: left;
	width: 199px;
	padding: 6px 0px 0px 6px;
}

.three-cols .colB {
	float: left;
	width: 372px;
	padding: 6px 0px 0px 7px;
}

.three-cols .colC {
	float: left;
	width: 181px;
	padding: 6px 0px 0px 7px;
}

/** 2-COLUMN LAYOUT */

.two-cols {
}

.two-cols .colA {
	float: left;
	width: 199px;
	height:500px;
	padding: 6px 0px 0px 6px;
}

.two-cols .colB {
	float: left;
	width: 780px;
	padding: 6px 0px 0px 7px;
}

/** SIDE-MENU */

#side-menu {
	margin-bottom: 7px;
}

#side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#side-menu li {
	display: inline;
}

#side-menu li.top *.link3b  {
	background-image: url(../images/homepage10b.gif)
}
#side-menu li.top *.link3a  {
	background-image: url(../images/homepage10a.gif)
}

#side-menu li.bottom *.link3a {
	background-image: url(../images/homepage12a.gif)
}
#side-menu li.bottom *.link3b {
	background-image: url(../images/homepage12b.gif)
}

#side-menu li.top *.link3  {
	background-image: url(../images/homepage10.gif)
}

#side-menu li.bottom *.link3 {
	background-image: url(../images/homepage12.gif)
}

/** BOX1  - menu po lewej*/

#box1 {
	margin-bottom: 7px;
	width:200px;
	overflow:hidden;
}

#box1 a.arrow {
	display:inline;
	text-decoration:none;
	padding:0px 10px;
	margin:3px 0px;
	background: url(../images/smallarrow.gif) no-repeat left top;
	width: 12px;
}
#box1 a.arrow:hover {
	background: url(../images/smallarrow2.gif) no-repeat left top;
}
#box1 .bottom {
	height: 27px;
	background: url(../images/homepage14.gif) no-repeat left top;
}

/** BOX6 */

div.box6 .item {
	padding: 35px 15px 0px 15px;
}
div.box6 .item2,
div.box6 .item3 {
	padding: 15px 15px 0px 15px;
}

div.box6 .cell1 {
	width: 235px;
	height:55px;
	padding-right:5px;
	margin-bottom:20px;
	border: 0px;
	float: left;
}
div.box6 .cell1 .image {
	float: left;
	margin-right:8px;
	border:1px solid #ffffff;
	margin-bottom: 37px;
}
div.box6 .cell1 a img:hover {
/*div.box6 .cell1 a:hover img { - nie dla ie6*/
	border:1px dotted #F7EAA6;
}
div.box6 .cell1 a span.text9:hover,
div.box6 .cell1 .male_kat a:hover {
	text-decoration:underline;
}
div.box6 .cell1 a {
	text-decoration:none;
}

div.box6 .info {
	width: 730px;
	padding-left: 10px;
}
div.box6 .info2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
div.box6 .info2 span.zielony {
	color: #6B9700;
}

div.box6 .bottom {
	height: 10px;
	background: url(../images/lay2subpage1_05.gif) no-repeat left bottom;
}

div.box6 .text12 {
	padding-left: 13px;
	background: url(../images/lay2homepage33.gif) no-repeat 0px 4px;
}

div.box6 p {
}

div.box6 *.item3 .tytul {
	padding-left: 13px;
	background: url(../images/lay2homepage33.gif) no-repeat 0px 4px;
	font-weight:bold;
	font-size: 14px;
	color: #2A92B6;
}
div.box6 *.item3 .dodanodnia {
	padding-right: 13px;
	float:right;
	position:relative;
	bottom:30px;
}

div.box6 *.item3 .cena {
}
div.box6 *.item3 .anonstekst {
	font-size:13px;
}
div.box6 *.item3 .anonstekst span.wyroznij {
	color:orange;
	font-weight:bold;
}
div.box6 *.item3 .anonstekst span.ulica {
	font-size:11px;
}

div.box6 *.item3 .tresc {
	padding: 10px 10px 10px 5px;
}
div.box6 *.item3 *.dzial {
	font-size:13px;
	color: #2A92B6;
	padding: 0px 12px;
	margin: 5px 0px;
	font-weight:bold;
	background: url(../images/homepage33.gif) no-repeat 0px 4px;
}
div.box6 *.item3 .kontaktowe {
	max-width:250px;
	float:right;
	padding:2px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px #a3a3a3 dotted;
}

table.anons_szczegoly {
	width:450px;
}

table.anons_szczegoly td{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
table.anons_szczegoly td span.szczegol, span.szczegolziel {
	font-size:13px;
	color: #6B9700;
}

div.box6 *.item3 .kontaktowe *.telefon {
	color:#2A92B6;
}

div.box6 *.item3 #fotoglowne {
	float:left;
	padding: 5px 10px 10px 30px;
	border: none;
}
div.box6 *.item3 .zdjecia {
	padding: 8px 0px 10px 0px;
}
div.box6 *.item3 .fotogl {
	width:450px;
	float:left;
}
div.box6 *.item3 .fotomini {
	width:260px;
	float:left;
	border: none;
}
/*div.box6 *.item3 .fotomini img {
	padding-left:5px;
	padding-bottom:5px;
}*/

/** FOOTER */

#footer {
	clear: both;
	padding: 1em;
}

#footer-menu {
}

#copyright {
}
