body, html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(225,230,235);
	margin: auto;
  text-align: justify;
  font-size: 12px;
	color: rgb(0,0,0);
}
.telo {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%; 
	min-width: 100%;
	max-width: 100%;
  background: none;
	border: none;
}
.malelogo {
	display: none;
}
.logomobil {
	display: block;
	width: 130px;
	height: 25px;
	border: none;
}
.logomobil img {
	border: none;
}
.velkelogo {
  display: none;
}
.info {
	display: none;
}
.oddil {
	display: none;
}
.levyobrazek {
	display: none;
}
.telo .nadpis h1 {
  display: none;
}
.hlavnipole {
  overflow: auto;
	background: none;
}
.odstavce h1 {
	display: none;
}
.odstavce h2 {
	margin: 1em 0 0 0;
	font-size: 0.8em;
	padding: 0.1em;
	text-indent: 1em;
	text-align: left;
}
.odstavce h3 {
	font-size: 0.7em;
	text-indent: 2em;
}
.odstavce h4 {
	font-size: 0.65em;
	color: rgb(0,51,51);
	text-indent: 3em;
}
.odstavce h5 {
	font-size: 0.65em;
	color: rgb(70,70,70);
	text-indent: 4em;
}
.odstavce p {
	margin: 0.5em 0 0 0;
	font-size: 0.65em;
	text-indent: 1em;
}
table {
	font-size: 0.65em;
}
.hlavnipole .menu {
	float: none;
	width: 100%;
	background: none;
  margin: 0;
	padding: 0;
}
.menu h2 {
	display: block;
	margin: 1em 0 0 0;
	font-size: 0.8em;
	padding: 0.1em;
	text-indent: 1em;
	text-align: left;
}
.menu .radekmenu {
  width: 100%;
  height: 1em;
  margin: 0;
}
.menu #odkaz {
	display: none;
}
.menu ul {
	list-style-type: none;
	font-family: arial, tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	margin: 0.5em 0 0 0.5em;
	padding-left: 1em;
}
.menu li {
	height: 1em;
	position: static;
}
.menu li a {
	height: 1em;
	color: rgb(100,0,0);
	text-decoration: none;
}
.menu li a:hover {
	color: rgb(200,100,0);
	text-decoration: underline;
	font-weight: bold;
	background: rgb(210,210,210);
}
.menu img {
	display: none;
}
.menu .linkamenu {
	display: none;
}
.menu .obrazkovyprostor {
	display: none;
}
.menu .zajimavosti {
	display: none;
}
/* styl pro hlavní obsah - odstavce stránky */
.hlavnipole .odstavce {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.odstavce a {
	font-weight: bolder;
	color: rgb(0,80,80);
	text-decoration: underline;
}
.odstavce a:hover {
	font-weight: bolder;
	color: rgb(120,150,150);
	text-decoration: underline;
}
.odstavce .poznamka{
	color: rgb(30,30,30);
	font-size: 0.55em;	
}
.odstavce .zesileny{
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	font-weight: bolder;
}
.odstavce .podtrzeny{
	text-decoration: underline;
}
.odstavce .arial{
	font-family: Arial, Helvetica, sans-serif;
}
/* styl pro poznámky a navigaci */
.infopoznamka{
	color: rgb(130,90,50);
	padding: 0 1em 0 0;
	font-size: 0.6em;	
  font-weight: bolder;
  text-align: right;
}
.infopoznamka a{
  display: block;
	font-weight: bolder;
	color: rgb(120,70,20);
	text-decoration: underline;
}
.infopoznamka a:hover {
	color: rgb(100,100,100);
	text-decoration: none;
}
/* obrázky nejsou zobrazeny na malém monitoru */
.obrazek {
	display: none;
}
.obrazeklevy img {
	display: none;
}
.obrazekpravy img {
	display: none;
}
.obrazekstredni {
	display: none;
}
.obrazeklevybez img {
	display: none;
}
.obrazekpravybez img {
	display: none;
}
.obrazekstrednibez {
	display: none;
}
/* pokračování stylů pro odstavce */
.odstavce p span {
	font-weight: bolder;
}
.odstavce p a {
	font-weight: bolder;
	color: rgb(0,50,50);
	text-decoration: underline;
}
.odstavce p a:hover {
	color: rgb(100,100,100);
	text-decoration: none;
}
.odstavce ul {
	list-style-type: square;
	font-size: 0.65em;
	text-indent: 1em;
	padding: 0;
	padding-left: 1em ;
}
.odstavce li {
	line-height: 1.0em;
}
.odstavce li a {
	font-weight: bolder;
	color: rgb(0,60,60);
	text-decoration: underline;
}
.odstavce li a:hover {
	color: rgb(150,150,150);
	text-decoration: none;
}
/* styl pro odrážky - zesílenné provedení - výrazné*/
.vyraznyseznam ul {
	font-weight: bolder;
	color: rgb(10,100,100);
	list-style-type: circle;
	font-size: 0.75em;
	text-indent: 1em;
	padding: 0;
	padding-left: 1em;
}
.vyraznyseznam li {
	line-height: 1.2em;
}
/* styl pro odrážky - slabé textové provedení - nevýrazné*/
.standardnyseznam ul {
	list-style-type: none;
	font-size: 0.65em;
	text-indent: 1em;
	padding: 0;
	padding-left: 1em;
}
.standardnyseznam li {
	line-height: 1.0em;
}
/* styl pro stránku s obsahem webových stránek */
.obsahwebu ul {
	list-style-type: none;
	font-family: 'times new roman', serif;
	padding-left: 0.5em;
	margin-left: 0;
}
.obsahwebu li {
}
.obsahwebu li a {
	color: rgb(0,0,150);
	text-decoration: none;
	font-weight: bold;
}
.obsahwebu li a:hover {
	color: rgb(255,0,0);
	text-decoration: underline;
}
.obsahwebu img {
	display: none;
}
.linkaobsahu {
	display: none;
}
/* styl pro stránku s novinkami */
.novinky {
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.novinky table {
	margin-left: 0.5em;
  width: 15em;
	border-style: ridge;
	border-width: medium;
	border-color: rgb(200,220,240);
  background: rgb(230,250,210);
}
.novinky .novinkytitulek {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}
.novinky .novinkyobsah {
	font-family: 'times new roman', serif;
  font-style: italic;
  font-size: 0.6em;
  text-align: justify;
}
.novinky a {
  font-size: 0.6em;
	font-weight: bolder;
	color: rgb(0,50,50);
	text-decoration: underline;
}
.novinky a:hover {
	color: rgb(100,100,100);
	text-decoration: none;
}
/* styl pro odstavec zpráviček */
.zpravicky {
	display: none;
}
/* samostatný styl pro navigaci na stránce - přepínání dalších stránek */
#navigacestrany {
	display: none;
}
/*styl pro blok obrázků */
.blokobrazku {
	display: none;
}
/* styl pro formuláře s tabulkou */
.formular {
	font-size: 0.85em;
  margin: auto;
  text-align: center;
}
.formular fieldset {
  border: solid 1px rgb(0,70,70);
  background: rgb(230,235,240);
}
.formular table {
	position: relative;
	font-size: 0.8em;
  margin: auto;
	left: auto;
	top: auto;  
}
input {
	font-size: 0.85em;
}
select {
	font-size: 0.85em;
}
.formular a {
  display: none;
}
.formular img {
  display: none;
}
td.levy {
  text-align: right;
}
td.pravy {
  text-align: left;
}
td.vysledekvypoctu {
  font-weight: bold;
  color: rgb(0,50,0);
  background: rgb(200,200,200);
}
.tlacitko {
  width: 16em;
  height: 2.5em;
  font-weight: bold;
  color: rgb(35,35,100);
	font-size: 0.9em;
  margin: auto;
  text-align: center;
}
.vypocitat {
  width: 8em;
  height: 2.5em;
  font-weight: bold;
  color: rgb(0,70,70);
	font-size: 0.9em;
  margin: auto;
  text-align: center;
}
/* styl pro tabulku v textu */
.texttabulka {
  text-align: center;
	margin: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.texttabulka table {
  font-size: 0.65em;
  margin: auto;
  background: rgb(225,230,235);
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.texttabulka td {
  text-align: center;
  vertical-align: middle;
  height: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(90,70,60);
  background: rgb(250,230,210);
}
.texttabulka td span {
	font-weight: bolder;
}
/* styl pro řádek vyhledávání */
.vyhledani {
  display: none;
}
/* styl pro patu stránky */
.telo .pata {
  display: none;
  height: 0;
	margin: 0;
	padding: 0;
  border: none;
	background: none;
}

