.hidden {
	display: none;	
}
.cleaner {
	clear: both;
	height: 1px;
	background: transparent;
	font-size: 1px;
}


body.wysiwyg {	
	font-family: "Verdana", "Geneva CE", "lucida", sans-serif;     
	font-size: 70%; 
	line-height: 120%;
	background-color: white;
	color: black;	
	text-align: left;
}
.wysiwyg {
	text-align: left;
}


/* NADPISY */
.wysiwyg h2 {
	font-family: "Georgia", "New York CE", "utopia", serif;
	margin-bottom: 0.3em;
	font-size: 1.3em;      
	font-weight: bold;
	color: #907B44;
}

.wysiwyg h3 {
	font-family: "Georgia", "New York CE", "utopia", serif;
	margin-bottom: 0.3em;
	font-size: 1.1em;      
	font-weight: bold;
	color: #907B44;
}


/* BLOKOVE/INLINE STYLY */
.wysiwyg p {
	margin-bottom: 1em;
}

.wysiwyg .perex {
	font-size: 1em;	
	background-color: #e5e5e5;
	padding: 3px;
	border-top: 1px solid #c5c5c5;	
	border-bottom: 1px solid #c5c5c5;
}
.wysiwyg .perex p {
	margin-bottom: 0;
}

.wysiwyg .highlighted {
	border-left: 6px solid #907B44;
	padding-left: 6px;
}

.wysiwyg .backgrounded {
	/* nepouzito */
}

.wysiwyg .indented {
	margin-left: 20px;
}

.wysiwyg pre {
	font-family: monospace;
}

.wysiwyg cite {
	font-style: italic;
}

.wysiwyg acronym {
	padding-bottom: 1px;
	border-bottom: 1px dashed black;
	cursor: help;
}


/* ODKAZY */
/* pozor: duplikovano v bestwestern.css pro obecne odkazy */
.wysiwyg a:visited { color: #002674; }
.wysiwyg a { color: #0066CC; text-decoration: underline; }
.wysiwyg a:hover { color: #002674 }


/* HORIZONTALNI CARA */
.wysiwyg hr {
	height:1px;
	color: #cdcdcd;
	background-color: #cdcdcd;
	border: 0px solid #cdcdcd;
	margin-bottom: 1em;
}


/* SEZNAMY */

/* vychozi - ma zakladni odrazky */
.wysiwyg ul {
	margin: 1em 0;
	list-style: none;
}
.wysiwyg ul li {
	list-style: none;
	position: relative;
	margin: 0.2em auto;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 15px;
	background: url('/img/ico-ul.gif') 0 0.4em no-repeat;
}


/* cislovany */
.wysiwyg ol {
	list-style-position: outside;
	margin: 1em 0;   
	margin-left: 24px;
	_margin-left: 28px;
}
.wysiwyg ol li {
	margin: 0.2em auto;
	margin-bottom: 0.5em;
}

/* seznamy v tabulkach */
.wysiwyg table ul, .wysiwyg table ol {
	margin: 0.5em;
}


/* OBRAZKY */
.wysiwyg img {
}
/* s rameckem */
.wysiwyg img.imageBordered {
	border: 1px solid black;
}
/* obrazek odkazem */
.wysiwyg a img {
}


/* TABULKY */
.wysiwyg table {
	border: 0; /* tato vlastnost jiz nepujde zmenit ve WSW */
	border-collapse: collapse;
	margin: 1em auto;
/*	width: 451px;	
	_width: 100%;*/
	font-size: 1em;
}

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

.wysiwyg th, .wysiwyg td {		
	border: 1px solid #907B44; /* tato vlastnost jiz nepujde zmenit ve WSW */
	padding: 3px;
/*	vertical-align: top;
	text-align: left;*/
}
.wysiwyg th {
	font-weight: bold;	
}

.wysiwyg td {
	color: black;
}
.wysiwyg th, .tableRowHeader th, .tableRowHeader td {
	background-color: #907B44;	
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}
.wysiwyg .tableRowFooter th, .tableRowFooter td {
	background-color: #907B44;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}
.tableRowEven td {
	background-color: #e4e4e4;	
}
.tableRowOdd td {
}

/* tabulka bez oramovani */
.wysiwyg .tableInvisible {
	border-collapse: separate;
	background: 0 !important;
	border: 0;
	margin: 0 !important;
}

.wysiwyg .tableInvisible td, .wysiwyg .tableInvisible th, .wysiwyg .tableInvisible tr {
	background: 0 !important;
	border: 0;
}
