* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}

body {
	background:#2A758E url(images/tlo.jpg) repeat-x left top;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	padding-bottom: 	10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #744E29;
	font-weight: bold;
	padding-bottom: 10px;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D6646;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE2C8;
	text-decoration: none;
	background-image: url(images/footer.jpg);
	height: 52px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center;
}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE2C8;
	text-decoration: none;
	float: right;
	padding-top: 30px;
	padding-right: 220px;
}
.footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E0C998;
	text-decoration: none;

} 
.footer p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FEF8E2;
	text-decoration: none;

}
.main {
	width: 900px;
	background-image: url(images/tresc.jpg);
	background-repeat: repeat-y;
	background-position: center;

	overflow: hidden;

}
.naglowki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #744E28;
	text-decoration: underline;
}
.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	height: 20px;
}
.linki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 267px;
	width: 900px;
}
.wrapper {
	margin: 0 auto;
	width: 900px;
}
.tresc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 660px;
	padding-left: 20px;
	float: left;
	display: inline;
	padding-right: 20px;

}
.tresc ul  {
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;




}
.tresc li  {
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 5px;

}
.sidenav {
	float: right;
	width: 200px;

}
.sidenav h2 {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-indent: 10pt;
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #DBC8AC;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A98963;
	vertical-align: middle;



}
.sidenav li {
	list-style: none;
}
.sidenav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A6A46;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #D5BE9C;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A98963;
	vertical-align: middle;
}
.sidenav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7D6646;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #CAB28E;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A98963;
	vertical-align: middle;
}
.photo {
  float:right;
  background-color:#f5f5f2;
  margin-left:10px;
  margin-bottom:10px;
  font-size:9px;
  padding:10px;
  border:1px solid #d8d6ce;
  text-align:center;
}
.photo-center{
  background-color:#f5f5f2;
  margin-left:10px;
  margin-bottom:10px;
  font-size:9px;
  padding:10px;
  border:1px solid #d8d6ce;
  text-align:center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;


}
.minifoto {
  margin-left:auto;
  margin-right:auto;
  padding:5px;
  border:1px solid #d8d6ce;
}

input, textarea {
	border: 1px solid #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
	margin-bottom: 10px;
	background-color: #F9F5F2;
}
input:focus, textarea:focus{
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
