/* uklad strony */
body {
	margin: 0px; 
	padding: 0px;
	background: #F0E7D6 url(gfx/bg.gif);
	font-family: "Times New Roman", Times, serif;
	color: #52371D;
	}
#kontener {
	width: 754px; 
	margin: 0px auto; 
	border: #C3AB7B 3px solid; 
	background: #FEFEFC url(gfx/bg_c.jpg) repeat-x 0px 148px; 
	}
#top {
	width: 754px;
	height: 145px;
	background: url(gfx/top.jpg) #E4D7BD;
	border-bottom: #C3AB7B 3px solid;
	}
#content {
	float: right;
	width: 535px;
	padding: 15px 20px 15px 10px;
	}
.dane {
	float: left;
	width: 145px;
	}
.opis {
	float: right;
	width: 380px;
	text-align: justify;
	}
.photos {
	clear: both;
	width: 100%;
	}
.separator {
	height: 17px;
	width: 100%;
	padding-top: 25px;
	background: url(gfx/sep.gif) no-repeat center; 
	}
#nav {
	float: left;
	width: 165px;
	margin-top: 15px;
	padding: 45px 10px 0px 10px;
	background: url(gfx/bg_n.jpg) no-repeat 10px 0px; 
	border-right: #E4D8BD 1px solid;
	}
#footer {
	clear: both;
	width: 100%;
	border-top: #C3AB7B 3px solid;
	background: #D7C5A0;
	}
/* elementy strony */
h1,h2,h3 {
	text-align: center;
	}
h1 {
display: none;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 5px;
	padding: 0px;
}	
h3 a {
color: #52371D;
text-decoration: none;
}
.menu {
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px;
	}
.menu a {
text-decoration: none;
color: #52371D;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	}
#nav li {
	display: block; 
 	list-style-type: none;
	margin-top: 3px;
	}
#nav ul li a {
color: #52371D;
text-decoration: none;
display: block;
height: 20px;
padding-left: 30px;
}
#nav ul li a:hover {
color: #C3AB7B;
background: url(gfx/li.gif) no-repeat;
}
.str {
	font-size: 20px;
	font-weight: bold;
	}
.photos img{
	margin: 5px 5px 0px 0px;
	cursor: pointer;
	}
.out {
	border: solid 3px #E4D8BD;
	}
.over {
	border: solid 3px #C3AB7B;
	}
#pages {
	text-align: center;
}
#pages a {
	background-color: #F4EDDD;
	border: #E4D8BD solid 1px;
	color: #52371D;
	text-decoration: none;
	padding: 2px 7px;
}
#pages a:hover {
	background-color: #E4D8BD;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #52371D;
	text-decoration: none;
	font-weight: bold;
	}




