table.bot{
	width: 100%;
/*	width: 611px;*/
	margin: 0 auto;
	text-indent: 0;
    line-height:normal;
	border-collapse: separate;
	border: 2px solid #004;
	text-align: center;		
	font-family: 'Times New Roman', serif;
	font-size:18px;
	table-layout: fixed;
	position: relative;
}
table.bot td {
	border: 1px solid #004;
	vertical-align: middle;
	padding: 5px 5px;
	position: relative;	
}
table.bot td a {
	width: 100%;
	height: 100%;
	display: block;
	font-size:22px;
	font-weight: bold;
	text-decoration:none;
	color:#FFEE77;
}
#fishka {
	position: absolute;	
	margin: -9px 22px;
	left: 0;
	width: 39px;
	height: 39px;
	display: block;
	z-index: 1;
	padding-top: 12px;
	font-size:14px;
	font-weight: bold;
	color:#004;
	text-align: center;
	background: url('fishka-2.png') center no-repeat;
}
#fishka2{
	position: absolute;
	margin: -9px 22px;
	left: 23%;
	width: 39px;
	height: 39px;
	display: block;
	z-index: 1;
	padding-top: 12px;
	font-size:14px;
	font-weight: bold;
	color:#004;
	text-align: center;
	background: url('fishka-2.png') center no-repeat;
}
.nadpis{
	width: 100%;
/*	width: 611px;*/
	margin:0 auto;
	height: 111px;
	text-align: center;	
	font-family: 'Times New Roman', sans-serif;
    color:#991100;
    font-size:15px;
	position:relative;
}
#reddd  {font-size:34px;background: #000;}
@media only screen and (max-width: 480px) {
#fishka2{
	left: 8%;
}
table.bot {
	font-size:14px;
}
table.bot td {
	padding: 0;
}
table.bot td a {
	font-size:15px;
}
}