html, body {
	background-color: #FFFFFF;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#CONTENT {
	width: 1004px;
	margin: auto;
}

#NAGLOWEK {
	background:url('images/logo1.jpg') no-repeat center top;
	width: 1004px;
	height: 100px;
	margin: auto;
}

#LEWO {
	width: 170px;
	float: left;
	position: relative;
	background-color: #ccc;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

#TRESC {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: right;
	width: 780px;
	background-color: #ddd;
}

#STOPKA {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;

}



.obiekty {
	position: relative;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 170px;
	/* background-color: #fffaaa; */
	background:url('images/tlo_obiekt45.png') no-repeat center bottom;
	cursor: pointer;
	z-index: 10;
	margin-bottom: 30px;
}

.obiekty_podswietlone {
	position: relative;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 170px;
	/* background-color: #fffaaa; */
	background:url('images/tlo_obiekt.png') no-repeat center bottom;
	cursor: pointer;
	z-index: 10;
	margin-bottom: 30px;
}

.obiekty_zwykle {
	position: relative;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 170px;
	/* background-color: #fffaaa; */
	background:url('images/tlo_obiekt.png') no-repeat center bottom;
	z-index: 10;
	margin-bottom: 30px;
}


.obiekty_nazwa_obiektu {
	position: absolute;
	left: 3px;
	top: 0px;
	height: 20px;

}

.obiekty_zajawka_obiektu {
	position: absolute;
	left: 3px;
	top: 30px;

}

.obiekty_opis_obiektu {
	position: absolute;
	left: 3px;
	top: 90px;

}

.obiekty_zdjecie_obiektu {
	position: absolute;
	width: 150px;
	height: 120px;

}

.obiekty_czas_odswiezenia {
	position: relative;
	top: 120px;
	width: 150px;
	min-height: 20px;

}

.pole_zdjecia {
	position: absolute;
	left: 10px;
	width: 150px;
	height: 100%;

}
.pole_opisu {
	position: absolute;
	left: 170px;
	width: 620px;
	height: 100%;

}


.strona_obiektu {
	position: relative;
	left: 0px;
	width: 800px;
}

.strona_obiektu_zdjecie {
	position: absolute;
	left: 10px;
	width: 320px;
	height: 240px;
}

.strona_obiektu_info {
	position: absolute;
	left: 340px;
	width: 460px;
	display: inline;
	/* background-color: #fffaaa; */
	z-index: 10;
	margin-bottom: 30px;
}

.strona_obiektu_opis{
	position: absolute;
	top: 330px;
	left: 0px;
	width: 790px;
	margin-left: 10px;
}

.strona_obiektu_prezentacja_tresci{
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #aadeff;
	border-width: 1px;
	border-color: #888;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	padding: 10px 10px 10px 10px;
}

.strona_obiektu_przerwa_dolna{
	position: relative;
	bottom: 0px;
	width: 790px;
	height:20 px;
}

table.opisowa {
	width: 400px;
}

table.dane {
	width: 780px;
	border-collapse: collapse;
	margin-left: 0;
}

a { text-decoration: none }
a:link {color: blue;}
a:visited {color: blue;}
a:active {color: grey;}
a:hover { color: grey; text-decoration: underline; }


p.nazwa_obiektu {
	font-size: 20px;
	margin: 0px;
	font-family: Arial;
	color: black;
	text-align: left;
}

p.zajawka_obiektu {
	font-size: 13px;
	margin: 0px;
	font-family: Tahoma, Arial;
	color: black;
	text-align: justify;
}

p.informacje {
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-family: Tahoma, Arial;
	color: black;
	text-align: left;
}

p.w_tabeli {
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-family: Tahoma, Arial;
	color: black;
	text-align: center;
}

p.informacje_czas {
	font-size: 16px;
	font-family: TimesNewRoman;
	color: black;
	margin: 0 auto 0 auto;
	text-align: center;
}

h1, h2 {
color: #f4f4f4;
text-align: center;
}

hr {
width: 70%;
color: #4b0800;
}

p {
font-size: 14px;
color: black;
text-align: left;
}

p.podpis {
font-size: 12px;
color: black;
text-align: justify;
}


#btn {
    width:125px;
	height: 30px;
	margin-left: 200px;
	text-align: center;
}


td {
	font-size: 12px;
	color: black;
	text-align: left;
	vertical-align: top;
}



ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	text-align: center;
	padding-bottom: 5px;
}

ul li {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	background-color: #d2edff;
	color: #000;
	border: 1px solid #888;
	padding: 5px;
}

ul a:hover {
	background-color: #aadeff;
	border-bottom-color: #fff;
}