
body{
	text-align: center;
	background-color: #FFFF99;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	margin: 10px;
	padding: 0px;
}
body div.main {
	margin: 0px auto 0px auto;
	max-width: 1700px;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
div {
	vertical-align: top;
	padding: 0px;
}
td {
	vertical-align: top;
	padding: 0px;
	border: 1px dashed #777777;
}
form {
	margin-top: 1px;
	padding: 2px;
	background-color: #FFFF99;
	border: 1px solid #555555;
}
.sez {
	margin: 0;
	padding: 0;
	float: left;
	width: 185.71428571429;
	font-size: 11px;
	border: 1px dashed #777777;
}
.sezprv {
	margin: 0;
	padding: 0;
	width: 185.71428571429;
	font-size: 11px;
	border: 1px dashed #777777;
}
.rad {
}
.tabula {
	padding: 5px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	gap: 2px 2px;
}
.tabula div {
	max-width: 239px;
	flex-basis: calc(100% / 7 - 4px);
	border: 1px dashed #777777;
}
.tabula div.pocasi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-start;
}
div.pocasi div {
	border: 0;
}
div.pocasi a {
	padding: 0px 20px;
}
.sloupek {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	justify-content: right;
}

.links {
	float: left;
}
.tab_center {
	margin: 0px auto 0px auto;
}
.sloupek img{
	height: 15px;
	width: 15px;
	vertical-align: text-bottom;
}
.sloupek li.li-poc{
	padding-left:10px;
}
.sloupek li.li-strong{
	font-weight: bold;
	padding-left:5px;
}
.sloupek li{
/*	overflow: hidden;
	text-transform: uppercase; */
}
.li_header {
	background-image: url(img/s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFCC00;
	color: #330000;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-weight:bold;
	text-transform: uppercase;
}
.li_header a {
	display: block;
	color: #330000;
	font-weight:bold;
}
.li_header img {
	position: relative;
	top: 2px;
	left: -25px;
}
.li_body {
	display: block;
	text-align: left;
	height: 15px;
	padding-left: 2px;
	line-height:15px;
}
.li_body a {
	background-color: #FFFF99;
	color: #0000FF;
	height: 15px;
	display: block;
}
.li_body a:hover {
	background-color: #0000FF;
	color: #FFFF00;
	text-decoration: none;
}
.li_footer {
	display: block;
	height: 5px;
}
.tab_row {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	margin-left: 2px
}
.li_leva{
	width: 80%;
	float: left;
}
.tab60 {
	width: 16%;
	float: right;
	margin-right: 1px
}
.tab20 {
	width: 18%;
	float: left;
}
.tab60 {
	width: 64%;
	float: right;
	margin-right: 1px
}
.inpfield100 {
	border: 1px dashed #555555;
	font-size: 10px;
	width: 100%;
	background-color: #FFFF99;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
/*.thumbnail{
	position: relative;
	z-index: 0;
}*/
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: fixed;
/*	width: 0px;
	height: 0px; */
	background-color: lightyellow;
	text-align: center;
	padding: 5px;
	left: 0px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	background-color: #FFFF99;
	visibility: visible;
	top: 0px;
	left: 100px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.li_header span {
	position: relative;
	width: 0px;
	background-color: lightyellow;
	text-align: center;
	padding: 5px;
	left: 0px;
	border: 2px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.li_header a:hover span{ /*CSS for enlarged image on hover*/
	background-color: #FFFF99;
	visibility: visible;
	top: 0px;
	right: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}

@media only screen and (max-width:1375px) {
 .tabula div {
	flex-basis: calc(100% / 6 - 4px);
 }
}
@media only screen and (max-width:1200px) {
 .tabula div {
	flex-basis: calc(100% / 5 - 4px);
 }
}
@media only screen and (max-width:1010px) {
 .tabula div {
	flex-basis: calc(100% / 4 - 4px);
 }
}
@media only screen and (max-width:813px) {
 .tabula div {
	flex-basis: calc(100% / 3 - 4px);
 }
}
@media only screen and (max-width:640px) {
 .tabula div {
	flex-basis: calc(100% / 2 - 4px);
 }
}
@media only screen and (max-width:420px) {
 .tabula div {
	flex-basis: calc(100% - 4px);
 }
}

  