header, footer, article, section, nav, menu, hgroup {  
   display: block;  
} 

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

*:focus{
	outline: none;
}

ul, ol{
	margin-bottom: 1em;
}

ul ul, ul ol, ol ol, ol ul{
	margin-left: 2em;
	margin-bottom: 0;
}

ul{
	list-style: none;
}

html{
	height: 100%;
	min-height: 100%;
	background-color: white;
}

body{
	height: 100%;
	font: 0.9em "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

img, .noborder{ 
	border-width: 0; 
	text-decoration: none;
}

p{
	margin-bottom: 0.8em;
}

form.login{
	margin: 4em 3em;
	padding-left: 100px;
	position: relative;
	width: 200px;
}

form.login label{
	text-align: right;
	width: 80px;
	margin-left: -90px;
	position: absolute;
}

.vstup{
	border: 1px solid #9B9B9B;
	padding: 2px 3px;
	border-radius: 3px;
	width: 98%;
}

.vstup:focus{
	background-color: #FFFAED;
}
/*
table .vstup{
	width: 94%;
}
*/
.vstup.kratky{
	width: auto;
}

input[type=file]{
	
}

select.vstup{
	width: auto;
}

select.vstup option{
	background-color: white;
	padding-right: 15px;
}

ul.fli li, ol.fli li{
	margin: 0 0 0.4em 0; 
}

div[contenteditable=true]{
	margin: 0 0 0.6em 0.2em;
	padding: 0.4em;
	line-height: 20px;
	font-family: Courier New, monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
	list-style: disc;
}

div[contenteditable=true] div{
		border-bottom: 1px dotted silver;
		padding: 0.25em;
		margin: 0;
		min-height: 1em;
	}
	
div[contenteditable=true] div:last-of-type{
	/*border-bottom-width: 4px;*/
}

/*
ul[contenteditable=true] li br:after{
	content: "–";
	display: inline;
}
*/
/*
div[contenteditable=true]{
	margin-bottom: 0.6em;
	line-height: 20px;
	font-family: Courier New, monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
}

div[contenteditable=true] p, div[contenteditable=true] div {
	margin: 0.1em; 
	border-bottom: 1px dotted silver;
	min-height: 20px;
}
*/
div.kreslibr {
	width: 4px; 
	height: 4px; 
	position: absolute; 
	left: 1.0em; 
	background-color: #9F1E3C;
	border-radius: 2px;
}

.tlacitko, .maletlacitko{
	background-color: #9F1E3C;
	color: white;
	padding: 3px 5px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 1.1em;
	text-decoration: none;
	margin-right: 0.5em;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	min-width: 1.5em;
	text-align: center;
	
	padding: 5px 8px 4px 8px;
	border-width: 0;
	
	display: inline-block;
}

.tlacitko:hover{
	text-decoration: underline;
}

div#hlavni .maletlacitko{
	padding: 2px 5px;
	background-color: gray;
	margin-right: 4px;
}

div#hlavni .maletlacitko:hover{
	background-color: #9F1E3C;
}

option.optionDisabled{
	background-color: gray !important;
	color: white;
	font-weight: bold;
}

h1{
	font-weight: normal;
	font-size: 1.8em;
	color: #9F1E3C;
	margin: 0.1em 0 0.2em 0;
}

h2{
	font-weight: normal;
	font-size: 1.2em;
	color: #9F1E3C;
	margin: 0.5em 0 0.5em 0;
}

h3{
	font-weight: bold;
	font-size: 1.1em;
	color: #9F1E3C;
	margin: 0.5em 0;
}

h3 a{
	/*text-decoration: none;*/
}

h3 a:hover{
	text-decoration: underline;
}

.ok, .chyba{
	padding: 0.3em 0.5em;
	color: white;
	margin-bottom: 1em;
	background-color: #00A311;
}

.chyba{
	background-color: #c81300;
}

.chyba a, .ok a{
	color: white !important;
}

hr{
	clear: both;
	height: 0px;
}

nav#menu{
	padding: 0px 10px;
	background-color: white;
	position: fixed;
	border-bottom: 2px solid silver;
	width: 100%;
	font-size: 1.05em;
	z-index: 100;
}

