body, html
{
	border:  0px none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 14px!important;
	background-color: #e6d0c2;
	text-align: center;
	margin: 0px;
	background-image: url(str_podklad.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
}
td {
	font-size: 14px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	color: #993300;
}
.strana {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	min-height: 1500px;
	_height: 1500px;	
}
.titul {
	background-image: url(titul.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 331px;
	width: 940px;
}
.menu {
	display: block;
	width: 210px;
	top: 331px;
	position: absolute;
	left: 5px;
	text-align: left;
	color: #FFFFFF;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu li {
	height: 41px;
	width: 213px;
	margin-top: 0.px;
	list-style-type: none;
}
.menu li a:link, .menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	padding-top: 8px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
}
.menu li a:hover {
	color: #000000;
	background-image: url(menu.png);
	background-repeat: no-repeat;
}
.obsah {					/* stredni cast stranky s obsahem */
	text-align: left;
	height: auto;
	width: 670px;
	margin-left: 250px;
	position: relative;
	top: -110px;
}
.obsah a:link, .download a:link, .obsah a:visited, .download a:visited {
	color: #004B9F;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.obsah a:hover, .download a:hover {
	color: #0099FF;
}
.download {
	background-color: #FFC082;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	color: #000000;
	width: 100%;
	margin-top: 20px;
}
.text {
	padding: 10px;
}
.galerie {
	text-align: center;
	float: left;
	margin: 5px;
	display: block;
}
.galerie .vnitrek {
	padding-top: 5px;
	text-align: center;
}
.galerie a:link, .galerie a:visited {
	display: block;
	height: 145px;
	width: 145px;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-image: url(folder.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
.galerie a:hover {
	color: #FFFFFF;
	background-color: #69CBFA;
}
hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}
.foto {
	float: left;
	height: 150px;
	width: 150px;
	background-color: #FFECCE;
	margin: 5px;
	text-align: center;
	border: 1px solid #000000;
}
.foto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:5px;
}
.aktuality {
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 12px;
}
.pata {
	font-family: Arial, Helvetica, sans-serif;
	color: #D95700;
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size: 9px;
}
.pata a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
.pata a:hover {
	color: #FFFFFF;
}
.obrazek_vpravo {
	float: right;
	margin-left:20px;
	margin-right:10px;
}
.obrazek_vlevo {
	float: left;
	margin-right:20px;
}