body.wysiwyg { padding: 10px; margin: 0px; }

body.wysiwyg,
body.wysiwyg td,
body.wysiwyg th
{
	font-family: 'Verdana  CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica, sans-serif;
	font-size: 76%;
}

body.wysiwyg table th,
body.wysiwyg table td
{
	font-size: 1em;
}

/* odkazy */
.wysiwyg a,
.wysiwyg a:link    { color: #CD0434;  }
.wysiwyg a:visited { color: #1D1C1C; }
.wysiwyg a:hover,
.wysiwyg a:focus   { color: #A70028; }
.wysiwyg a:active  { color: #77001D; }

.wysiwyg img { border: 0px; margin-right: 15px; margin-bottom:15px; }

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4
{
	color: #CD0434;
	margin: 15px 0;
	font-weight: bold;
}

.wysiwyg h3,
.wysiwyg h4
{
	color: #4A8622;
}

.wysiwyg h2 { font-size: 1.33em; }
.wysiwyg h3 { font-size: 1.08em; }
.wysiwyg h4 { font-size: 1.00em; }

.wysiwyg p
{
	margin-bottom: 1em;
	line-height: 1.7em;
	color: #535353;
}

.wysiwyg hr,
.wysiwyg hr.full
{
	height: 1px;
	border: 0px;
	background: url('img/wsw/hr.gif') 0 bottom no-repeat;
	clear: both;
	padding-top: 15px;
}
	
	.wysiwyg hr.full
	{
		background: url('img/wsw/hr-full.gif') 0 bottom no-repeat;
	}

/* definované styly */
.wysiwyg p.perex,
.wysiwyg p.perex-full
{
	font-weight: bold;
	line-height: 1.5em;
	color: ##535353;
}

.wysiwyg .highlighted
{
	
	/*margin-left: -35px;*/
	padding-left: 35px;
	padding-right: 55px;
	font-weight: bold;
	background:url('/img/wsw/odsazen-zvyraznen2.gif') 0px 0 repeat-y;
	
	
}

.wysiwyg .bordered
{
	padding: 0.2em;
	border: solid 1px #CF0435;
}

.wysiwyg .bgcolor
{
	padding: 0.2em;
	background-color: #EEEEEE;
}

.wysiwyg pre
{
	font-family: 'Courier New CE', 'Courier New', 'Courier CE', Courier, monospace;
	font-size: 100%;
}

.wysiwyg p.indented
{
  padding-left: 2em;
}

.wysiwyg cite
{
	font-style: italic;
	color: #CD0434;
}

.wysiwyg .mintext
{
	font-size: smaller;
}

.wysiwyg .zkratka
{
	border-bottom:  1px dotted #3A3A3A;
}

.wysiwyg .preformated
{
	font-family: "Courier New", Courier, monospace;
}

.wysiwyg kbd
{
	font-family: 'Courier New CE', 'Courier New', 'Courier CE', Courier, monospace;
	font-size: 100%;
}

.wysiwyg acronym,
.wysiwyg abbr
{
	border-bottom: 1px dashed;
	cursor: help;
}

.wysiwyg .text_extra_big   { font-size: 1.83em; }
.wysiwyg .text_big         { font-size: 1.5em; }
.wysiwyg .text_bigger      { font-size: 1.17em; }
.wysiwyg .text_smaller     { font-size: 0.92em;  }
.wysiwyg .text_small       { font-size: 0.83em;  }
.wysiwyg .text_extra_small { font-size: 0.76em;  }


/* 	seznamy */
.wysiwyg ul
{
	padding: 0px;
	color: #535353;
	margin-bottom: 20px;
}

.wysiwyg ol
{
	padding-left: 17px;
	margin-bottom: 20px;
	color: #535353;
}

.wysiwyg ul
{
	list-style-type: none;
}

.wysiwyg ol li { padding-bottom: 5px; }

.wysiwyg ul li
{
	background: url('/img/wsw/ul-li-wsw.gif') 0px 0.3em no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}	

/* tabulky */
.wysiwyg table
{
	border-collapse: collapse;
	border: solid 1px #CF0435;
}

.wysiwyg table tr { background-color: #fff;}

.wysiwyg table.no_border { border: none; }

.wysiwyg table caption
{
	color: #CF0435;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.wysiwyg tbody td,
.wysiwyg tbody th,
.wysiwyg td,
.wysiwyg th
{
	padding: 6px 15px;
}

.wysiwyg table.no_border thead td,
.wysiwyg table.no_border thead th,
.wysiwyg thead td,
.wysiwyg thead th
{
	background-color: #CF0435;
	color: #fff;
	font-weight: bold;
}

.wysiwyg tfoot td,
.wysiwyg tfoot th
{
	background-color: #8A8A8A;
	font-weight: bold;
	color: #fff;
}

.wysiwyg tbody tr.suda { background-color: #E1E1E1; }
