body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 70%; 
   margin: 0;
   margin-top: 5px;
   margin-bottom: 5px;
   padding: 0;
}
body.editor {
   padding: 2px;
   padding-top: 0;
}
body.new-window, body.new-window td { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
}
#center {
   text-align: center;
   margin: 0px 0px 0px 0px;
   width: 100%;
}
#main-part {
   width: 950px;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
}
#header {
   width: 950px;
   height: 185px;  
}
#header-left {
   display: block;
   float: left;
}
#header-right {
   width: 760px;
   height: 185px;
   float: right;
}
#header-right-inner2,
#header-right-inner {
   padding-top: 40px;
   padding-left: 187px;
   text-align: left;
}
#header-right-inner2 {
   padding-left: 280px;   
}
div.form-left {
 float: left; 
 padding-top: 65px; 
}
div.form-right {
 float: left; 
 margin-left: 29px;
}
div.form-right-top {
 float: left; 
 margin-left: 29px;
}
div.form-right-bottom {
 float: left; 
 margin-left: 29px;
}
div.docs-right {
   float: left;
   padding-left: 10px;
}

#left-column {
   float: left;
   margin: 0px;
   padding: 0px;
   padding-bottom: 20px;
   padding-top: 15px;
   width: 196px;
   display: block;
}
#main-menu {
   margin-left: 14px;
   margin-top: 5px;
}
#full-text {
   clear: both;
   width: 950px;
   text-align: left;
   font-size: 1.1em;
   padding-bottom: 15px;
   padding-top: 15px;
}
#full-text-inner {
   padding-left: 14px;
   padding-right: 14px
}

#main-text {
   float: right;
   width: 754px;
   padding: 0px;
   margin: 0px;
   text-align: left;
   font-size: 1.1em;
   padding-bottom: 15px;
   padding-top: 15px;
}
#main-text-inner {
   padding-left: 10px;
}
#copyright {
   clear: both;
   height: 27px;
   width: 950px;
}
#copyright-text-left {
   float: left;
   padding-top: 10px;
   padding-left: 8px;
   text-align: left;
   font-size: 0.9em;
   vertical-align: middle;
}
#copyright-text-right {
   float: right;
   text-align: right;
   padding-right: 8px;
   padding-top: 10px;
   font-size: 0.9em;
   vertical-align: top;
}
.attach-files, .attach-images {
   margin-bottom: 15px;
}
.attach-files-label, .attach-images-label {
   font-weight: bold;
   margin-bottom: 6px;
}
.detail-options {
   margin-bottom: 10px;
   font-size: 0.9em;
}
/* aktualni cislo pri listovani */
.listing-act {
   font-size: 1.1em;
   font-weight: bold;
}

#links-box { 
   margin-top: 60px;
}
#mailig-list-box { 
   margin-top: 15px;
}


acronym {
   font-variant: normal;
   border-bottom: 1px dotted;
   cursor: help;
}

.left-form {
   margin-top: 15px;
   padding-bottom: 10px;
}
.noborder {
   border: none;
}
.block {
   display: block;
}
.inline {
   display: inline;
}
.action-result-ok,
.action-result {
   font-weight: bold;
   margin-bottom: 10px;
   padding: 5px;
   display: block;
}

.news-lab { /* datum, kategorie... u vypisu clanku */
   font-size: 0.8em;
   margin-top: 5px;
}
.map-lab { 
   margin-top: 5px;
}

.hierarchy-label {
   font-size: 0.8em;
   margin-top: 5px;
   margin-bottom: 7px;
}

h3.comment-link {
   margin-top: 15px;
   margin-bottom: 10px;
   font-size: 1.2em;
}

/* DIV ramecek pro text v editoru */
div.editor-text {
   padding: 7px;
   margin-top: 5px;
   margin-bottom: 5px;
}

/* ramecek kolem formulare */
div.form-box {
   margin-top: 10px;
   padding: 10px;
}

#child-label { /* ramecek kolem vypisu podmenu "pokracovat na" */
   padding: 5px;
   margin-bottom: 20px;
}
#child-label ul { /* odsazeni vypisu potomku od nadpisu*/
   margin-top: 0.5em;
}

/* obrazky v boxu s odkazy */
img.blog-links {
   display: block;
   margin-top: 5px;
   margin-bottom: 15px;
}


/*default tabulka*/
table td {
   padding: 2px;
}