nav#menu ul{
	list-style: none;
	margin: 0;
}

nav#menu > ul > li{
	float: left;
}

nav#menu ul li{
	position: relative;
	line-height: 1.3em;
	white-space: nowrap;
}

nav#menu > ul > li + li{
	border-left: 1px solid #9f1e3c;
}

nav#menu > ul li a{
	color: black;
	padding: 3px 8px;
	text-decoration: none;
	display: block;
}

nav#menu > ul li span{
	padding: 3px 8px;
	display: block;
	cursor: default;
}

nav#menu > ul > li ul li span:before{
	content: "> ";
}

nav#menu > ul > li ul li:hover {
	background-color: #9f1e3c;
	color: white;
}

nav#menu > ul > li > ul
{
	border-top: 2px solid white;
}

nav#menu > ul ul{
	display: none;
	position: absolute;
	left: -2px;
	border: 2px solid white;
	border-top: 0px solid white;
	/*box-shadow: 1px 1px 3px black;;*/
}

nav#menu > ul ul ul{
	left: 100%;
	top: 0;
}

nav#menu > ul li:hover > ul{
	display: block;
	background-color: #e2e2e2;
}

nav#menu > ul > li:hover ul li span{
	color: black;
}

nav#menu > ul > li:hover ul li:hover > span
{
	color: white;
}

nav#menu > ul > li:hover + li
{
	border-color: transparent;
}

nav#menu a:hover, nav#menu > ul > li:hover{
	background-color: #9f1e3c;
	color: white;
}

div#text{
	padding: 40px 10px 10px 10px;
}

div#text a{
	color:#9F1E3C;
}

div#text a.tlacitko{
	padding: 5px 8px 4px 8px;
	color: white !important;
	min-width: 2em;
	text-align: center;
}

nav#katmenu{
	padding: 3px;
	background-color: white;
	margin-bottom: 0.3em;
	/*border: 1px solid red;
	position: fixed;
	width: 97%;*/
}

nav#katmenu form.rychla_editace{
	display: none;
	position: absolute;
	left: 0;
	bottom: -2.4em;
	white-space: nowrap;
	z-index: 1000;
	padding: 0.3em 0.4em;
	background-color: #FFE8B5;
	border: 1px solid #9B9B9B;
	border-radius: 3px;
}

nav#katmenu form.rychla_editace:hover{
	display: block;
}

nav#katmenu ul li:hover > form.rychla_editace{
	display: block;
}

nav#katmenu ul{
	list-style: none;
}

nav#katmenu:before{
	content: "Akce >";
	float: left;
	margin-right: 0.5em;
}

nav#katmenu ul li{
	float: left;
	margin-right: 0.8em;
	position: relative;
}

div#hlavni{
	float: left;
	/*border: 1px solid red;*/
	width: 100%;
}

div#hlavni table.maxedit{
	width: 100%;
}

div#hlavni table.maxedit img{
	max-width: 50%;
	max-height: 350px;
	height: auto;
}

div#hlavni table.maxedit tr td:first-child{
	width: 1%;
	white-space: nowrap;
}

div#hlavni table{
	width: 100%;
	border-collapse: collapse;
}

div#hlavni table td{
	padding: 4px 4px;
	/*border: 1px solid silver;*/
}

div#hlavni table td.cesta{
	font-size: 0.8em;
}

div#hlavni table.seznam{
	width: 100%;
}

div#hlavni table.seznam tr td.akce{
	white-space: nowrap;
}

div#hlavni table.seznam tr td.akce form{
	display: inline;
}

div#hlavni table.seznam th{
	padding: 2px 10px;
	background-color: gray;
	color: white;
}

div#hlavni table.seznam td{
	border-bottom: 1px solid silver;
	padding: 2px 10px;
}

div#hlavni table.seznam span.dbtr{
	display: none;
}

div#hlavni table.seznam tr:hover td{
	background-color: #F2F2F2;
}

div#hlavni table.seznam tr td.akce:hover{
	background-color: white;
}

div#hlavni table.seznam tr td.akce form{
	margin: 0;
}

div#hlavni table.seznam tr form.skryte{
	visibility: hidden;
}

