body.wysiwyg {
	text-align: left;
	padding: 10px;
	font-family:"Arial CE",Arial,Helvetica,sans-serif;
	font-size: 76%;
}

/*STYLY, ktere nejsou tak uplne WSW*/

h1 {
  font-size:1.67em;
  font-weight:normal;
  padding:0px 10px 0px 30px;
/*  border-bottom:1px solid #b1afaf;*/
  background:url('../img/cs/h1-wsw.gif') 0 0.3em no-repeat;
  margin-bottom:5px;
}

  .podtrzenih1 {
    border-bottom:1px solid #b1afaf;
    margin-bottom:15px;
  }

 h1.zelena {
  background:url('../img/h1-zel.gif') repeat-y 0px 10px;
}

/*STYLY UZ OPRAVDU JEN PRO WSW*/

.wysiwyg h2 {
  margin-bottom:5px;
  font-size:1.33em;
  font-weight:bold;
  color:#b8320e;
}

.wysiwyg h3 {
  font-size:1.08em;
  color:#cb7905;
}

.wysiwyg h4 {
  font-size:1em;
  color:#cb7905;
}

.wysiwyg p {
  margin-bottom:15px;
  color:#3f3f3f;
  line-height: 1.5em;
}

.wysiwyg p.perex
{
	font-weight: bold;
}

.wysiwyg p strong {
  color:#000;
}

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

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

.wysiwyg a {
  color:#b8320e;
  font-weight:bold;
  padding:2px 3px 2px 3px;
}

.wysiwyg a[onclick] { padding: 0; }

.wysiwyg a:visited {
  color:#3a3a3a;

}

.wysiwyg a:hover {
  color:#ffffff;
  background:#b8320e;
}

.wysiwyg a:active {
  color:#ffffff;
  background:#cb7905;
}

.wysiwyg ul {
  list-style:none;
  margin-bottom:15px;
}

.wysiwyg ul li {
  margin-top:2px;
  padding-left:15px;
  background:url('/img/ulli-wsw.gif') no-repeat 0px 2px;
}

.wysiwyg ol {
  list-style:decimal outside none;
  padding-left:22px;
  margin-bottom:15px;
}

.wysiwyg ol li {
  margin-top:2px;
}

.wysiwyg cite, .wysiwyg .cite {
  color:#b8320e;
}

.wysiwyg code {
  font-size:1.08em;
}

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

.wysiwyg kbd {
  font-size:1.08em;
}

.wysiwyg acronym {
  border-bottom:1px dotted #ccc;
}

.wysiwyg .biggest         { font-size: 1.5em; }
.wysiwyg .bigger      { font-size: 1.17em; }
.wysiwyg .smaller     { font-size: 0.92em;  }
.wysiwyg .smallest       { font-size: 0.83em;  }

/* tabulky */
.wysiwyg table {
background-color:#fff;
border-collapse:separate;
border-spacing:1px;
border: 0px none;
margin-bottom:15px;
}

.wysiwyg table {
	margin-left: 1px;
	border-collapse:collapse;
	border:1px solid #cb7905;
	border-spacing: 0px;
}

.wysiwyg table tr {
	background-color: white;
}
.wysiwyg table.no_border {
	border-collapse: collapse;
	border: none;
	border-spacing: 0px;
}
.wysiwyg table.no_border tr {
	background: none;
}

.wysiwyg table caption {
	color: #ed1c24;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.wysiwyg tbody td, .wysiwyg tbody th, .wysiwyg td, .wysiwyg th {
	padding: 4px 10px;
	border: 0px none;
}
.wysiwyg table.no_border tbody td, .wysiwyg table.no_border tbody th, .wysiwyg table.no_border td, .wysiwyg table.no_border th {
	border: 0px none;
}
.wysiwyg thead td, .wysiwyg thead th {
	background-color: #cb7905;
	/*border-right: solid 1px white;*/
	color: white;
	font-weight: bold;
}
	.wysiwyg thead td a, .wysiwyg thead th a {
		color:#fff !important;
		background:url('../img/wswtableth.gif') no-repeat right center;
		padding-right:15px;
	}

.wysiwyg tfoot td, .wysiwyg tfoot th {
	background-color: #eeeeee;
	font-weight: bold;
	color: #3c3c3c;
	/*border-right: solid 1px white;*/
}
.table_float_left {
	float: left;
	margin-right: 10px;
}
.table_two_columns {
	border: none;
}
.table_two_columns td {
	padding: 4px;
	vertical-align: top;
	border: none;
}
.wysiwyg .table_even_odd {
	border: 1px solid #3c3c3c;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table_even_odd tr.odd {
	background-color: #ffffff;
}
.table_even_odd tr.even {
	background-color: #f0f0f0;
}
.wysiwyg .table_even_odd td, .wysiwyg .table_even_odd th {
	border-color: #3c3c3c;
	border-style: none none solid;
	border-width: 1px;
	padding: 2px 10px;
}