/* CSS Document */

body.wysiwyg 
	{
	font-size: 80%;
	padding: 10px;
	text-align: left;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.wysiwyg p a
	{
	color: #005950 !important;
	text-decoration: underline;
	font-weight: bold;
	}

.wysiwyg p .highlighted
	{
	font-style: italic;
	}

.wysiwyg .indented
	{
	margin-left: 20px;
	}

.wysiwyg .line
	{
	border-bottom: 1px dotted #005950;
	}

.wysiwyg p a:hover
	{
	color: #836000 !important;
	text-decoration: none !important;
	}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4
	{	
	color: #005950;
	margin: 0;
	padding: 0;
	}

.wysiwyg .left-perex h1
	{
	color: #005950;
	border-bottom: 0px;
	}
	
.wysiwyg h1
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	border-bottom: 2px solid #D6E2DA;
	padding-bottom: 10px;
	}

.wysiwyg h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:normal;
	}

.wysiwyg h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	}

.wysiwyg h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	}

.wysiwyg p
	{
	margin: 0;
	margin-bottom: 25px;
	}

.wysiwyg p.perex
	{
	margin-top: 10px;
	font-weight: bold;
	}

.wysiwyg .citace
	{
	font-style:italic;
	color: #005950;
	}

.wysiwyg .podtrzeno
	{
	border-bottom: 1px dotted #000000;
	}
	
.wysiwyg .odsazen
	{
	margin-left: 20px;
	}
	
.wysiwyg .right-link
	{
	padding-right: 10px;
	border-right: 10px solid #005950;
	}

.wysiwyg thead th, .wysiwyg th
	{
	background-color: #005950;
	color: #FFFFFF;
	padding:2px 10px;
	font-size: 1em;
	text-align: left;
	}
	
.wysiwyg tbody td, .wysiwyg td
	{
	font-size: 1em;
	color:#000000;
	text-align: left;
	padding:2px 10px;
	}
	
.wysiwyg tfoot td
	{
	background-color: #EEEEEE;
	font-size: 1em;
	color:#000000;
	text-align: left;
	padding:2px 10px;
	font-weight: bold;
	}

.wysiwyg table 
	{
	border-collapse: collapse;
	border: 1px solid #ADCDCA;
	}
	
.wysiwyg .new_table
	{
	border-collapse: collapse;
	border: 1px solid #ADCDCA;
	}
	
.wysiwyg .new_table thead th
	{
  background-color: #005950;
	color: #FFFFFF;
	padding:2px 10px;
	font-size: 1em;
	text-align: left;
	}
	
.wysiwyg .new_table tbody td
	{
	font-size: 1em;
	color:#000000;
	text-align: left;
	padding:2px 10px;
	}
	
.wysiwyg .new_table tfoot td
	{
	background-color: #EEEEEE;
	font-size: 1em;
	color:#000000;
	text-align: left;
	padding:2px 10px;
	font-weight: bold;
	}
	
.wysiwyg ol
	{
	padding-left: 25px;
	font-size: 1.1em;
	color: #005950;
	font-weight: bold;	
	}

.wysiwyg ol li span
	{
	color: #000000;
	font-weight: normal;
	}
	
.wysiwyg ul
	{
	padding-left: 20px;
	list-style-type: none;
	font-size: 1.2em;
	}

.wysiwyg ul li span
	{
	background-image: url('/img/blue-key.gif');
	background-position: left 5px;
	background-repeat:no-repeat;
	padding-left: 20px;
	color: #000000;
	font-weight: normal;
	}

.wysiwyg .barvy td
	{
	height: 35px;
	}
