/*wysiwyg*/
.magiced h2 {
  color: #EE1C25;
  font-size: 1.3em;
}

.magiced h2 a {
	text-decoration: underline;
}

.magiced h2 a:hover {
	text-decoration:none;
}

.magiced h3 {
	color: #2A2A2A;
	border-bottom : 1px #C3C3C3 solid;
	padding-bottom: 1px;
	font-weight : bold;
	font-size: 1.0em;
}

.magiced ul {
  margin:0px;
}
.magiced li {
  /*color: #023F88;*/ 
  list-style: url('/img/new_images/li.gif');
  margin-left:30px;
}

.magiced img {
  border: none;
}

.magiced p {
  color: #454545;
	font-size:1.2em;
	line-height:130%;
	margin-bottom:10px; 
}

.magiced p.MEodstavec1 {
  color: #6E6E6E;
  font-size: 1.0em;
}



.magiced table {
  border: 1px #ffffff solid;
  margin: 10px 0px 10px 0px;
  border-collapse: collapse;
  font-size: 1.0em;
}

.magiced table.MEtable-invisible {
  border: 0px;
}

.magiced table tr.MEheader-invisible {
  border: 0px;
}

.magiced table.MEtable-invisible tr td {
  border: 0px;
}

.magiced .MEheader {
  border-left: 1px #ECECEC solid;
  border-right: 1px #ECECEC solid;
  /*background: #B5CBF7;*/
  padding: 4px;  
}

.magiced td, .magiced th  {
  color: #292929;
  border-left: 1px #ECECEC solid;
  border-right: 1px #ECECEC solid;
  padding: 4px;
}

.magiced td  {
  text-align: left;
}

.magiced tr.MElichy {
  background: #EEF5FF;
}

.magiced tr.MEsudy {
  background: #F7FAFF;
}
/*
.magiced .MEimages {
  border: 3px #EDECEC solid;
}
/*
.magiced img.MEimages {
  border: 3px #EDECE solid;
}

