body {
	margin: 0;
	background: url(../images/bg.jpg);
}
table {
  text-align: center;
}
a {
	text-decoration: none;
	color: #7C7C7C;
}
li {
  text-decoration: none;
  color: #FFFFFF;
}
strong {
  font-weight: normal;
  color: gray;
}
h1 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 55px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 20px;
	width: 255px;
	font-weight: normal;
	color: white;
	border: 1px solid #606060;
	background: #C10606 url(../images/over-title.png) repeat-x;
}
h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #515151;
	border-bottom: 1px solid #484848;
	margin: 0;
	padding-bottom: 4px;
	margin-bottom: 12px;
	text-transform: uppercase; 
}
h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	margin: 0;
	margin-bottom: 8px;
}
h4 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #484848;
	color: #515151;
	margin: 0;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin: 0;
	line-height: 19px;
}
img {
  border: 0;
}
#container {
	display: table;
	margin: 0 auto;
	width: 927px;
	background: black;
	border-left: 12px solid #333333;
	border-right: 12px solid #333333;
}
#header {
	display: table;
	width: 927px;
	height: 206px;
	background: black url(../images/banner.jpg) no-repeat;
        border-bottom: 1px solid gray;
}
#menu {
	width: 927px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 55px;
}

/* PRZYCISKI */

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul { text-align: center; }

ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
ul a:link, ul a:visited {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
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 solid #484848;
	background: black;
}
.description {
	border: 1px solid #484848;
	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 solid #484848;
}
.polecamy {
  border: 1px solid #484848; 
  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 */