body.wysiwyg { padding: 10px; margin: 0px; text-align: left; }

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

/* odkazy */
.wysiwyg a,
.wysiwyg a:link    { color: #566C8E; }
.wysiwyg a:visited { color: #787163; }
.wysiwyg a:hover,
.wysiwyg a:focus   { color: #30456E; }
.wysiwyg a:active  { color: #CE8C1E; }

.wysiwyg img { border: 1px solid #9E9E9E; padding: 5px; float: none; }

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
	color: #CE8C1E;
	margin: 1em 0 0.5em 0;
}

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

.wysiwyg p {
	margin-bottom: 1em;
	line-height: 1.3em;
	color: #3E3A32;
}

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

.wysiwyg p.highlighted {
	font-weight: bold;
	padding-left: 10px;
	border-left: solid 10px #B8B700;
}

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

.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 {
  text-indent: 5em;
}

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

.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;  }

.wysiwyg .zkratka { border-bottom:  1px dotted #3A3A3A; }
.wysiwyg .preformated { font-family: "Courier New", Courier, monospace; }
.wysiwyg .odsazeni { margin-left: 2em; }

.wysiwyg .odsazeni-zvyrazneni{
	padding-left: 1em;
	font-weight: bold;
	border-left: 10px solid #c0d6e9;
}

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

.wysiwyg ul li {
	padding-left: 20px;
	background: url('/img/default/ulli.gif') 0 0.1em no-repeat;
	margin-bottom: 5px;
}
	.wysiwyg ul li ul {
		margin-top: 5px;
	}
	
	.wysiwyg ul li ul li {
		background: url('/img/default/ulli2.gif') 0 0.3em no-repeat;
	}	

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

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

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

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

.wysiwyg tbody td,
.wysiwyg tbody th,
.wysiwyg td,
.wysiwyg th {
	padding: 2px 10px;
}

.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: #C0D6E9;
	color: #285A9A;
	font-weight: bold;
}

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

.wysiwyg .bottom-link {
	margin-left: -25px;
	border-top: 1px solid #E9E9E9;
}

.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 tr.odd {
	background-color: #FBF9FA;
}

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