table.formation {
   border-collapse: collapse;
}
table.formation td {
   padding: 0px;
}
td.small {
   font-size: 0.9em;
}


/*tabulka z wysiwyg editoru*/
table.dynamic {
   border: none;
   /*line-height: 100%;*/
   border-collapse: collapse;
}

table.dynamic td {
/* font-size: 12px */
   padding: 2px;
}
table.invisible {
   border-collapse: collapse;
}

table.invisible td
{
	border: 1px dashed black;
	padding : 3px;
}
#main-part table.invisible td {
   border: none;
}
tr.table-header {
   font-weight: bold;
}
tr.table-header td, tr.tr-even td, tr.tr-odd td {
   vertical-align: middle;
}

table.formation td.detail-left {
   padding-right: 30px;
}
/*konec stylu pro tabulky*/

/*odstavec s odsazenim*/
p.static {
   margin-bottom: 15px;
}
/*odstavec generovany editorem, nesmi mit margin*/
p {
   margin-bottom: 0px;
   margin-top: 0px;
}

.align-left {
   text-align: left;
}

.align-center {
   text-align: center;
}
p.align-center img.align-center {
   margin-left: auto;
   margin-right: auto;
}
p.align-right img.align-center {
   margin-left: auto;
}
p.align-left img.align-center {
   margin-right: auto;
}
.align-right {
   text-align: right;
}
.align-justify {
   text-align: justify;
}
.valign-top {
   vertical-align: top;
}
.valign-middle {
   vertical-align: middle;
}
.valign-baseline {
   vertical-align: baseline;
}
.valign-bottom {
   vertical-align: bottom;
}
.valign-tbottom {
   vertical-align: text-bottom;
}
.left {
   float: left;
}
.right {
   float: right;
}
/*skryty text*/
.hid {
   visibility: hidden;
}
.full-width {
   width: 100%;
}
/*slouzi pro vystredeni vnitrnich bloku v IE*/
.full-width-center {
   width: 100%;
   text-align: center;
}
/*vystredeni bloku dle standardu*/
.inner-center {
   margin-left: auto;
   margin-right: auto;
}
/*vodorovna cara*/
hr {
   border: 0;
   height: 1px;
   padding: 0;
   margin-bottom: 5px;
   margin-top: 5px;
}
h1 {
   font-size: 1.6em;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-right: 20px;
}
h2 {
   font-size: 1.3em;
   margin-bottom: 10px;
   margin-top: 5px;
}
h2.docs {
   margin-top: 40px;
}

h3 {
   font-size: 1.2em;
   margin-top: 5px;
   margin-bottom: 15px;
}

/* nazev zbozi v detailu (v tabulce) */
h1.item-detail-name {
	font-size: 1.1em;
	margin: 0;
}
/* nadpis u komentare */
h1.comment {
	font-size: 1.4em;
}
/* nazev aktuality (v tabulce) */
h2.item-detail-name {
	font-size: 1.1em;
	margin: 0;
}

/*maly text*/
.comment-form-text,
.smaller {
   font-size: 0.9em;
}
.small {
   font-size: 9px;
   padding-bottom: 5px;
   padding-top: 5px;
}
.striked {
   text-decoration: line-through;
}
.bold {
   font-weight: bold;
}
.cursive {
   font-style: italic;
}
br.clear {
   clear: both;
}
.pad5 {
   padding: 5px;
}

.nowrap {
   white-space: nowrap;
}
.noshow {
   display: none;
}
/*seznamy*/
ul {
   margin-left: 25px;
   padding-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   list-style: square;
   line-height: 120%;
}
ul ul {
   margin-left: 10px;
}
ol {
   margin-left: 25px;
   padding-left: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
}
/*ul li {
   margin-bottom: 3px;
}*/
ul.ul-parent,
ul.ul-subparent,
ul.menu {
   margin-top: 3px;
   margin-bottom: 3px;
   font-weight: normal;
}
ul.menu li {
   margin-bottom: 3px;
}
ul.ul-parent {
   margin-left: 15px;
}
ul.ul-subparent {
   margin-left: 18px;
}
strong.li-parent {
   font-size: 1.3em;
}
/*styly pro obrazky*/
img {
   border: none;
}
img.producer {
	float: right;
	border: 0px;
	margin: 5px 0px 3px 3px;
}
img.right {
   float: right;
   margin-top: 5px;
   margin-left: 5px;
   margin-bottom: 5px;
}
img.left {
   float: left;
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
}

