body.wysiwyg 
{
	font-size: 76%;
}

.wysiwyg, .wysiwyg td, .wysiwyg th {
	font-family:  'Arial CE', Arial, 'Helvetica CE', Helvetica, sans-serif;
}

/* odkazy */
.wysiwyg a
{
	font-weight: bold;
}

.wysiwyg a,
.wysiwyg a:link    { color: #663D00;}
.wysiwyg a:visited { color: #614829;}
.wysiwyg a:hover
.wysiwyg a:focus   { color: #B68340;}
.wysiwyg a:active  { color: #282828; }

/* obrázky */
.wysiwyg img {
	border: none;
}

/* blokové elementy */
.wysiwyg p {
	color: #524C3E;
	font-size: 1.00em;
	padding-left: 0px;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4, 
.wysiwyg h5, 
.wysiwyg h6
{
	color: #C6680C;
	margin: 0.5em 0em 0.3em 0em;
	font-weight: bold;
}

.wysiwyg h2 { 
	color: #765216;
	font-size: 1.17em;
 }
.wysiwyg h3 { 
	color: #765216;
	font-size: 1.08em;
 }
.wysiwyg h4 { 
	color: #765216;
	font-size: 1.00em;
 }
.wysiwyg h5 { font-size: 120%; }
.wysiwyg h6 { font-size: 100%; }

/* definované styly */
.wysiwyg p.perex
{
	color: #524C3E;
	font-weight: bold;
}

.wysiwyg p.highlighted
{
	font-weight: bold;
	color: #C6680C;
}

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

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

.wysiwyg blockquote
{
	margin: 0.5em 3em 1.5em 5em;
}

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

.wysiwyg p.indented
{
  text-indent: 5em;
}

.wysiwyg cite
{
	font-style: italic;
}

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

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

.wysiwyg .text_extra_big   { font-size: 180%; }
.wysiwyg .text_big         { font-size: 150%; }
.wysiwyg .text_bigger      { font-size: 120%; }
.wysiwyg .text_smaller     { font-size: 90%;  }
.wysiwyg .text_small       { font-size: 80%;  }
.wysiwyg .text_extra_small { font-size: 70%;  }

/* 	seznamy */
.wysiwyg ul,
.wysiwyg ol
{
	padding: 0;
	margin: 0.5em 0 1.5em 3em;
}

.wysiwyg ul li
{
	list-style-image: url(/img/ul-li.gif);
	margin-left: 10px;
	padding: 0;
}

.wysiwyg ol li
{
	margin-left: 10px;
}


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

.wysiwyg table.no_border { border: none; }

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

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

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

.wysiwyg table.no_border tr { background: none;}

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

.wysiwyg tbody td,
.wysiwyg tbody th,
.wysiwyg td,
.wysiwyg th
{
	color: #000;
	padding: 2px;
	border: 1px solid #fff;

}

.wysiwyg table.no_border tbody td,
.wysiwyg table.no_border tbody th,
.wysiwyg table.no_border td,
.wysiwyg table.no_border th
{
	background: none;
	border: none;
}

.wysiwyg thead td,
.wysiwyg thead th
{
	background-color: #836A41;
	color: #fff;
}

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

.table_float_left {
	float: left;
	margin-right: 10px;
}

.table_two_columns {
	border: none;
}

.table_two_columns td {
	padding: 4px;
	vertical-align: top;
	border: none;
}

.table_even_odd tr.odd {
	background-color: #CAD4E2;
}

.table_even_odd tr.even {
	background-color: #90A6C2;
}

	
	.obsah-wysiwyg h1 span
	{
		background-color: #FFFFFF;
		padding-right: 12px;
	}


