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: #CC361E;  }
.wysiwyg a:visited { color: #232323; }
.wysiwyg a:hover,
.wysiwyg a:focus   { color: #07A0E6; }
.wysiwyg a:active  { color: #0F5A9E; }

.wysiwyg img { border: 0px; }

.wysiwyg img.bordered
{
	border-left: 3px #EBF0F6 solid;
	border-right: 3px #EBF0F6 solid;
	background: #D7DEE8;
}

.wysiwyg h1
{
	font-size: 200%;
	color: #0E599D;
	padding: 0px 0px 0px 40px;
	line-height: 38px;
	min-height: 38px;
}

.wysiwyg h2 
{
	color: #D23524;
	font-size: 180%;
	padding: 0px;
	margin: 0.5em 0em 0em 0em;
}

.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6
{
	color: #0E599D;
	font-size: 150%;
	padding: 0px;
	margin: 0.5em 0em 0em 0em;
}

.wysiwyg h4 { font-size: 1.3em; }
.wysiwyg h5 { font-size: 1.2em; }
.wysiwyg h6 { font-size: 1.1em; }

.wysiwyg p
{
	margin-bottom: 0.5em;
	color: #242424;
}

/* definované styly */
.wysiwyg .perex,
.wysiwyg .highlighted
{
	font-weight: bold;
}

.wysiwyg .indented
{
	margin-left: 2em;
}

.wysiwyg .indenteded
{
	border-left: 10px solid #D13421;
	padding-left: 25px;
	font-weight: bold;
}

.wysiwyg .cite,
.wysiwyg cite
{
	font-style:italic;
	color: #0B57A0;
}

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

.wysiwyg acronym,
.wysiwyg abbr
{
	cursor: help;
}

.wysiwyg .text_extra_big	{ font-size: 1.83em; }
.wysiwyg .text_big			{ font-size: 1.50em; }
.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 */
body.wysiwyg ul
{
	margin-left: 15px;
}
	
body.wysiwyg ol
{
	margin-left: 20px;
}

.wysiwyg ul,
.wysiwyg ol
{
	margin-bottom: 10px;
}

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

.wysiwyg ul li
{
	list-style-image: url('/img/icon-li.gif');
}

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

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

.wysiwyg table.no_border { border: none; }

.wysiwyg table caption
{
	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: #0C589F;
	color: #fff;
	font-weight: bold;
}

.wysiwyg tfoot td,
.wysiwyg tfoot th
{
	background-color: #E1ECF5;
	font-weight: bold;
	color: #000;
}

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

