body.wysiwyg {
	padding: 10px;
	text-align: left;
	font-family: arial;
	font-size: 0.7em;
}

.wysiwyg h1 {
	font-size:155%;
	color:#0B439E;
	margin-top:15px;
	font-weight:bold;
	font-family:arial;
	border-bottom:5px solid #DFDFDF;
	padding-bottom:2px; /*dafault 5,ale nelicovalo s  boxy*/
}

.wysiwyg h2, h2 {
	color:#1D64B6;
	font-size:125%;
	font-weight:bold;
	margin-top:20px;
}

.wysiwyg h3, h3 {
	color:#1E65B7;
	font-size:120%;
	font-weight:bold;
	margin-top:20px;
}
	
.wysiwyg h4, h4 {
	color:#1E65B7;
	font-size:110%;
	font-weight:bold;
	margin-top:0px;
}

.wysiwyg ol {
	list-style:none;
	margin-left:15px;
}

.wysiwyg p {
	margin: 0px;
	padding: 0px;
        margin-top:2px;
	/*line-height:15px;*/
	padding-bottom:10px;
	color:#3C3C3C;
}

p.perex {
	margin-top:10px;
	/*line-height:15px;*/
	font-weight:bold;
	font-size:100%;
	color:#3C3C3C;
}

p.indented {
	margin-top:5px;
	margin-left:20px;
}

p.highlighted {
	margin-top:5px;
	padding-left:15px;
	font-weight:bold;
	border-left:5px solid #4E82BE;
}

.wysiwyg strong {
	font-weight:bold;
	color:#3C3C3C;
}


.wysiwyg  cite {
	font-style:oblique;
	color:#1E65B7;
	font-size:110%;
}

.wysiwyg p acronym {
	border-bottom:1px dashed #3A3A3A;
	/*line-height:17px;*/
}

.wysiwyg  kbd {
	font-family:courier;
	letter-spacing:1px;
}

.wysiwyg  code {
	font-family:courier;
	letter-spacing:0px;
}

.wysiwyg pre {
	font-size:110%;
	font-family:courier;
	padding-left:0px;
	padding-top:20px;
	white-space:pre;
	color:#4A4A4A;
	/*clear:both;
	float:left;*/
}

.wysiwyg a:link {
	color:#0B439E !important;
}

.wysiwyg a:visited {
	color:#3C3C3C;
}

.wysiwyg a:active {
	color:#E67D00;
}

.wysiwyg a:hover {
	color:#05386F;
	text-decoration: none;
}

/*tabulky*/


.wysiwyg table {
	border-collapse:collapse;
	margin-left:0px;
	margin-top:20px;
}

	.bordered-table {
		border:2px solid #407CC2;
		_border:1px solid #407CC2;
	}

.wysiwyg table tr td, .wysiwyg table  tr th {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	/*border:1px solid #FFFFFF;*/
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.wysiwyg table tr th {
	background:#407CC2;
	color:#FFFFFF;
}

.wysiwyg table.tableInvisible tr td, .wysiwyg table.tableInvisible tr th {
	border: none;
}

.wysiwyg table tr th a:link, .wysiwyg table tr th a:visited {
	color:#FFFFFF;
	background:url('../../img/www.oberfalzer.cz/tabulka-sipka.gif') no-repeat right -3px;
	padding-right:15px;
	font-weight:bold;
}

.wysiwyg table tr th a:hover {
	color:#EFEFEF;
}

.wysiwyg table tbody tr td {
	background:#FFFFFF;
	color:#4A4A4A;
	border-bottom:none;
	border-top:none;
}

.wysiwyg table tbody tr.licha td {
	background:#FBF9FA;
	color:#4A4A4A;
}

/*.wysiwyg table tbody tr.suda td {
	background:#FBF9FA;
	color:#4A4A4A;
}*/


.wysiwyg table tfoot tr td {
	background:#EEEEEE;
	color:#4A4A4A;
	font-weight:bold;
}

.stabulka-sipka {
	width:12px;
	height:15px;
	background:#C51E18 url('../../img/www.oberfalzer.cz/tabulka-sipka.gif') no-repeat 3px -2px;
}

.wysiwyg ul {
	list-style:none;
	padding-bottom:10px;
}

.wysiwyg ul li {
	color:#3C3C3C;
	margin-top:2px;
	background:url('../../img/www.oberfalzer.cz/wswsipka.gif') no-repeat 0px 4px;
	padding-left:13px;
}


.wysiwyg ol {
	margin-left:0px;
}

.wysiwyg ol li {
	color:#1E65B7;
	font-weight:bold;
	margin-top:2px;
	padding-left:0px;
	margin-left:0px;
	list-style-position: inside;
	list-style-type:decimal;
}

.oltext {
	color:#3C3C3C;
	font-weight:normal;
}

.mensi-pismo {
	font-size:95%;
}

.dulezity-text {
	font-weight:bold;
}

/*nestandartni*/

.wysiwyg p img {
	/*float:left;*/
	margin-right:5px;
	border:none;
}

.wysiwyg img {
	border:1px solid #B2C9E4;
}


.smallest {
	font-size: 0.6em;
}

.smaller {
	font-size: 0.75em;
}

.bigger {
	font-size: 1.5em;
}

.biggest {
	font-size: 2.5em;	
} 

