body.wysiwyg {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 70%;
}
body.wysiwyg table,body.wysiwyg tr, body.wysiwyg td, body.wysiwyg th {
	font-size: 100%;
}

.wysiwyg {
	color: #686868;
}

.wysiwyg a {
	color: #894142;
}
.wysiwyg a:hover {
	text-decoration: none;
	color: #D2B47E;
}

h2 {
	color: #660000;
	margin-bottom: 10px;
	font-size: 1.3em;	
	padding: 4px 15px;
	background: url('../img/h2.gif') left top repeat-y;
	font-weight: bold;
}

h3 {
	color: #660000;
	margin-bottom: 5px;
	font-size: 1.3em;
	border-left: #660000 8px solid;
	padding-left: 8px;
	font-weight: bold;
}

h4 {
	color: #660000;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	color: #660000;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

.wysiwyg p {
	margin-bottom: 15px;
}

.perex {
	font-weight: bold;
	color: black;
}

.wysiwyg ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-bottom: 15px;
	list-style: none;
}
.wysiwyg ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	padding-left: 14px;
	
	background: url('../img/sipka.gif') 0 0.4em no-repeat;
}
.wysiwyg ol {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 15px;
}

.wysiwyg hr {
	height: 1px;
	color: #660000;
	background-color: #660000;
	margin-bottom: 5px;
	border: none;
}

.wysiwyg table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.wysiwyg table td, .wysiwyg table th {
	padding: 6px 10px;
	vertical-align: top;
	border-left: #D1B880 1px solid;
	border-right: #D1B880 1px solid;
	background: #FCF9F4;
}

.wysiwyg table th {
	color:#660000;
	text-align: left;
	background: #F7F1E5;
}

.wysiwyg table tr.tableRowEven td {
	background: #F7F1E5;
}

.bigger {
	font-size: 150%;
}

.smaller {
	font-size: 80%;
}