body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #4A4A4A;
   color: #000;
   text-align: center;
	width: 100%;
	margin-left: 0px;
   margin-right: 0px;
}
a:link, a:visited {
   color: #456;
   text-decoration: none;
}
a:active, a:hover {
   color: #876;
   text-decoration: none;
}
img {
   border: none;
}
table {
width: 100%;
   background: #F1F1F1;
   border: none;
   border-collapse: collapse;
   margin-left: 0px;
   margin-right: 0px;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #353535;
}
th.header {
   background: url(header.png);
   color: #BFBFBF;
   font-size: 20px;
   font-weight: bold;
   height: 30px;
   padding: 0 5px 0 5px;
   vertical-align: middle;
   text-align: left;
}
td.secheader {
	background: #BFBFBF;
	border-bottom: 1px solid #A6A6A6;
	color: #828282;
	font-size: 12px;
	font-weight: bolder;
	padding: 1px 2px 1px 32px;
	text-align: left;
}
td.content {
   padding: 1px;
   vertical-align: middle;
}
td.thumbs {
   color: #000000;
   font-size: 11px;
   width: 10em;
   vertical-align: baseline;
   padding: 2px 1px 1px 1px;
}
td.navi {
   background: #BFBFBF;
   border-bottom: 1px solid #A6A6A6;
   color: #EEE;
   font-size: 14px;
   padding: 1px;
}
td.desc {
   background: #BFBFBF;
   border-top: 1px solid #A6A6A6;
   color: #000000;
   font-size: 14px;
   padding: 1px;
   text-align: center;
}
td.footer {
   background: #4A4A4A;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}
.obrazek
{
	width:100%;
	height:inherit;
}