/* @override 
	http://omega.apilot.cz/css/global/wysiwyg.css
	http://galerie-aviatik.cz.apilot.cz/css/global/wysiwyg.css
*/

/* @group xhtml */

body, div, form, fieldset, table, tr, td, th, p, pre, ul, ol, li, em, q, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-family: "Lucida Console", "Monaco CE", fixed, monospace;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-family: "Impact CE", "Arial CE", "Techno CE", "Helvetica CE", Impact, lucida, sans-serif;
	font-family: "Comic Sans MS CE", "Arial CE", "Sand CE", "Helvetica CE", "Comic Sans MS", lucida, fantasy;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;*/
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	color: #5B80BB;
	font-size: 16px;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 24px 0 8px 0;
	font-weight: 600;
	cursor: text;
	color: #0C419A;
}

h1 {
	/*-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;*/
	font-size: 28px;
	margin: 8px 0 10px 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p, pre, blockquote, address, td, th {
	cursor: text;
}

p, pre, blockquote, address {
	margin: 8px 0;
}

pre {
	font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
	font-size: 12px;
}

address {
	font-style: italic;
}

ul, ol {
	margin: 8px 0;
	cursor: text;
	padding: 0 0 0 1.7em;
}

ul {
	list-style:circle;
}

ol {
	list-style: decimal;
}

li {
	vertical-align: middle;
}

a {
	cursor: pointer;
    color: #0C419A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

em, address {
	font-style: italic;
}

img {
	margin: 0;
	border: none;
}

strong {
	font-weight: 600;
}

table {
	margin: 16px 0;
	border-collapse: collapse;
	border: none;
}

.dc-right table {
	font-size: 14px;
}

hr {
	display: none;
}

sub, sup {
	line-height: 0;
}

/* @end */

/* @group wysiwyg-visual-help */

html {
	background: #BFBFBF;
}

body {
	width: 700px;
	line-height: 1.5em;
	margin: auto;
	padding: 20px;
	box-shadow: #3f3f3f 0 0 10px;
	-webkit-box-shadow: #3f3f3f 0 0 10px;
	-moz-box-shadow: #3f3f3f 0 0 10px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, ul, ol, td, th, img {
	border: 1px dotted #d8d8d8;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
}

td, th {
	padding: 2px 5px;
}

/* @end */

/* @group wysiwyg-complex-classes */

.plovouci-blok-vlevo img, .plovouci-blok-vpravo img {
	display: block;
}

table.tabulka-horizontal tr td, table.tabulka-horizontal tr th, table.tabulka-horizontal tr td table.tabulka-horizontal tr td, table.tabulka-vertical tr td, table.tabulka-vertical tr th, table.tabulka-vertical tr td table.tabulka-vertical tr td {
	padding: 6px 18px;
	vertical-align: top;	
}

table.tabulka-horizontal tr td, table.tabulka-horizontal tr th, table.tabulka-horizontal tr td table.tabulka-horizontal tr td {
	border-bottom: 1px solid #cecece;
}

table.tabulka-horizontal tr td table tr td, table.tabulka-vertical tr td table tr td {
	padding: 0;
	border: none;
}

table.tabulka-horizontal thead tr td, table.tabulka-horizontal tr th, table.tabulka-vertical thead tr td, table.tabulka-vertical tr th {
	color: #6e6e6e;
	font-weight: 400;
	border-bottom: 2px solid #c0c1c1;
}

table.tabulka-horizontal thead tr td, table.tabulka-horizontal tr th {
	text-align: left;
}

/* @end */

/* @group wysiwyg-classes */

.tabulka-horizontal, .tabulka-vertical {
	margin: 16px 0;
}

.plovouci-blok-vlevo, img.zarovnat-text-vlevo {
	float: left;
	margin: 0 16px 8px 0;
}

.plovouci-blok-vpravo, img.zarovnat-text-vpravo {
	float: right;
	margin: 0 0 8px 16px;
}

.zarovnat-text-vlevo {
	text-align: left;
}

.zarovnat-text-vpravo {
	text-align: right;
}

.zarovnat-text-na-stred {
	text-align: center;
}

.zarovnat-text-do-bloku {
	text-align: justify;
}

.zarovnat-blok-automaticky {
	margin: auto;
}

.vsechna-pismena-velka {
	text-transform: uppercase;
}

.vsechna-pismena-mala {
	text-transform: lowercase;
}

.vsechna-prvni-pismena-velka {
	text-transform: capitalize;
}

.kapitalky {
	font-variant: small-caps;
}

.zrusit-odsazeni {
	margin: 0;
}

.vice {
}

.clear {
	clear: both;
}

/* @end */