div#hlavni table.seznam tr:hover form.skryte{
	visibility: visible;
}

div#hlavni p.nadtabulkou{
	font-size: 0.8em;
	margin-top: 1em;
	float: left;
}

div#hlavni p.nadtabulkou a{
	color: silver;
	margin-right: 1em;
}

div#hlavni p.nadtabulkou a:hover{
	color: black;
}

div#hlavni form.razenitabulky{
	margin-bottom: 1em;
	line-height: 2em;
	display: none;
}

div#hlavni ul.seznam_souboru{
	font-size: 1.0em;
	line-height: 1.5em;
}

div#hlavni ul.seznam_souboru a{
	text-decoration: none;
}

div#hlavni ul.seznam_souboru a:hover{
	text-decoration: underline;
}

div#hlavni ul.seznam_souboru li.adresar{
	font-weight: bold;
	font-size: 1.1em;
}

div#hlavni ul.seznam_souboru form.skryte{
	visibility: hidden;
	display: inline;
	margin-left: 1em;
}

div#hlavni ul.seznam_souboru form.skryte .vstup{
	width: 200px;
}

div#hlavni ul.seznam_souboru li{
	float: left;
	clear: left;
}

div#hlavni ul.seznam_souboru li:hover form.skryte{
	visibility: visible;
}

div#hlavni .klik{
	cursor: pointer;
}

div#hlavni .dn{
	display: none;
}

div#hlavni div.tr{
	display: table;
	width: 100%;
}

div#hlavni div#vyhledatMenu{
	margin: 0.5em 0 1em 0;
	background-color: #FFE8B5;
	padding: 0.4em 0.5em 0.1em 0.5em;
}
div#hlavni div#vyhledatMenu a{
	display: block;
	margin-bottom: 0.5em;
}

div#hlavni div.menu_strom{
	font-size: 0.9em;
	width: 200px;
	display: table-cell;
	vertical-align: top;
}

div#hlavni div.menu_strom ul ul{
	margin-left: 0.8em;
}

div#hlavni div.menu_strom ul a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #c0c0c0;
	padding: 2px 4px 2px 2px;
}

div#hlavni div.menu_strom ul a:hover{
	text-decoration: underline;
}

div#hlavni div.menu_strom ul a.vybrane{
	background-color:  #ffe8b5;
}

div#hlavni div.polozky{
	padding-left: 1.3em;
	display: table-cell;
	vertical-align: top;
}

div#hlavni span.nemenu{
	color: #9F1E3C;
}

div#hlavni_fotogalerie ul.fotogalerie{
	/*width: 70%;*/
	clear: both;
}

div#hlavni_fotogalerie ul.fotogalerie > li{
	width: 21%;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid silver;
	padding: 1%;
	position: relative;
}

div#hlavni_fotogalerie ul.fotogalerie > li + li{
	margin-left: 1.5%;
}

div#hlavni_fotogalerie ul.fotogalerie > li form.pozice .vstup{
	width: 2.5em;
}

div#hlavni_fotogalerie ul.fotogalerie > li img{
	max-height: 250px;
	max-width: 100%;
}

div#hlavni_fotogalerie ul.fotogalerie > li form.pozice{
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	color: black;
	padding: 2px 5px 5px 5px;
	border-radius: 5px;
	/*border: 1px solid silver;*/
}

div#hlavni_fotogalerie ul.fotogalerie > li img.nepouzito{
	border: 2px solid red;
}

div#hlavni_fotogalerie ul.fotogalerie > li img.pouzito{
	border: 2px solid silver;
}

div#hlavni_fotogalerie ul.fotogalerie ul.popisy{
	margin: 0;
}

div#hlavni_fotogalerie img.nahled{
	max-width: 100px;
	max-height: 100px;
}

div#hlavni img.vodoznak{
	display: block;
	margin: 1em 0;
}

div#hlavni ul.externi_data_foto li{
	float: left;
	height: 105px;
	width: 105px;
	overflow: hidden;
	border: 1px solid silver;
	margin: 3px;
	background-color: white;
	position: relative;
}

div#hlavni ul.externi_data_foto li span.foto{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 105px;
	width: 105px;
}

