* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, serif;
}

a {
	color: #509ec6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #edeade url('gfx/bg.gif') repeat-x;
	color: #555;
	font-size: 11px;
	text-align: center;
}

#bgframe {
	background: url('gfx/bow.png') 50% 0 no-repeat;
	text-align: center;
	padding: 30px 0;
}

#mainframe {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#sidebox {
	position: absolute;
	width: 270px;
	height: 350px;
	background: #65b0d6 url('gfx/sidebox.png') no-repeat;
	z-index: 5;
	top: 50px;
	right: 0;
	color: #cbe8f7;
	line-height: 18px;
}

#sidebox div.side_mini {
	width: 208px;
	height: 120px;
	position: relative;
	top: -33px;
	left: 30px;
	border: 1px solid #65b0d7;
	margin-bottom: -30px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#sidebox p {
	padding: 0 30px 20px 30px;
}

#sidebox p.wiecej {
	padding-bottom: 0;
}

#sidebox p.wiecej a {
	color: #fff;
}

#top {
	height: 450px;
	width: 650px;
	background: #185898 url('gfx/top.gif') repeat-x;
	position: relative;
	z-index: 2;
}

.podstrona #top {
	background: #185898 url('gfx/top-pod.gif') repeat-x;
	height: 250px;
}

#top h1 {
	background: url('gfx/logo.gif') 0 bottom no-repeat;
	width: 164px;
	height: 35px;
	margin-left: 40px;
}

#top h1 a {
	display: block;
	width: 164px;
	height: 35px;
}


#top h1 a span {
	display: none;
}

#top #nav {
	position: absolute;
	top: 395px;
	left: 20px;
	width: 610px;
	height: 55px;
}

.podstrona #top #nav {
	top: 195px;
}

#top #nav a {
	display: block;
	float: left;
	height: 50px;
	margin-top: 5px;
/*	width: 50px;*/
	background: url('gfx/menu_pl.png') 0 -55px no-repeat;
}

.podstrona #top #nav a {
	background-image: url('gfx/menu-pod_pl.png');
}

#top #nav a span {
	display: none;
}

#top #nav a.m1 { width: 63px; background-position: 0px -55px; }
#top #nav a.m2 { width: 65px; background-position: -63px -55px; }
#top #nav a.m3 { width: 93px; background-position: -128px -55px; }
#top #nav a.m4 { width: 116px; background-position: -221px -55px; }
#top #nav a.m5 { width: 75px; background-position: -337px -55px; }
#top #nav a.m6 { width: 60px; background-position: -412px -55px; }
#top #nav a.m7 { width: 138px; background-position: -472px -55px; }

#top #nav a:hover, #top #nav a#selected {
	height: 55px;
	margin: 0;
}

#top #nav a.m1:hover, #top #nav a#selected.m1 { background-position: 0px 0px; }
#top #nav a.m2:hover, #top #nav a#selected.m2 { background-position: -63px 0px; }
#top #nav a.m3:hover, #top #nav a#selected.m3 { background-position: -128px 0px; }
#top #nav a.m4:hover, #top #nav a#selected.m4 { background-position: -221px 0px; }
#top #nav a.m5:hover, #top #nav a#selected.m5 { background-position: -337px 0px; }
#top #nav a.m6:hover, #top #nav a#selected.m6 { background-position: -412px 0px; }
#top #nav a.m7:hover, #top #nav a#selected.m7 { background-position: -472px 0px; }

#imgframe, #imgframe img {
	width: 610px;
	height: 350px;
}

.podstrona #imgframe, .podstrona #imgframe img {
	height: 150px;
}

#imgframe {
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 5px;
	overflow: hidden;
}

#subnav {
	background: #edeade url('gfx/sn_blue.gif') 40px 15px no-repeat;
	position: absolute;
	top: 260px;
	left: 0;
	width: 580px;
	height: 39px;
	z-index: 20;
	border-bottom: 1px solid #d2ccb2;
	color: #7f7b6b;
	padding: 0 0 0 50px;
}

#subnav a, #subnav span {
	line-height: 36px;
	float: left;
	display: block;
	height: 39px;
	color: #7f7b6b;
}

#subnav span {
	background: url('gfx/sn_gray.gif') 9px 15px no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

#subnav span a {
	font-weight: normal;
}

#middle {
	padding-top: 60px;
	height: 140px;
	background: url('gfx/middle.gif') repeat-x;
	top: -50px;
	position: relative;
	z-index: 1;
	margin-bottom: -40px;
	overflow: hidden !important;
	overflow: visible;
}

.podstrona #middle {
	top: 0;
	background: #f7f5f0 url('gfx/middle-pod.gif') repeat-x;
	padding-top: 50px;
	margin: 0 270px 0 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#middle div.box {
	border: 1px solid #e2decd;
	padding: 4px 4px 0 4px;
	background: #f6f5ef;
	width: 310px;
	height: 134px;
	float: left;
	margin-right: 10px;
	position: relative;
}

