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;
}

.black {
	color: black;
}
.odsazeny {
	margin-left: 24px;
	margin-right: 24px;
}

.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%;
}

form.form {
	background: #FCF9F4;
	padding: 7px;
}

.form table {
	background: none;
}

.form table td {
	background: none;
	border: none;
	padding: 3px 6px;
	vertical-align: top;
}

.form table td label {
	color: #484745;
}

.form table tr.mandatory td label {
	font-weight: bold;
	color: #640005;
}

.form table td input.text, .form table td textarea {
	width: 220px;
	padding: 2px 6px;
}
.form table td textarea {
	height: 120px;
}

.form input.submit {
	color: #630100;
	border: 2px #630100 solid;
	background: white;
	cursor: pointer;
	padding: 7px 10px;
}

.form table td.popisek {
	width: 120px;
}

.form table td span.error {
	color: #8D0000;
	display: block;
}

