@CHARSET "UTF-8";


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #335150;
	display: block;
	position: relative;
	font-family: "Tahoma CE", "Tahoma", sans-serif;
	background-image: url("g/tlo.jpg");
	color: white;
}


#pageout {
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: repeat-y;
}


#page {
	width: 999px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
	
	
.startfooter {
	font-size: 10px;
	text-align: center;
	padding: 20px;
	display: block;
	position: relative;
	clear: both;
}

#bgup {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 999px;
	height: 651px;
}
#bgup img {
	display: block;
	position: relative;
	border: 0px none black;
}




#main {
	display: block;
	position: relative;
	margin-top: 400px;
}


#tytul {
	font-size: 20px;
	color: white;
	text-align: center;
	float: right;
	font-weight: bold;
	padding-right: 200px;
	padding-top: 100px;
}

a:link, a:visited {
	text-decoration: none;
	color: #C7F3FD;
}
a:hover {
	text-decoration: underline;
	color: #5DDCF9;
}

.obiekty {
	margin-top: 20px;
}

.obiekty div {
	padding: 10px;
	background-color: #243838;
	border: 1px solid #548282;
	margin-botom: 2px;
	font-size: 12px;
}










