/* text.css */
/*slouží pro definici stylů textu a html tagů jako např. <h1>,<p>,<a> */
/**{
  font-size: 14px;
  font-family: Arial;
  line-height:130%; 
} */
a{ 
  color: #245177;
  text-decoration: none;  
}

a:hover{ 
  color: #2384c8;  
}
img{
 border: 0;
}

input {
 border:1px solid #8d8d8d;
}

h1, .editor_nadpis {
  color:#7EAF09;
  padding:0;
  margin:0px 0 10px;
  height:25px;
  line-height:25px;
  /*border-bottom:1px solid #eee;*/
  font-size:20px;
  font-weight:bold;
  text-align: left;
}

*>h1,*>.editor_nadpis {
  min-height:25px;
  height:auto;
}
/** Nadpis */
.editor_nadpis
{
	display:block;
	border:0;
	padding-bottom:0;
}


h2
{
	color:#7EAF09;
  padding:0;
  margin:15px 0 15px;
  height:20px;
  line-height:20px;
  /*border-bottom:1px solid #eee;*/
  font-size:15px;
  font-weight:bold;
  text-align: left;
	display:block;
	
}
/** Nadpis menší */
.editor_nadpis_mensi
{
	color:#7EAF09;
  padding:0;
  margin:15px 0 15px;
  height:20px;
  line-height:20px;
  /*border-bottom:1px solid #eee;*/
  font-size:15px;
  font-weight:bold;
  text-align: left;
	display:block;
	
}

.odkaz-nahoru{
  margin:0; padding: 10px;
}

ul{  
  list-style-position: inside;
  margin:0;
  padding:0;
}

ul li{
  margin: 0 0 6px 0;
  background: url(list_style_image.png) left center no-repeat;
  padding: 0 0 0 20px;
  &padding: 0 0 0 5px;
  list-style:none;
  font-size:14px;
}

ul.tucne{  
  font-weight:bold;
}

/** Nadpis menší2 */
.editor_mensi
{
	color:#E97529;
  padding:0;
  margin:10px 0 5px;  
  /*border-bottom:1px solid #eee;*/
  font-size:15px;
  font-weight:bold;
  text-align: left;
	display:block;	
}

p{
  margin: 0 0 15px 0;
}

