body.wysiwyg {
	font-family: tahoma, arial, sans-serif;
	font-size: 70%;
}
body.wysiwyg table,body.wysiwyg tr, body.wysiwyg td, body.wysiwyg th {
	font-size: 100%;
}

.wysiwyg {
	color: black;
	font-size: 1.1em;
}

.wysiwyg a {
	color: #628CAF;
}
.wysiwyg a:hover {
	text-decoration: none;
	color: #5A863C;
}

.wysiwyg h1 {
	color: #A1BA55;
	margin-bottom: 15px;
	font-size: 1.4em;
}

h2 {
	color: #FF8A00;
	margin-bottom: 5px;
	font-size: 1.3em;	
}

h3 {
	color: #A1BA55;
	margin-bottom: 5px;
	font-size: 1.3em;	
}

h4 {
	color: #707070;
	margin-bottom: 5px;
	font-size: 1.1em;	
}

.wysiwyg p {
	margin-bottom: 10px;
}

.perex {
	font-weight: bold;
}

.perex-cerveny {
	font-weight: bold;
	color: #FF8A00;
}

.perex-zeleny {
	font-weight: bold;
	color: #A1BA55;
}

.wysiwyg ul {
	margin: 0;
	padding: 0;
/*	padding-left: 15px;
	_padding-left: 20px;*/
	list-style: none;
	margin-bottom: 15px;
}
.wysiwyg ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	padding-left: 22px;
	background: url('../img/li.gif') 3px 0.5em no-repeat;
}
.wysiwyg ol {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 15px;
}

.wysiwyg hr {
	height: 1px;
	color: #A1BA55;
	background-color: #A1BA55;
	border: none;
}
.wysiwyg table {
	border-collapse: collapse;
	border: 2px #A1BA55 solid;
	margin-bottom: 15px;
	width: 99%;
}

.wysiwyg table td, .wysiwyg table th {
	padding: 5px 8px;
	xbackground: #EEF2DF;
	xborder-top: 2px #A1BA55 solid;
	vertical-align: top;
}

.wysiwyg table th {
	color: #FF8A00;
	text-align: left;
	xbackground: #A1BA55;
}

.wysiwyg table tr.tableRowEven {
	background: #F7F9EE;
}

.bigger {
	font-size: 150%;
}

.smaller {
	font-size: 80%;
}
.wysiwyg img {
	margin: 5px;
}