#middle div.box a.promocja {
	display: block;
	right: 4px;
	top: 88px;
	width: 105px;
	height: 41px;
	position: absolute;
	z-index: 5;
	background: url('gfx/promocja.png') no-repeat;
}

#middle div.box a.promocja span {
	display: none;
}

#stopka {
	border-top: 1px solid #e2decd;
	padding: 15px 20px;
	color: #aba692;
}

.podstrona #stopka {
	margin-left: 20px;
}

#stopka span {
	display: block;
	float: right;
}

#stopka a {
	color: #aba692;
	font-weight: bold;
}

#kontaktbox {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 400px;
	width: 220px;
	height: 170px;
	padding: 30px 0 0 30px;
	line-height: 16px;
}

#kontaktbox ul {
	list-style: none;
	padding-right: 30px;
}

#kontaktbox ul li {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #eee;
}

#kontaktbox ul li a {
	color: #837e6b;
}

#kontaktbox ul li a strong {
	color: #46433e;
}

#kontaktbox span.label {
	display: block;
	float: left;
	padding-right: 5px;
	margin-bottom: 20px;
}

#kontaktbox #mapka {
	position: absolute;
	top: 210px;
	left: 10px;
	height:  266px;
	width: 248px;
	border: 1px solid #cecdae;
	background-position: -3px 50%;
	background-repeat: no-repeat;
}

#content {
	padding: 30px;
	line-height: 16px;
	text-align: justify;
}

#content h1, #kontaktbox h3, #aktualnosciBox h3 {
	color: #509ec6;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Serif;
	margin-bottom: 20px;
}

#kontaktbox h3, #aktualnosciBox h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#aktualnosciBox h3 {
	margin-top: 5px;
}

#content p {
	/* margin-bottom: 16px; */
}

#content ul, #content ol {
	padding-left: 20px;
}

.podstrona #kontaktbox {
	background: #dfdac7 url('gfx/kontakt-bg-pod.gif') repeat-x 0 bottom;
	width: 240px;
	height: 350px;
}

h2.naklifie {
	background: url('gfx/naklifie.gif') no-repeat;
	height: 63px;
	width: 210px;
	margin: 30px;
}

.podstrona h2.naklifie {
	background: url('gfx/naklifie-pod.gif') no-repeat;
	height: 24px;
	width: 210px;
}

h2.dev {
	position: absolute;
	right: 30px;
	top: 17px;
	width: 400px;
	height: 40px;
	background: url('gfx/dev_pl.gif') no-repeat right top;
}

h2.aktualnosci {
	margin: 14px;
	background: url('gfx/aktualnosci.gif') no-repeat;
	width: 88px;
	height: 15px;
}

h2.kontakt {
	height: 14px;
	background: url('gfx/kontakt.gif') no-repeat;
	margin-bottom: 30px;
}

.podstrona h2.kontakt {
	background: url('gfx/kontakt-pod.gif') no-repeat;
}

h2.naklifie span, h2.dev span, h2.aktualnosci span, h2.kontakt span {
	display: none;
}

/* plany i mapy */

#kondygnacja {
	border: 1px solid #d2ccb2;
	background: #fff;
	position: relative;
	z-index: 22;
	background-position: 50% 0;
	background-repeat: no-repeat;
	clear: both;
}

#kondygnacja a {
	display: block;
	position: absolute;
	z-index: 23;
	width: 18px;
	height: 18px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background: url('gfx/blank.gif') 50% 50% no-repeat;
}

#kondygnacja #tooltip {
	position: absolute;
	z-index: 24;
	text-align: left;
	display: none;
	background: #dfdac7;
	border: 1px solid #7f7b6b;
	color: #565242;
	padding: 14px 18px;
	z-index: 25;
}

#kondygnacja #shadow {
	background: url('gfx/shadow.png');
	display: none;
	z-index: 24;
	position: absolute;
}

#kondygnacja #tooltip span strong {
	color: #5798be;
}

#kondygnacja a span {
	display: none;
}

#kondygnacja a.wolne { background-image: url('gfx/ico_wolne.gif'); }
#kondygnacja a.promocja { background-image: url('gfx/ico_promocja.gif'); }
#kondygnacja a.rezerwacja { background-image: url('gfx/ico_rezerwacja.gif'); }
#kondygnacja a.sprzedane { background-image: url('gfx/ico_sprzedane.gif'); }

#minikondygnacje {
	width: 550px;
	overflow: hidden;
}

#minikondygnacje #mkbox {
	width: 600px;
}

div.minikond {
	display: block;
	float: left;
	width: 102px;
	text-align: center;
	margin-right: 10px;
}

div.minikond a {
	display: block;
	padding-bottom: 4px;
	color: #555;
}

div.minikond a:hover {
	text-decoration: none;
}

