@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #35485B;
	color: #EDEB89;
}
.hlavicka {
	display: block;
	margin-top: 50px;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.pruh {
	margin: 0px;
	padding: 0px;
	background-color: #829BB5;
	color: #000000;
}

ul.nabidka {
	list-style-type: none;
	float: left;
	display: block;
	padding: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.nabidka li {
	float: none;
	display: inline;
	margin-right: 22px;
}
a {
	color: #EDEB89;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #EDEB89;
	text-decoration: underline overline;
}
ul.nahledy {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10px;
	list-style-type: none;
}
ul.nahledy li {
	display: inline;
	float: left;
	margin: 10px;
	height: 200px;
	width: 200px;
	overflow: hidden;
	background-color: #0099FF;
}
table.nahledy {
	margin-top: 20px;
	padding: 0px;
	margin-left: 10px;
}
table.nahledy tr {

}
table.nahledy tr td {
	width: 220px;
}
.oddelovac {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.popisek {
	text-align: left;
	text-indent: 10px;
	display: inline;
}
.spodni {
	height: 20px;
	text-align: left;
	text-indent: 10px;
}
.prostredni {
	text-align: center;
	height: 200px;
}
.detail {
	text-align: center;
}

.invisible {
	visibility: hidden;
	height: 1px;
	width: 220px;
}
.invisibleCol1 {
	visibility: hidden;
	height: 1px;
	width: 65px;
}
.invisibleCol2 {
	visibility: hidden;
	height: 1px;
	width: 400px;
}
.invisibleCol3 {
	visibility: hidden;
	height: 1px;
	width: 10px;
}

