body {
	text-align:left;
  background-color:white;
	font-family:Arial,Helvetica,Times New Roman;
	font-size:95% !important;
  color:#004A00;
 /* text-align:justify;*/ 
}
a:link            {text-decoration: underline}
a:visited         {color: brown; text-decoration: underline}
a:hover           {background-color: yellow; color: red; text-decoration: none}
a 					      {text-decoration: underline;color: brown;}




/*ramecek-akce*/
.ramecek-akce {
/* font-size:90%;*/
 background-color:#ffff66;
 margin-bottom:15px;
 width:98%;
 }
.ramecek-akce a {color:chocolate;text-decoration:none;}
.ramecek-akce a:link {color:chocolate;text-decoration:none;}	
.ramecek-akce a:hover {color:brown;text-decoration:none;}		
.ramecek-akce a:visited {color:chocolate;text-decoration:none;}	
 
.nazev_akce{font-size:115%;font-weight:bold;}




/*přílohy v rámečku - akce*/
.exten_k_subjectu_ramecek {
  float:right;text-align:right;font-weight:bold;
}
.exten_k_subjectu_ramecek ul {
  list-style: none;
  display: inline;
}
.exten_k_subjectu_ramecek li {
  list-style: none;
  display: inline;
  font-weight:bold;
  padding-right:5px;
    font-size:90%;

}
.exten_k_subjectu_ramecek a {color:brown;text-decoration:underline;}
.exten_k_subjectu_ramecek a:link {color:brown;text-decoration:underline;}	
.exten_k_subjectu_ramecek a:hover {color:brown;text-decoration:underline;}		
.exten_k_subjectu_ramecek a:visited {color:brown;text-decoration:underline;}	



/*přílohy v rámečku - blog*/
.exten_k_subjectu_ramecek_texty {
  text-align:left;font-weight:bold;
}
.exten_k_subjectu_ramecek_texty ul {
  list-style: none;
  
}
.exten_k_subjectu_ramecek_texty li {
  list-style: none;
  
  font-weight:bold;
  padding-right:5px;
    font-size:90%;
    

}
.exten_k_subjectu_ramecek_texty a {color:brown;text-decoration:underline;}
.exten_k_subjectu_ramecek_texty a:link {color:brown;text-decoration:underline;}	
.exten_k_subjectu_ramecek_texty a:hover {color:brown;text-decoration:underline;}		
.exten_k_subjectu_ramecek_texty a:visited {color:brown;text-decoration:underline;}	




/*ramecek-foto*/
.ramecek_thumb {
  background-color:#FFFF5E;
  width:112px;
  height:96px;
  border:1px solid teal;
  padding-top:10px;
  margin:3px;
  float:left;
  vertical-align:top;
  text-align:center;
}

.titul_fotoserie {
  font-weight:bold;
  font-size:105%;
  margin-bottom:10px;
}

.obsah_z_tiny {text-align:justify;/*font-size:90%;*/}
/*odsazení od obrázků v textech z tinyMCE - ramecek_stranka.php*/
.obsah_z_tiny img {margin:5px 5px 5px 5px;border: 0px solid #996600;}

.obal_ground{
  /*overflow-x: auto;*/   /*zlobí v FF*/
}

.zobrazeni_blog{
  overflow-x: auto;/*font-size:90%*/
}

@media all and (min-width: 0px){/*pro operu*/
.obal_ground{
  overflow: auto;
}
.zobrazeni_blog{
  overflow: auto;/*font-size:90%;*/
}
}

/*označení míst, která vidí jen webmaster*/
.webmaster_only{
  background-color:gray;
}

p {
	margin: 0px;
	padding: 0px;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0px;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

  .nazev_inst_tisk  {
	font-weight : bold;
	color : teal;
	text-decoration:underline;
} 
  .nazev_inst  {
	
	font-weight : bold;
	color : teal;
	
} 

.show_prilohy{
  padding-top:5px;
}
.show_prilohy li{
 list-style: none;
 list-style-position: outside; 
 font-weight:bold;
}

.msg_webmaster{
  color:fuchsia;
  background-color:orange;

}


    table.center {margin-left:auto; margin-right:auto;} /*hack pro ff*/

/*manuály*/    
.pruvodce{
  color:green;
}    