img.box-image {
   margin-top: 5px;
   margin-bottom: 5px;
}


/*styly pro formulare*/
form {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
input {
   font-size: 1em;
}
input.text {
   vertical-align: text-bottom;
}
select {
   vertical-align: middle;
}
input.field-normal {
   width: 90px;
}
input.field-longer {
   width: 180px;
}
input.field-long {
   width: 250px;
}
input.field-short {
   width: 40px;
}
input.field-shorter {
	width: 30px;
}

input.button {
   font-size: 1em;
   font-weight: bold;
}
textarea.form, textarea.comments {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
   width: 250px;
   height: 80px;
}
.form-help {
   width: 250px;
}

.form-required {
   color: red;
}

/* flash */
div.flash-right {
   float: right;
   margin-left: 10px;
   margin-bottom: 5px;   
}
div.flash-left {
   float: left;
   margin-right: 10px;
   margin-bottom: 5px;
}
div.flash-center {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

div.flash-stream, 
div.flash-youtube {
   width: 425px;
   height: 350px;
   margin-left: auto;
   margin-right: auto;
}
div.flash-stream {
   width: 450px;
   height: 354px;
}

/*styly pro odkazy*/
a:active,
a:visited,
a:link {
   text-decoration: underline;
}
a:hover {
   text-decoration: underline;
}

a.copyright:active,
a.copyright:visited,
a.copyright:link {
   text-decoration: none;
}
a.copyright:hover {
   text-decoration: underline;
}

/* kalendar v popup okne **********************/
.date-sel-image { 
   cursor: pointer;
   position: relative;
}
.date-sel-div {
   width: 170px;
   position: absolute;
   padding:10px;
   border: 1px solid #3a4b14;
   background: #f5f5f5;
} 
.date-sel-div table td { 
   cursor: pointer;
   text-align: center;
   width: 15px;
   height: 15px;
   background: #e4e4e4;
   border: 1px solid #999999;
}
.date-sel-div table td.date-today {
   background: white;
}
.date-sel-div .topselect { 
   height: 22px;
   display: block;
   position: relative;
   left:2px;
}
.date-sel-div .topselect select {
   font-size: 1em;
   margin-right: 8px;
   float: left;
}
.date-sel-div .date-year,
.date-sel-div .date-direct,
.date-sel-div .date-direct-over,
.date-sel-div .date-year-over,
.date-sel-div .close-button,
.date-sel-div .close-button-over {
   cursor:pointer;
   text-align: center;
   width: 13px;
   padding-bottom: 2px;
   display: block;
   float: left;
   background:#e4e4e4;
   border: 1px solid #999999;
}
.date-sel-div .date-direct,
.date-sel-div .date-direct-over {
   float: none;
   margin-left: 50px;
   margin-right: auto;
   text-align: center;
   width: 70px;
}
.date-sel-div .close-button,
.date-sel-div .close-button-over {
   z-index: 101;
   position: absolute;
   top: 3px;
   height: 13px;
   left: 172px;
}
.date-sel-div .year-text { 
   float:left;
   text-align: center;
   padding-top:2px;
}

/*-----------------------styl pro tisk-------------------------*/
@media print {
   page {
      margin: 25mm;
   }
   body {
      color: black;
      background-color: white;
      /*font-size: 10pt;*/
   }
   h1, h2, h3, h4 {
      color: #000000;
      page-break-after: avoid;
   }
   h1 {
      font-size: 11pt;
   }
   a:visited {
      color: black;
   }
   .highlight {
      color: black;
   }
   .no-print,
   #header, 
   #top-menu,
   .comment-form,
   #right-column,
   #left-column,
   .main-menu,
   .zal,
   .eshop-cart-line {
      display: none;
   }
   div.content {
      width: 100%;
      background: white;
      color: black;
   }
   #main-text,
   #main-text-left {
      width: 100%;
      float: none;
   }
   #main-part,
   #eshop-envelope {
      width: 100%;
   }
   #shadow {
      width: 100%;
      background: none;
   }
   #envelope,
   #envelope1,
   #envelope2-3 {
      width: 100%;
   }
   #real-text {
      width: 100%;
      padding: 0px;
   }
   #copyright {
      display: none;
   }
}