/* regularContent */  
div#mainContent div#regularContent {
  width: 518px;
  margin: 27px 15px 40px 15px;
  line-height: 1.3em;
  /*overflow: hidden;*/
  } 
div#regularContent span.doplnit {
  color: maroon;
    font-weight: bold;
letter-spacing: 2px;
background-color: yellow;
}
div#regularContent h1 {
  margin: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
div#regularContent h2 {
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
}
div#regularContent h3, div#regularContent h4 {
  margin-top: 0px;
  font-size: 12px;
  font-weight: bold;
}
div#regularContent ul {
  line-height: 1.5em;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;  
}
div#regularContent ul li {
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;  
}
div#regularContent ul ul{
  margin-top: 0px;
  margin-bottom: 0px;
}
div#regularContent a {
  color: #D57A18;
  text-decoration: none;
}
div#regularContent a:hover {
  text-decoration: underline;
}
/* table */
div#regularContent table.standard, div#regularContent .standard table {
   border-color: rgb(197,197,197);
   border-left: 1px solid rgb(197,197,197);
   border-top: 1px solid rgb(197,197,197);
}
div#regularContent .standard td, div#regularContent .standard th {
   border-right: 1px solid rgb(197,197,197);
   border-bottom: 1px solid rgb(197,197,197);
   padding: 2px;
}
div#regularContent .standard th {
  background-color: rgb(230,230,230);
}
div#regularContent table tr {
}
div#regularContent table tr.alt { /* kazdy druhy riadok*/
}
div#regularContent table p {
  padding: 0px;
  margin: 0px;
}
/* tabulka bez borderu */
div#regularContent table {
   border-left: 0px solid rgb(197,197,197);
   border-top: 0px solid rgb(197,197,197);
}
div#regularContent table td, div#regularContent table th {
   border-right: 0px solid rgb(197,197,197);
   border-bottom: 0px solid rgb(197,197,197);
}
/* ZLOZENE SRANKY (anchory)*/
div.chapter {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* NOVINKY (anchory)*/
div.newiePerex, div.newiePerex p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.newsFullList div.newiePerex {
}
#newsColumns div.newiePerex {
}
.newsFullList div.wrapper {
  float: left;
  padding-bottom: 5px;
}
#newsColumns div.wrapper {
  float: left;
  padding-bottom: 15px;
}
#newsColumns #content2 div.wrapper {
  margin-left: 0px;
}
#newsColumns #content1 div.wrapper {
  margin-left: 0px;
}
.newsFullList p.date  {
  display: block;
  float: left;
  width: 125px;
  padding-right: 10px;
  text-align: right;
}
.newsFullList p.title  {
  display: block;
  float: left;
  width: 370px;
  padding-left: 10px;
  border-left: 1px solid rgb(214,215,210);
}
#newsColumns p.date  {
  display: block;
  float: left;
  width: 90px;
  padding-right: 4px;
  text-align: right;
}
#newsColumns p.title  {
  float: left;
  width: 158px;
  padding-left: 4px;
  border-left: 1px solid rgb(214,215,210);
}
img.sipka {
  padding-bottom: 1px;
}
/*
div.newiePerex p.more {
  padding-bottom: 0px;
  display: none;
  font-size: 2px;
}
*/
/*
#content1 p  {
  margin: 0px 18px 0px 22px;
  }
#content2 p  {
  margin: 0px 32px 0px 30px;
  }
*/
#content1 p, #content2 p  {
  font-weight: normal;
  text-indent: 0px;
  font-size: 12px;
  line-height: 130%;
  }
#content1 a, #content2 a  {
  color: rgb(213,122,24);
  background-color: transparent;
  text-decoration: none;
  }
#content1 a:hover, #content2 a:hover  {
  text-decoration: underline;
  }
/* FORMULAR */
.form input, .form textarea  {
  font-size: 13px; 
 font-family: Tahoma, sans-serif;
  color: black; /* rgb(0,47,84); */
}
.form tr.gap {
  height: 9px;
}
.form td.separator {
  width: 16px;
}
/* speciality */
div.kontaktyMapa {
  float: right;
  text-align: right;
  width: 300px;
}
div.kontaktyMapa div.legenda{
  width: auto;
  font-size: 11px;
  text-align: left;
  float: right;
padding-top: 3px;
}
div.kontaktyMapa img.mapka {
  display: block;
  float: right;
}
img.border {
  padding: 1px;
  border: 1px solid #bbb;
}
/* END regularContent */  