div.minikond a img {
	border: 2px solid #d2ccb2;
}

div.minikond.selected a {
	font-weight: bold;
}

div.minikond.selected a img {
	border: 2px solid #4fa1d1;
}

div.projekty {
	overflow: hidden;
}

div.projektframe {
	width: 260px;
	height: 190px;
	border-bottom: 1px solid #e1ded9;
	float: left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
}

div.projektframe a.zobacz {
	position: absolute;
	display: block;
	width: 54px;
	height: 20px;
	right: 6px;
	top: 104px;
	z-index: 2;
	background: url('gfx/zobacz.gif');
}

div.projektframe a.miniature {
	display: block;
	border: 1px solid #e1ded9;
	background: #fff;
	padding: 5px;
	height: 128px;
	position: relative;
	z-index: 1;
}

div.projektframe a.miniature img {
	border: 0;
	position: absolute;
}

div.projektframe a.title {
	position: absolute;
	top: 150px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

div.textbox {
	padding-bottom: 20px;
}

a.lokalizacja img {
	border: 1px solid #cecdae;
}

#legenda {
	background: url('gfx/legenda.png') 50% 0 no-repeat;
	height: 39px;
}

div.fotki {
	overflow: hidden;
}

div.fotki_inner {
	width: 600px;
	overflow: hidden;
}

div.fotki a {
	display: block;
	float: left;
	margin: 0 30px 10px 0;
}

div.fotki a img {
	padding: 5px;
	background: #fff;
	border: 1px solid #e1ded9;
}

img.doprawej, img.dolewej {
	padding: 5px;
	background: #fff;
	border: 1px solid #e1ded9;
}

img.doprawej {
	float: right;
	margin-left: 10px;
}

img.dolewej {
	float: left;
	margin-right: 10px;
}

div.submenu {
	padding: 10px;
	background: #eeeadf;
	border-top: 1px solid #cecdae;
	border-bottom: 1px solid #cecdae;
	margin-bottom: 10px;
	text-align: center;
}

div.submenu a {
	padding: 0 10px;
	color: #837e6b;
}

div.lokal_stopka {
	background: #edebde;
	padding: 15px 20px 0 20px;
	border-bottom: 1px solid #d2ccb2;
	overflow: hidden;
}

div.lokal_stopka strong {
	color: #5297c0;
}

div.lokal_stopka div.ls_lewa, div.lokal_stopka div.ls_srodek, div.lokal_stopka div.ls_prawa {
	float: left;
	width: 170px;
	padding-bottom: 15px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

div.lokal_stopka div.ls_srodek {
	width: 150px;
	padding-left: 20px;
}

div.lokal_stopka a.pdf {
	display: block;
	padding-top: 40px;
	text-align: center;
	color: #53503f;
	background: url('gfx/pdf.gif') 47% 0 no-repeat;
}

span.data {
	position: absolute;
	right: 10px;
	top: 168px;
	color: #7c7972;
}

h2.projekt {
	text-align: center;
	font-size: 20px;
	font-family: arial, verdana, tahoma, serif;
	font-weight: normal;
	padding-bottom: 10px;
	color: #003d79;
}

table.cennik {
	width: 100%;
	border-collapse: collapse;
}

table.cennik td {
	padding: 5px;
	background: #edeade;
	border: 1px solid #d2ccb2;
	border-collapse: collapse;
}

table.cennik tr.head td {
	background: #eaf1dd;
	color: #7f7b6b;
	font-weight: bold;
}

table.cennik tr.pietro td {
	background: #fff;
	color: #7f7b6b;
	text-align: center;
	color: #c03600;
	font-weight: bold;
}

table.cennik tr.budynek td {
	padding-top: 10px;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 16px;
}

table.cennik strong.wolne { color: #0ab911; }
table.cennik strong.rezerwacja { color: #dea128; }
table.cennik strong.promocja { color: #18a6ff; }
table.cennik strong.sprzedane { color: #e01716; }

table.cennik a {
	font-weight: bold;
	color: #555;
}

#flashka {
	position: absolute;
	z-index: 100;
}

a.powrot {
	display: block;
	float: right;
	padding: 3px 6px;
	background: #edeade;
	border: 1px solid #d2ccb2;
	font-weight: bold;
}

a.powrot:hover {
	text-decoration: none;
	background: #fff;
}

div.zakladken {
	display: none;
}

a.zakladken {
	text-decoration: none;
	color: #837e6b;
	font-weight: normal;
	margin: 5px;
}

a.zakladken:hover {
	text-decoration: underline;
}

a.s_zakladken {
	font-weight: bold;
}

table.zakladken {
	width: 100%;
	border-top: 1px solid #cecdae;
	border-bottom: 1px solid #cecdae;
	border-collapse: collapse;
}

table.zakladken tr, table.zakladken td {
	border-collapse: collapse;
}

table.zakladken td {	
	background: #edeade;
	padding: 10px;
}
