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

/* @group xhtml */

html {
	background: #fff;
}

body, div, form, fieldset, table, tr, td, p, ul, ol, li, em, q, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	padding: 5px;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 18px 0 8px 0;
	line-height: 120%;
	font-weight: 300;
	cursor: text;
	color: #e2001a;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	text-shadow: #fff29e 0px 1px 0px;
}

h1 {
	margin: 0 0 18px 0;
	padding-bottom: 5px;
	font-size: 28px;
}

body.intro h1 {
	display: none;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p, pre, ol, ul, em, address, td {
	line-height: 140%;
	cursor: text;
}

p {
	margin: 8px 0;
	line-height: 160%;
}

pre {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}

ul {
	list-style: square;
	margin: 6px 5px 5px 0;
	padding: 0 0 0 20px;
	line-height: 140%;
}

ol {
	list-style: decimal;
	margin: 6px 5px 6px 0;
	padding: 0 0 0 30px;
}

li {
	vertical-align: middle;
}

em, address {
	font-style: italic;
}

img {
	border: none;
}

strong {
	font-weight: 900;
}

table {
	border-collapse: collapse;
	border: none;
}

hr {
	display: none;
}

/* @end */

/* @group wysiwyg-classes */

table.tabulka-format {
	margin: 10px 0;
	width: 100%;
	border: none;
}

/*table.tabulka-format tbody tr {
	border-bottom: solid 1px #d2d3d3;
}*/

/*body.balonove-letani table.tabulka-format tbody tr td {
	border-bottom: solid 1px #ccdbe4;
}*/

table.tabulka-format tbody tr th, table.tabulka-format tbody tr td, table.tabulka-format thead tr th, table.tabulka-format thead tr td {
	border: none;
	padding: 6px;
}

table.tabulka-format thead tr th {
	text-align: left;
}

.plovouci-blok-vlevo {
	float: left;
	margin: 0 8px 8px 0;
}

.plovouci-blok-vpravo {
	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;
}

ul.seznam-green, ul.seznam-green li {
   list-style: none;
}

ul.seznam-green li {
	margin: 10px 0;
	background-position: 0 0;
	list-style-image: url(img/ul-green.png);
}

ul.seznam-blue, ul.seznam-blue li  {
   list-style: none;
}

ul.seznam-blue li {
	margin: 10px 0;
	list-style-image: url(img/ul-blue.png);
}
.obrazek-stin {
	-moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
     box-shadow: 0 0 2px #888;
}

p.main-button, .left-h1 p.main-button{
	text-align: center;
	margin: 26px 0 0 0;
}

.main-button a {
	background: url(../img/specific/sprite-one.png) #f24700 no-repeat 0 0;
	text-align: left;
	text-indent: 20px;
	display:inline-block;
	width: 224px;
	padding: 10px 0 10px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: solid 1px #ce0005;
	text-decoration: none;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-size: 16px;
	color: #fff;
	text-shadow: #a73c00 0px -1px 0px;
	-moz-box-shadow: 0 0 4px #1468fc;
    -webkit-box-shadow: 0 0 4px #1468fc;
     box-shadow: 0 0 4px #1468fc;
}

.main-button a:hover {
	-moz-box-shadow: 0 0 6px #1468fc;
    -webkit-box-shadow: 0 0 6px #1468fc;
     box-shadow: 0 0 6px #1468fc;
     border: solid 1px #644f34;
}

.main-button a:active {
	-moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
     box-shadow: 0 0 6px #000;
     border: solid 1px #644f34;
}

.main-button a span {
	background: url(img/arrow-white.png) transparent no-repeat 92% 50%;
	display: block;
}

/* @end */
