.wysiwyg {
         font-family: arial;
         color: #3A3E40;
         font-size: 11px;
         line-height: 16px;
}
.wysiwyg p {
	 margin: 0px;
	 padding: 0px;
}

.wysiwyg h2 {
   font-weight: bold;
   color: #F55539;
   font-size: 13px;
}
.wysiwyg a {
   color: #F55539 !important;
   font-weight: bold;
   text-decoration: underline;
}
.wysiwyg a:hover {
   color: black !important;
}
.wysiwyg img {
         border: 2px solid #B8B9BC;
}


.wysiwyg ul {
   margin: 0px;
   padding: 0px;
}
.wysiwyg ul li {
	padding: 0;
	margin: 0;
	background-image: url('../img/www-branaldi-cz/odrazka.gif');
	background-repeat: no-repeat;
	background-position: left -5px;
	margin-bottom: 2px;
	list-style-type:none;
	display:block;
	padding-left: 24px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #F55539;
}
.wysiwyg table {
         font-size: 11px;
         border-collapse: collapse;
}

.tableInvisible tbody tr td {
  border: 0 ! important;
}

.wysiwyg table tr td {
         border: 1px solid #eaf5dd;
         padding: 3px;
}

.wysiwyg .perex {
        font-weight: bold;
        color: #3A3E40;
        font-size: 11px;
        font-family: arial;
}