div#hlavni ul.externi_data_foto li span.foto img{
	max-height: 105px;
	max-width: 105px;
	cursor: pointer;
}

div#hlavni ul.externi_data_foto li input.odstranit{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	margin: 0;
	border: 2px solid white;
}

div#hlavni ul.externi_data_foto li span.fotoid{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	background-color: white;
	border-radius: 3px;
}

div#hlavni form#externi_data_foto_mixer{
	border-top: 2px solid #9f1e3c;
	margin-top: 1em;
	background-color: #fffaed;
	padding: 3px;
}

div#hlavni form#externi_data_foto_mixer p{
	line-height: 2.1em;
}

div#hlavni form#externiDataReverzniMixer{
	border-top: 2px solid #9f1e3c;
	margin-top: 1em;
	background-color: #fffaed;
	padding: 3px;
}

div#hlavni a.lytebox img{
	border: 2px solid #9F1E3C;
	max-width: 47%;
	height: auto;
}

div#hlavni img.vlevo, div#hlavni img.vpravo, div#hlavni img.text{
	margin: 5px;
	border: 2px solid silver;
}

div#hlavni img.vlevo{
	float: left;
}

div#hlavni img.vpravo{
	float: right;
}

div#hlavni ul.vazby{
	margin-left: 0;
	padding-left: 0;
}

div#hlavni ol.robotiVazby{
	margin-left: 1.3em;
}

div#hlavni ol.robotiVazby li{
	line-height: 2em;
}

div#hlavni ol.robotiVazby li label{
	min-width: 5em;
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}

div#hlavni input[name="f[ulozRobotiVazby]"]{
	margin-left: 6.4em;
}

div#hlavni ol.robotiVazby li input.vstup{
	max-width: 70%;
}

div#hlavni p.parametrZbozi{
	display: block;
	width: 100%;
	/*border: 1px solid silver;*/
	margin: 0.5em 0;
	white-space: normal;
}

div#hlavni span.vyberHodnot{
	cursor: pointer;
	/*white-space: normal;*/
	display: inline-block;
	padding: 0.5em;
	border: 1px solid silver;
	margin: 0.5em;
}
div#hlavni span.vyberHodnot input.priplatek{
	width: 5em;
}

div#hlavni span.vyberHodnot b{
	font-weight: normal;
}
/*
div.dtr{
	display: table-row;
}
*/
div.text_ajax_editace{
	width: 48%;
	margin-right: 0;
	float: left;
	/*border: 1px solid green;*/
}

div.text_ajax_editace > br{
	display: none;
}

div.text_ajax_vystup{
	width: 48%;
	float: left;
	padding-left: 1%;
	/*border: 1px solid blue;*/
}

.vpravo{
	text-align: right;
}

.jqui-resizable{
	border-right: 2px dotted gray;
	padding-right: 8px;
}

pre.selectText{
	padding: 5px 0;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	white-space: pre-wrap;
	display: inline;
}

.selectText
{
	cursor: text;
	color: #A5A5A5;
	/*margin-left: 1em;*/
	font-size: 0.9em;
}

.selectText:hover{
	color: black;
}

a+.selectText{
	margin-left: 1em;
}

div[contenteditable=true] .selectText
{
	color: gray;
	margin: 0;
	font-size: 1em;
}

.nowrap{
	white-space: nowrap;
}

/*---Sloupce ---*/
.div13 {width: 31%; margin-right: 3%; float: left;}
.div23 {width: 65%; margin-right: 3%; float: left;}
.div12 {width: 48%; margin-right: 3%; float: left;}
.div13 + .div13 + .div13, .div13 + .div23, .div23 + .div13, .div12 + .div12 {margin-right: 0;}
.floatdiv {float: left; margin-right: 1%;}

