.wysiwyg {}

	/* zakladni formatovani */
	.wysiwyg p {
		margin-bottom: 1em;
	}
	.wysiwyg a {}
		.wysiwyg a img {
			border: 2px solid #FF6600;
		}
		.wysiwyg a:hover img {
			border-color: #C43C03;
		}
	.wysiwyg hr {
		clear: both;
		height: 10px;

		border: none;
		background: #FFEDDB;

	}
	/* nadpisy */
	.wysiwyg h1 {
		clear: both;
		margin: 2em 0 1em 0;
		padding: 0 0 0.3em 20px;

		background: transparent url('img/wsw-hx.png') left center no-repeat;
		border-bottom: 1px dashed #CCCCCC;

		font-weight: normal;
		text-transform: uppercase;
	}
	.wysiwyg h2 {
		clear: both;
		padding-left: 20px;
		background: transparent url('img/wsw-hx.png') left center no-repeat;
	}
	.wysiwyg h4 {
		color: #FFCC99;
	}

	/* seznamy */
	.wysiwyg ul {
		margin: 0;
		padding: 0 0 0 20px;
	}
		.wysiwyg ul li {
			margin:  0;
			padding: 0 0 0 0px;

			list-style-type: square;
			list-style-image: url('img/wsw-li.png');
		}
			.wysiwyg ul li li {
				list-style-image: none;
			}

	.wysiwyg ol {
		margin: 0;
		padding: 0 0 0 20px;
	}
		.wysiwyg ol li {
			margin:  0;
			padding: 0 0 0 0px;
		}

	/* tabulky */
	.wysiwyg table {
		margin: 1em 0;
		border-collapse: collapse;
	}
		.wysiwyg table caption {
			margin-bottom: 0.3em;

			color: #CCCCCC;

			font-style: italic;
		}
		.wysiwyg table td,
		.wysiwyg table th  {
			padding: 0.3em 0.8em;
			border: 1px solid #FFCC99;
		}
		.wysiwyg table td {}
		.wysiwyg table th {
			color: #FFCC99;
		}



	/* zarovnani bloku */
	.wysiwyg .block-left {
		float: left;

		margin: 0 1em 1em 0;
	}
	.wysiwyg .block-right {
		float: right;

		margin: 0 0 1em 1em;
	}



