/* @override http://www.beta.apilot.cz/css/global/wysiwyg.css */

/* @group xhtml */

html {
	background: #fff;
}

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

body {
	padding: 5px;
	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: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, 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;
	color: #3a3a3a;
	font-size: 12px;
	background: #fff;
}

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

h1 {
	margin: 0 0 16px 0;
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p, pre, ol, ul, em, address, td {
	line-height: 16px;
	cursor: text;
}

p, pre {
	margin: 8px 0;
}

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

ul, ol {
	margin: 8px 0;
}

ul {
	list-style: square;
	padding: 0 0 0 20px;
}

ol {
	list-style: decimal;
	padding: 0 0 0 30px;
}

li {
	vertical-align: middle;
}

a {
	cursor: pointer;
	color: #ff0000;
	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: 900;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	border: none;
}

hr {
	display: none;
}

/* @group wysiwyg-visual-help */

h2, h3, h4, h5, h6, p, address, pre, ul, ol {
	border: 1px dotted #bcbcbc;
}

h2, h3, h4, h5, h6, p, address, pre {
	padding: 1px;
}

table tr td {
	padding: 2px 5px;
}

/* @end */

/* @end */

/* @group wysiwyg-classes */

.tabulka-format {
	margin: 8px 0;
}

.plovouci-blok-vlevo {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
}

.plovouci-blok-vpravo {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
}

.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;
}

.text-tucne {
	font-weight: 900;
}

.text-kurziva {
	font-style: italic;
}

.text-podtrzeni {
	text-decoration: underline;
}

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

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

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

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

.horni-index {
	vertical-align: super;
}

.dolni-index {
	vertical-align: sub;
}

.zrusit-odsazeni {
	margin: 0;
}

.vice {
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(/css/global/img/icons/more.png) transparent 100% 50% no-repeat;
}

/* @end */