/*--- default_css ---*/
div.default_css {
	font-size: 1em;
}
div.default_css html, div.default_css address,
div.default_css blockquote,
div.default_css body, div.default_css dd, div.default_css div,
div.default_css dl, div.default_css dt, div.default_css fieldset, div.default_css form,
div.default_css frame, div.default_css frameset,
div.default_css h1, div.default_css h2, div.default_css h3, div.default_css h4,
div.default_css h5, div.default_css h6, div.default_css noframes,
div.default_css ol, div.default_css p, div.default_css ul, div.default_css center,
div.default_css dir, div.default_css hr, div.default_css menu, div.default_css pre   { display: block; unicode-bidi: embed }
div.default_css li              { display: list-item }
div.default_css head            { display: none }
div.default_css table           { display: table }
div.default_css tr              { display: table-row }
div.default_css thead           { display: table-header-group; }
div.default_css tbody           { display: table-row-group }
div.default_css tfoot           { display: table-footer-group }
div.default_css col             { display: table-column }
div.default_css colgroup        { display: table-column-group }
div.default_css td, div.default_css th          { display: table-cell }
div.default_css caption         { display: table-caption }
div.default_css th              { font-weight: bolder; text-align: center }
div.default_css caption         { text-align: center }
div.default_css body            { margin: 8px }
div.default_css h1              { font-size: 2em; margin: 0 0 .67em 0 }
div.default_css h2              { font-size: 1.5em; margin: .75em 0 }
div.default_css h3              { font-size: 1.17em; margin: .83em 0 }
div.default_css h4, div.default_css p,
div.default_css blockquote, div.default_css ul,
div.default_css fieldset, div.default_css form,
div.default_css ol, div.default_css dl, div.default_css dir,
div.default_css menu            { margin: 1.12em 0 }
div.default_css h5              { font-size: .83em; margin: 1.5em 0 }
div.default_css h6              { font-size: .75em; margin: 1.67em 0 }
div.default_css h1, div.default_css h2, div.default_css h3, div.default_css h4,
div.default_css h5, div.default_css h6, div.default_css b,
div.default_css strong          { font-weight: bolder }
div.default_css blockquote      { margin-left: 40px; margin-right: 40px }
div.default_css i, div.default_css cite, div.default_css em,
div.default_css var, div.default_css address    { font-style: italic }
div.default_css pre, div.default_css tt, div.default_css code,
div.default_css kbd, div.default_css samp       { font-family: monospace }
div.default_css pre             { white-space: pre }
div.default_css button, div.default_css textarea,
div.default_css input, div.default_css select   { display: inline-block }
div.default_css big             { font-size: 1.17em }
div.default_css small, div.default_css sub, div.default_css sup { font-size: .83em }
div.default_css sub             { vertical-align: sub }
div.default_css sup             { vertical-align: super }
div.default_css table           { border-spacing: 2px; }
div.default_css thead, div.default_css tbody,
div.default_css tfoot           { vertical-align: middle }
div.default_css td, div.default_css th, div.default_css tr      { vertical-align: inherit }
div.default_css s, div.default_css strike, div.default_css del  { text-decoration: line-through }
div.default_css hr              { border: 1px inset }
div.default_css ol, div.default_css ul, div.default_css dir,
div.default_css menu, div.default_css dd        { margin-left: 40px }
div.default_css ol              { list-style-type: decimal }
div.default_css ol ul, div.default_css ul ol,
div.default_css ul ul, div.default_css ol ol    { margin-top: 0; margin-bottom: 0 }
div.default_css u, div.default_css ins          { text-decoration: underline }
div.default_css br:before       { content: "\A"; white-space: pre-line }
div.default_css center          { text-align: center }
div.default_css :link, div.default_css :visited { text-decoration: underline }
div.default_css :focus          { outline: thin dotted invert }

div.default_css th{
	text-align: left;
	border-bottom: 2px solid black;
	padding: 1px 2px;
}

div.default_css td{
	border-bottom: 1px solid black;
	padding: 1px 2px;
}

div.default_css ul > li{
	list-style: disc;
}

div.default_css li{
	margin-left: -1em;
}

@media print
{
	.netisk {
		display: none;
	}
	
	table.seznam{
		border: 1px solid gray;
	}
	
	table.seznam tr{
		page-break-inside: avoid;
	}
	
	table.seznam th{
		border: 1px solid gray;
	}
}

/* Begin bidirectionality settings (do not change) */
div.default_css BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
div.default_css BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

div.default_css *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
div.default_css *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }