/*** ODKAZY ***/
.wysiwyg a,
.wysiwyg a:link    {color: #22733F;}
.wysiwyg a:visited {color: #595a5c;}
.wysiwyg a:hover,
.wysiwyg a:focus   {color: #ce7c00;}
.wysiwyg a:active  {color: #bd7200;}

	/* Pro účely testingu */ 
	.wysiwyg a.link-wsw {color: #22733F !important;}
	.wysiwyg a.link-wsw-visited {color: #595a5c !important;}
	.wysiwyg a.link-wsw-hover {color: #ce7c00 !important;}
	.wysiwyg a.link-wsw-active {color: #bd7200 !important;}

/*** Obrázky ***/
.wysiwyg img[align="left"], 
.wysiwyg img[style="float: left;"] {margin-right: 5px;}

.wysiwyg img[align="right"],
.wysiwyg img[style="float: right;"] {margin-left: 5px;}

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

/*** NADPISY ***/
.wysiwyg h1{
    /* color: #2A914F;*/
}

h2 {
	margin: 1em 0 0.25em 0;
	font-size: 1.33em;
	color: #000000;
}
	h3, h4 {
		margin: 1em 0 0.5em 0;
		color: #595a5c;
	}
		h3 {font-size: 1.08em;}
		h4 {font-size: 1.00em;}

/*** ODSTAVCE ***/
.wysiwyg p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	color: #000;
}
	#ar-main .wysiwyg p {line-height: 1.5em;}

	/* Odstavec - Perex */
	.wysiwyg p.perex {font-weight: bold; padding: 10px; background: #e5e5e5 url('/img/default/bg-perex.gif') 0 0 repeat-x;}
	
	/* Odstavec - Zvýrazněný */
	.wysiwyg p.highlighted {font-weight: bold; padding-left: 10px; border-left: 10px solid #b0b0b0;}
	
	/* Odstavec - Orámovaný */
	.wysiwyg .bordered {padding: 10px; border: 1px solid #b0b0b0;}
	
	/* Odstavec - Podbarvený */
	.wysiwyg .bgcolor {padding: 10px; background: #e4eccd;}
	
	/* Odstavec - Odsazený */
	.wysiwyg p.indented {padding-left: 3em;}
	
	/* Odsazený blok textu */
	.wysiwyg blockquote {margin-left: 13px;}
	
/*** OSTATNÍ ELEMENTY ***/
.wysiwyg pre {font-family: 'Courier New CE', 'Courier New', 'Courier CE', Courier, monospace;}

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

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

/*** VELIKOSTI TEXTŮ ***/
.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 ***/

/** Nečíslované **/
.wysiwyg ul {
	list-style-type:disc;
	list-style: disc outside none;
	padding: 12px;
}
.wysiwyg ul li {
	margin-bottom: 9px;
	/*padding-left: 16px;*/
	color: #737373;
	/*background: url('/img/bullet-01.gif') 0 5px no-repeat;*/
} 
.wysiwyg ul li ul{
	/*list-style-type: none;*/
	padding: 12px;
	padding-left: 0;
}
.wysiwyg ul li ul li{
	margin-bottom: 9px;
	padding-left: 16px;
	color: #737373;
	/*background: url('/img/bullet-02.gif') 0 5px no-repeat;*/
}
/** Číslované **/
.wysiwyg ol {
	padding: 12px;
	padding-left: 18px;
}
	.wysiwyg ol li {margin-bottom: 2px;}

/*** TABULKY ***/
.wysiwyg table,
.table {
	border-collapse: collapse;
	margin: 20px 0 15px 0;
	border: 2px solid #b0b0b0;
}
	.wysiwyg table caption,
	.table caption {
		color: #B8B800;
		text-align: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.wysiwyg th,
	.table th,	
	.wysiwyg td,
	.table td {
		vertical-align: top;
		padding: 5px 10px;
		color: #4A4A4A;
		border-right:1px solid #FFFFFF;
		border-left:1px solid #FFFFFF;
		background: #fff; /* Lichá položka */
	}
		/* Sudá položka */
		.wysiwyg table tbody tr.even td,
		.table tbody tr.even td {background: #fbfafa;}

	/* Záhlaví */
	.wysiwyg thead td,
	.wysiwyg thead td a,
	.wysiwyg thead th,
	.wysiwyg thead th a,
	.table thead td,
	.table thead td a,	
	.table thead th,
	.table thead th a { 
		background: #b0b0b0;
		color: #fff;
		font-weight: bold;
	}
	
	/* Zápatí */
	.wysiwyg tfoot td,
	.wysiwyg tfoot th,
	.table tfoot td,
	.table tfoot th {
		border-top: none;
		background: #eeeeee;
		font-weight: bold;
	}

/* Tabulka bez orámování */
.wysiwyg table.no_border,
.wysiwyg table.no_border tbody td,
.wysiwyg table.no_border tbody th,
.wysiwyg table.no_border td,
.wysiwyg table.no_border th {border: 0;}