html, body {
	font-size: 12px; 
	font-family: Tahoma;
	margin:0px;
	padding:0px;
	text-align: center; 
	color: #FFF;
}

body {
	background: #FFF; 
}

img {
	border: 0px;
	* display:block;
}

p {
	padding: 0px;
	margin: 10px 0 10px 0;

}

h1 {
	font-size: 18px; 
	font-weight: bold;
}

h1.naglowek {
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

.kolumna > h3 {
	margin-top:0px;
}

h3 {
	margin:20px 0 10px 0px;
	padding:0px;
	font-size:13px; 
	font-weight: bold;
}

h3.lista {
	color: #ffff00;
	font-size:14px;
	font-weight:bold;
}

.duza_lista h3.lista {
	font-size:18px;
}

input.mail_form, textarea.mail_form {
	width:300px;
}

hr {
	color: #FFF;
	height:1px;
	width: 75%;
}
a {
	color: #ffff00; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#content {
	background: #002360 url('gfx/tlo_body.png') repeat-x top; 
}

/* ------------ HEADER ------------------ */
#top {
	position:relative;
	margin:auto;
	height: 187px;
	width: 935px;
}
#top #logo{
	float:left;
}
#top #baner {
	float:right;
}

.haslo {
	position:absolute;
	right:35px;
	bottom:3px;
	background:url('gfx/tlo_alpha.png') repeat bottom right;
	width: 632px;
	height: 33px;
	text-align:right;
}

#top .skarpeta {
	position: absolute;
	right:0px;
	bottom:-10px;
	z-index:2;
}

/* ------------------------------ */


/* ----------- SITE ------------------- */
#site {
	position:relative;
	margin:auto;
	width: 999px;
	background: url('gfx/cien_site_top.jpg') no-repeat top center; 
	padding:30px 0;
	text-align:left;
}
#site .kolumna {
	position:relative;
	margin:auto;
	float:left;
}
#site .left {
	left:0px;
	width: 220px;
}
#site .right {
	position:relative;
	top:0px;
	right:0px;
	width: 230px;
}
.right .banery img {
	margin-bottom: 16px;
}

#site .center {
	width: 540px;
	background:url("gfx/tlo_text.jpg") no-repeat top left;
}
#site .center.rodzina {
	width: 770px;
}

#site .center .text {
	border:0px solid white;
	margin-right:20px;
	margin-left:20px;
	line-height:17px;
	min-height:200px;
}
/* ------------------------------ */


/* ----------- 	MENU ------------------- */
ul.menu {
	position:relative;
	background: url('gfx/tlo_menu.jpg') no-repeat top left; 
	margin:0 10px 0px 0px;
	padding:0px;
}
ul.menu li a {
	color:#FFF;
	font-size: 13px;
	font-family:Tahoma;
	font-weight:bold;
}
ul.menu li {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-right:10px;
}

ul.menu li a {
	padding-left:35px;
	background: url('gfx/arrow.gif') no-repeat 17px 5px; 
	height:18px;
	display: block;
}
ul.menu li.specjal {
	background: url('gfx/tlo_menu_specjal.jpg') repeat-y top center; 
}

ul.menu.standard li:hover {
	background: url('gfx/tlo_menu_hover.jpg') no-repeat bottom left; 
}

/* ------------------------------ */


/* ----------- 	LISTA INWESTYCJI ------------------- */
ul.lista_inwestycji {
	margin:0 0 20px 20px;
	padding-left:0px;
	
}
ul.lista_inwestycji * {
	color:#FFF;
	font-size: 13px;
	font-family:Tahoma;
	font-weight:bold;
}
ul.lista_inwestycji li {
	line-height:18px;
	padding:0px;
	margin:0px;
}

/* ------------------------------ */

#loga {
	text-align:center;
	margin-top:10px;
}

#loga p {
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	margin-top:0px;
}
#loga img {
	margin-bottom:5px;
}

/* ------------ STOPKA ------------------ */
#foot {
	background: #FFF url('gfx/tlo_foot.png') repeat-x top; 
	height: 60px;
}
#foot a {
	color: #181818;
}

#foot div#foot_in {
	position:relative;
	width: 985px;
	padding-top:5px;
	margin: auto;
	font-size: 12px;
	color: #181818;
}

	#foot_left {
		float: left;
		text-align: left;
		font-size: 11px;
	}

	#foot_right {
		float: right;
		text-align: right;
	}
/* ------------------------------ */

.clear {
	clear:both;
	font-size:1px;
	height:1px;
}

.ukryj {
	display:none;
}

.komunikat {
	text-align:center;
	color: #ff0000;
	font-weight:bold;
}
.lista td {
	text-align:center;
	color: #FFF;
	background-color: #004488;
	height:30px;
}

.lista td.nagl {
	font-weight:bold;
	background-color: #00172f;
	color: #FFF;
}
.lista tr.sprzedane td {
	text-decoration: line-through;
}
.lista tr.lista_okazja td {
	font-weight:bold;
	color:#ffff00;
}

tr.sprzedane td,tr.sprzedane td * {
	color: #73adee;
}
.info {
	background-color: #FFF;
	color: #002346;
	padding:5px;
	margin:10px 0;
	font-weight:bold;
}
.miejsce {
	font-weight:bold;
	font-size:15px;
	margin-top:20px;
}

.okazja {
	border-bottom:2px dotted #FFF;
	padding:10px 0px;
}

.opis {
	text-align:justify;
}

.linki .left {
	float:left;
	width:50%;
}

.linki .right {
	float:right;
}

span.specjal {
	color: #ffff00;
	font-size:13px;
}


.duza_lista ul {
	margin-left: 100px;
	margin-top: 30px;
}

.duza_lista li *,.duza_lista li {
	font-size:19px;
}

.duza_lista ul.lista_inwestycji li {
	padding-bottom:15px;
}
