/*$css3pieurl: '/ddd/typizovane/css/css3-ie-fix/PIE.htc';*/
/**
 **************************************************
 * Photogallery
 *
 * @description: image gallery divided into rows
 **************************************************
**/
.photogallery {
  padding: 15px 0; }
  .photogallery .photogallery-row {
    margin-left: -15px;
    margin-bottom: 15px; }
    .photogallery .photogallery-row .photogallery-item {
      float: left;
      width: 150px;
      margin: 0 0 0 15px;
      background: #dddddd;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border: 1px solid #aaaaaa;
      behavior: url("css3-ie-fix/PIE.htc");
      position: relative;
      z-index: 1; }
      .photogallery .photogallery-row .photogallery-item a {
        display: block;
        text-decoration: none !important;
        box-shadow: 0 0 5px #bbbbbb inset;
        -moz-box-shadow: 0 0 5px #bbbbbb inset;
        -webkit-box-shadow: 0 0 5px #bbbbbb inset;
        behavior: url("css3-ie-fix/PIE.htc");
        position: relative;
        z-index: 1; }
      .photogallery .photogallery-row .photogallery-item span {
        cursor: pointer; }
      .photogallery .photogallery-row .photogallery-item span.img {
        display: table-cell;
        text-align: center;
        padding: 10px 0 0;
        height: 137px;
        width: 150px;
        overflow: hidden;
        vertical-align: middle; }
      .photogallery .photogallery-row .photogallery-item span.img-name {
        display: block;
        padding: 0 10px 5px;
        color: black;
        font-weight: bold;
        font-style: italic;
        font-size: 16px; }
      .photogallery .photogallery-row .photogallery-item span.img-desc {
        display: block;
        padding: 0 10px 10px;
        color: #333333;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        line-height: 16px; }
    .photogallery .photogallery-row .photogallery-item.over {
      border: 1px solid #aaaaaa;
      background: #dddddd;
      box-shadow: 0 0 2px #666666;
      -moz-box-shadow: 0 0 2px #666666;
      -webkit-box-shadow: 0 0 2px #666666; }

/**
 **************************************************
 * Newslist
 *
 * @description: list of news
 **************************************************
**/
.newslist {
  padding: 15px 0 50px; }
  .newslist .item {
    border-bottom: 1px solid #333333;
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .newslist .item .img {
      border: 1px solid #999999;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      padding: 3px;
      box-shadow: 1px 1px 1px #cccccc;
      -moz-box-shadow: 1px 1px 1px #cccccc;
      -webkit-box-shadow: 1px 1px 1px #cccccc;
      behavior: url("css3-ie-fix/PIE.htc");
      position: relative;
      z-index: 1; }
    .newslist .item .img.img-left {
      float: left;
      margin-right: 15px; }
    .newslist .item .img.img-right {
      float: right;
      margin-left: 15px; }
    .newslist .item h2 {
      margin-bottom: 5px !important; }
      .newslist .item h2 a {
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: #9d2626 !important;
        text-decoration: none !important; }
    .newslist .item p.perex {
      margin-bottom: 10px !important; }
      .newslist .item p.perex a {
        text-decoration: none !important;
        color: #333333 !important;
        display: block;
        line-height: 20px; }
    .newslist .item p.notes {
      margin-bottom: 0 !important;
      font-size: 15px !important; }
  .newslist .item.last {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

/**
 **************************************************
 * Pager
 *
 * @description: universal paginator used below lists, gallery, in fancybox
 **************************************************
**/
.pager {
  margin-bottom: 25px; }
  .pager a, .pager span {
    float: left;
    line-height: 20px;
    width: 20px;
    margin-right: 3px;
    text-align: center;
    border: 1px solid #333333;
    background: #666666;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px white inset;
    -moz-box-shadow: 0 0 1px white inset;
    -webkit-box-shadow: 0 0 1px white inset;
    behavior: url("css3-ie-fix/PIE.htc");
    position: relative;
    z-index: 1; }
  .pager a:hover {
    border: 1px solid #333333;
    background: white;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #333333 inset;
    -moz-box-shadow: 0 0 1px #333333 inset;
    -webkit-box-shadow: 0 0 1px #333333 inset; }
  .pager span.active {
    background: white;
    color: #333333 !important;
    font-weight: bold;
    box-shadow: 0 0 1px #333333 inset;
    -moz-box-shadow: 0 0 1px #333333 inset;
    -webkit-box-shadow: 0 0 1px #333333 inset; }

#fancybox-title .pager {
  margin: 0;
  padding: 0;
  float: right; }

#fancybox-title .pager td {
  padding: 0; }

/**
 **************************************************
 * Filegallery
 *
 * @description: files to download
 **************************************************
**/
.filegallery {
  margin: 0 0 25px; }
  .filegallery a {
    margin: 0 0 2px;
    display: block;
    text-decoration: none !important;
    color: #9d2626 !important;
    padding: 10px;
    behavior: url("css3-ie-fix/PIE.htc");
    position: relative;
    z-index: 1; }
    .filegallery a span {
      display: block;
      cursor: pointer;
      padding-left: 22px; }
    .filegallery a span.file-name {
      background-repeat: no-repeat;
      background-image: url("../gfx/fileicons.png");
      line-height: 18px;
      text-decoration: underline; }
    .filegallery a span.file-desc {
      text-decoration: none;
      color: #333333;
      font-size: 15px;
      line-height: 13px;
      padding-top: 6px; }
  .filegallery a:hover {
    border: 1px solid #aaaaaa;
    background: #eeeeee;
    padding: 9px;
    box-shadow: 0 0 2px #666666;
    -moz-box-shadow: 0 0 2px #666666;
    -webkit-box-shadow: 0 0 2px #666666;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    .filegallery a:hover span.file-name {
      text-decoration: none; }
  .filegallery .xls span.file-name {
    background-position: 0 0; }
  .filegallery .doc span.file-name {
    background-position: 0 -19px; }
  .filegallery .ppt span.file-name {
    background-position: 0 -38px; }
  .filegallery .pdf span.file-name {
    background-position: 0 -57px; }
  .filegallery .jpg span.file-name {
    background-position: 0 -76px; }
  .filegallery .uni span.file-name {
    background-position: 0 -95px; }
  .filegallery .txt span.file-name {
    background-position: 0 -114px; }
  .filegallery .oof span.file-name {
    background-position: 0 -133px; }
  .filegallery .vid span.file-name {
    background-position: 0 -152px; }
  .filegallery .aud span.file-name {
    background-position: 0 -171px; }
  .filegallery .zip span.file-name {
    background-position: 0 -190px; }
  .filegallery .rar span.file-name {
    background-position: 0 -209px; }
  .filegallery .vcf span.file-name {
    background-position: 0 -228px; }

/**
 **************************************************
 * Forms
 *
 * @description: universal forms
 **************************************************
**/
.universal-form {
  margin: 15px 0 30px; }
  .universal-form h2 {
    font-size: 20px !important; }
  .universal-form .input-field {
    margin: 0 0 15px; }
    .universal-form .input-field label {
      float: left;
      display: block;
      width: 70px;
      margin: 0 10px 0 0;
      color: #333333;
      font-size: 16px;
      text-align: right;
      line-height: 28px;
      font-family: Arial, sans-serif; }
      .universal-form .input-field label span {
        color: red; }
    .universal-form .input-field input.input-text, .universal-form .input-field textarea {
      float: left;
      display: block;
      width: 200px;
      padding: 0 10px;
      color: #333333;
      font-size: 16px;
      line-height: 26px;
      height: 26px;
      font-family: Arial, sans-serif;
      background: #f1f1f1;
      border: 1px solid #cccccc;
      box-shadow: 0 1px 2px white inset;
      -moz-box-shadow: 0 1px 2px white inset;
      -webkit-box-shadow: 0 1px 2px white inset;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      behavior: url("css3-ie-fix/PIE.htc");
      position: relative;
      z-index: 1; }
    .universal-form .input-field input.input-text.focus,
    .universal-form .input-field textarea.focus {
      width: 200px;
      padding: 0 10px;
      color: #333333;
      font-size: 16px;
      line-height: 26px;
      height: 26px;
      font-family: Arial, sans-serif;
      background: #f8f8f8;
      border: 1px solid #bbbbbb;
      box-shadow: 0 0 1px #aaaaaa;
      -moz-box-shadow: 0 0 1px #aaaaaa;
      -webkit-box-shadow: 0 0 1px #aaaaaa;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    .universal-form .input-field .textarea {
      float: left; }
      .universal-form .input-field .textarea .count-chars {
        font-size: 13px;
        padding: 4px 0 0; }
    .universal-form .input-field textarea,
    .universal-form .input-field textarea.focus {
      line-height: 20px;
      padding-top: 6px;
      padding-bottom: 6px;
      overflow: auto;
      height: 70px;
      float: none; }
    .universal-form .input-field textarea.notification {
      width: 200px;
      color: #333333;
      font-size: 16px;
      font-family: Arial, sans-serif;
      background: #f9f1f1;
      border: 1px solid red;
      box-shadow: 0 0 1px #aaaaaa;
      -moz-box-shadow: 0 0 1px #aaaaaa;
      -webkit-box-shadow: 0 0 1px #aaaaaa;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
  .universal-form .input-field.error label {
    color: red; }
  .universal-form .input-field.error input.input-text,
  .universal-form .input-field.error textarea {
    width: 200px;
    padding: 0 10px;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    font-family: Arial, sans-serif;
    background: #f9f1f1;
    border: 1px solid red;
    box-shadow: 0 0 1px #aaaaaa;
    -moz-box-shadow: 0 0 1px #aaaaaa;
    -webkit-box-shadow: 0 0 1px #aaaaaa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .universal-form .input-field.error textarea,
  .universal-form .input-field.error textarea.focus {
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    oveflow: auto;
    height: 70px;
    float: none; }
  .universal-form .submit {
    margin: 0 0 15px;
    text-align: right;
    width: 302px;
    /* FF Fix */
    /* <- Safari & Google Chrome Fix */ }
    .universal-form .submit button::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .universal-form .submit button {
      -webkit-border-fit: lines; }
    .universal-form .submit button {
      overflow: visible;
      width: auto;
      border: 0;
      padding: 0;
      margin: 0;
      background: transparent;
      cursor: pointer; }
    .universal-form .submit .btn-submit span {
      display: block;
      width: auto;
      padding: 0 20px;
      color: white;
      font-size: 16px;
      line-height: 26px;
      height: 26px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      background: #9d2626;
      border: 1px solid #333333;
      box-shadow: 0 1px 2px white inset;
      -moz-box-shadow: 0 1px 2px white inset;
      -webkit-box-shadow: 0 1px 2px white inset;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      behavior: url("css3-ie-fix/PIE.htc");
      position: relative;
      z-index: 1;
      cursor: pointer; }
    .universal-form .submit .btn-submit.over span {
      width: auto;
      padding: 0 20px;
      color: white;
      font-size: 16px;
      line-height: 26px;
      height: 26px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      background: black;
      border: 1px solid #333333;
      box-shadow: 0 0 3px #555555;
      -moz-box-shadow: 0 0 3px #555555;
      -webkit-box-shadow: 0 0 3px #555555;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }

/**
 **************************************************
 * Datepicker
 *
 * @description: overwrites base styles for tXcX tables
 **************************************************
**/
.ui-widget {
  font-size: 1em; }

.ui-datepicker table {
  margin: 0 0 .4em !important;
  border: 0 !important; }
  .ui-datepicker table th {
    border: 0 !important;
    padding: 0.7em 0.3em !important;
    text-align: center !important;
    color: #333333 !important;
    background: none !important;
    font-size: 10px !important; }
  .ui-datepicker table td {
    border: 0 !important;
    padding: 1px !important;
    text-align: center !important;
    color: #333333 !important;
    background: none !important;
    font-size: 10px !important; }
  .ui-datepicker table a {
    text-decoration: none !important;
    color: #1C94C4 !important;
    font-weight: bold !important; }
  .ui-datepicker table td span,
  .ui-datepicker table td a {
    padding: 0.5em 0.8em 0.5em 0em !important; }

/**
 **************************************************
 * t1c1, t1c2
 *
 * @description: tXsX definition
 **************************************************
**/
#t1c1,
#t1c2 {
  font-family: Arial, sans-serif; }
  #t1c1 a,
  #t1c2 a {
    color: #9d2626;
    text-decoration: underline; }
  #t1c1 a:hover,
  #t1c2 a:hover {
    color: #9d2626;
    text-decoration: none; }
  #t1c1 h1,
  #t1c2 h1 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.2em;
    color: #9d2626; }
  #t1c1 h2,
  #t1c2 h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333; }
  #t1c1 h3,
  #t1c2 h3 {
    padding: 0;
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.2em;
    color: #333333; }
  #t1c1 h4,
  #t1c2 h4 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    line-height: 1.2em;
    color: #333333; }
  #t1c1 h5,
  #t1c2 h5 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #333333; }
  #t1c1 h6,
  #t1c2 h6 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #333333; }
  #t1c1 p,
  #t1c2 p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    color: #333333; }
  #t1c1 ul,
  #t1c2 ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none; }
  #t1c1 ul ul,
  #t1c2 ul ul {
    margin: 0;
    margin-left: 0;
    padding: 12px 0 5px; }
  #t1c1 ul li,
  #t1c2 ul li {
    margin: 0 0 7px;
    padding: 0 0 0 35px;
    line-height: 20px;
    list-style-type: none;
    background: url("../gfx/ul-li.png") 18px 6px no-repeat; }
  #t1c1 ol,
  #t1c2 ol {
    margin: 20px 0 20px 30px;
    padding: 0; }
  #t1c1 ol li,
  #t1c2 ol li {
    margin: 0 0 7px;
    padding: 0;
    line-height: 20px; }
  #t1c1 hr,
  #t1c2 hr {
    margin: 25px 0;
    height: 0;
    border: 0;
    padding: 0;
    border-top: 1px solid black; }
  #t1c1 table,
  #t1c2 table {
    border-spacing: 0;
    padding: 0;
    margin: 15px 0 20px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    font-family: Arial, sans-serif; }
  #t1c1 table th, #t1c1 table td,
  #t1c2 table th,
  #t1c2 table td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    vertical-align: top; }
  #t1c1 table th,
  #t1c2 table th {
    text-align: left;
    background: #9d2626;
    color: white;
    padding: 4px 10px;
    font-size: 19px; }
  #t1c1 table td,
  #t1c2 table td {
    padding: 4px 10px;
    font-size: 16px; }
  #t1c1 table tr.even td,
  #t1c2 table tr.even td {
    background: #dddddd; }
  #t1c1 table tr.odd td,
  #t1c2 table tr.odd td {
    background: #eeeeee; }
  #t1c1 table tr.over td,
  #t1c2 table tr.over td {
    background: #dddddd; }
