body {
	margin: 0;
	background: url(../images/bg.jpg);
}
table {
  text-align: center;
}
a {
	text-decoration: none;
	color: #06C170;
}
li {
  text-decoration: none;
  color: #FFFFFF;
}
strong {
  font-weight: normal;
  color: gray;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: italic;
	font-size: 25px;
	padding-left: 17px;
	padding-right: 7px;
	width: 150px;
	font-weight: normal;
	color: white;
	border-bottom: 1px dotted #00B667;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009062;
	margin: 0;
	margin-bottom: 12px;
	text-transform: uppercase; 
}
h3 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009062;
	margin: 0;
	margin-bottom: 8px;
}
h4 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009062;
	margin: 0;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin: 0;
	line-height: 17px;
}
img {
  border: 0;
}
#container {
	display: table;
	margin: 0 auto;
	width: 927px;
	background: black;
	border-left: 8px solid #006D4A;
	border-right: 8px solid #006D4A;
}
#header {
	display: table;
	width: 927px;
	height: 93px;
        border-bottom: 1px solid #00BD66;
        background: url(../images/banner.jpg) no-repeat;
}
#menu {
        margin-top: -5px;
        padding-left: 8px;
}

/* PRZYCISKI */

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
ul a:link, ul a:visited {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 12px;
	color: white;
        background: url(../images/menu.png) repeat-x;
}
ul a:hover {
	background: url(../images/menu-hover.png) repeat-x;
}

.lista {
  text-align: left;
	display: block;
	list-style-type: disc;
	margin-left: 10px;
	padding: 0;
}

ul.lista a:hover {
	background: none;
	text-decoration: underline;
}
/* /PRZYCISKI */

.adver {
	width: 927px;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
}
#wrapper {
	width: 927px;
	display: inline;
	background: black;
}
#content {
	width: 731px;
	float: left;
	background: black;
	padding: 8px;
	text-align: center;
}
#adver-right {
	width: 180px;
	float: right;
	vertical-align: middle;
	text-align: center;
	background: black;
}

/* TABELA */

td {
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #035740;
	background: black;
}
.description {
	border: 1px dotted #035740;
	border-left: 1px solid black;
	background: black url(../images/about.png) repeat-y;
	margin-left: -8px;
	text-align: left;
	padding: 12px;
}
.list {
	padding: 0px;
	max-height: 217px;
	max-width: 217px;
	margin-bottom: -4px;
}
.list-big {
	padding: 0px;
	margin-bottom: -4px;
	max-height: 217px;
	max-width: 217px;
}
.show-foto {
  margin-bottom: -4px;
	max-height: 700px;
	max-width: 700px;
	border: 1px dotted #035740;
}
.polecamy {
  border: 1px dotted #035740; 
  margin: 5px;
}
#stopka {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin: 5px;
	margin-bottom: 10px;
        padding: 5px; 
}

/* /TABELA */