h1, h2, h3, h4, h5, h6 {
  color: rgb(28,149,204);
  font-family: 'AvenirNextLTPro Bold', Arial;
} 

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 27px;
  color: black;
}

h4 {
  font-size: 20px;
  color: black;
}

h5 a {
  border: 1px solid rgb(10,73,151);
  text-decoration: none;
  padding: 10px 40px;
  margin-top: 30px; 
  background: none;
  font-size: 15px;
  font-family: 'AvenirNextLTPro Regular', Arial;
  color: rgb(10,73,152);
}

h5 a:hover {
  background: rgb(10,73,151);
  color: white;
}

a {
  color: rgb(12,149,212);
}

a:hover {
  text-decoration: none;
}

p {
/*   text-align: justify; */
   line-height: 150%;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

li {
   line-height: 150%;
}

ul {
  list-style-image: url(../img/odrazka.gif);
  padding: 0;
  margin: 0 0 1em 1em;
}

/* table */

table.contenttable {
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 1em;
  width: 100%;
}

table.contenttable p.bodytext {
  padding: 0px;
  margin: 0px;
}

table.contenttable th {
  width: 100px;
}

table.contenttable th, 
table.contenttable td {
  padding: 5px;
  border-top: 1px dotted rgb(190,188,189);
  border-bottom: 1px dotted rgb(190,188,189);
}

table.contenttable th p.bodytext {
  color: rgb(123,123,123);
}

#c159 {
  position: absolute;
  color: white;
  font-family: 'AvenirNextLTPro Bold', Arial;
  top: 50%;
  left: 55%;
  font-size: 50px;
}

#c159 p {
  line-height: 100%;
}

.cleaner {
  clear:both;
}

#left div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}