html, body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #27c;
	margin: 0px;
	padding: 0px;
	}
	
 #kontener {
	width: 780px;
	height: auto;
	}
	
	
 #logo {
	background-image: url(images/logo.png);
	width: 100%;
	height: 150px;
	background-color: #9ce;
	border: 0px solid black;
	margin-top: 25px;
	}

 #menu {
	width: 200px;
	height: auto;
	float: left;
	overflow: hidden;
	background-color: #9ce;
	margin-top: 5px;
	}
	
 #body {
	width: 570px;
	height: auto;
	float: right;
	overflow: hidden;
	background-color: #f8f6ac;
	border: 0px solid black;
	margin-top: 5px;
	}
	
 #footer {
	width: 100%;
	height: 30px;
	color: #f3aa1e;
	font-weight: bold;
	background-color: #27c;
	clear: both;
	}
	
#apartament  a:link, a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #f3aa1e; 
	border-left: 10px solid #25b;
}

#apartament  a:hover {
	width: 166px;
	background-color: #28e;
	color: #d2992b;
	border-left: 20px solid #26d;
}

	
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	background-color: #9ce;
	
}

ul li {
	border-bottom: 1px solid #9ce;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 10px solid #25b;
}

ul a:hover {
	width: 166px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
}
	


h2 { margin-top: 20px;
	border-left: solid 5px green;
	margin-left: 10px; 
	padding-left: 10px;
	color: green;
	text-align: left;
	}
	
p {
	color: #2f209f;
	}
	
#oferta {
	font-weight: normal;
	text-align: justify; 
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	text-indent: 30px;
	line-height: 25px;
	}
	
#zumi {
	border-left: 0px;
}

#cennik {
	border: 1px ridge #3a1651;
}

th {
	background-color: #d38fe2;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	}
	
td {
	background-color: #f3f893;
	border-bottom: 1px solid #d38fe2;
	border-top: 1px solid #d38fe2;
	text-align: right;
	font-weight: bold;
	color: #8e3131;
	padding-left: 40px;
	padding-right: 5px;
	}
	
span {
	color: #3a1651;
	font-weight: bold;
	}
	
#galeria {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

