/** start Fonts **/


  #header,#content,#footnote,#footer {position:relative;}
  /** Font Family **/

  body,#footer, #header, #content {
    font-family: "Arial CE",Arial, sans-serif; font-size:13px; line-height:1.3em;
  }

  /** Font Size **/

  h2 {font-size:2em;}
  h3 {font-weight:bold; font-size:1.3em;}
  h4 {font-size:1.15em;}
  /** Font Colors **/
  h1,h2,h3,h4,h5,a {color:#a81d20;line-height: 1em;}

/** end Fonts **/

/** start General **/
  a {text-decoration:none;}
  a:hover {text-decoration:underline;}
  .mail {font-weight:bold;} 


  /** start Header **/
  #site-title a, #site-title img {border:none;}
  
  /*#site-title {
    background: url("logo_pt.png") no-repeat scroll 0 0 transparent;
    height: 0;
    left: 10px;
    overflow: hidden;
    padding: 45px 0 0 30px;
    margin: 17px 0 0 0;
    position: absolute;
    top: 63px;
    width: 180px;
  }*/
  
  #site-title {
    height: 50px;
    left: 10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 63px;
    width: auto;
  }
 
 /** start language navigation **/ 
  #language-nav {
  position:absolute;
  right:15px;
  top:0px;
  color:#dbdbdb;
}
  #language-nav li {
    display:inline-block;
    list-style: none;
    margin-left:4px;
  }
  
  #language-nav li a {
    display:inline;
    padding:2px 2px 2px 2px;
    width:30px;
    height:0px;
    text-align:center;
    text-decoration:none;
    font-size:1em;
    color:#9A9A9A;
    border :1px solid #fff;
  }
  
  #language-nav li a:hover
  { 
   /* border: 1px solid #A81D20;
    background: #A81D20;
    color: #fff;*/
    background:#fff;
    border: 1px solid #9A9A9A; 
    color: #9A9A9A;
  }

  #language-nav li.selected a{
    background:#fff !important;
    border: 1px solid #a81e22; 
    color: #a81e22;  /*9A9A9A*/
    font-weight: bold;
  }
  
  /** end language navigation **/
  


  /** start Navigation **/
  #navigation {
    position:absolute;
    bottom:0px;
    margin:0;
    padding:0 0 28px;
    left:280px;
    z-index: 99999;
  }
  #navigation li {
    display:inline-block;
    list-style: none;
    margin-left:20px;
  }
  #navigation li a {
    display:inline;
    padding:0 0 6px 0;
    width:80px;
    height:20px;
    text-align:center;
    text-decoration:none;
    font-size:1.2em;
    color:#9a9a9a;
  }
  
  #navigation li a:hover {border-bottom: 3px solid #f1f1f1; color: #6c6969;}
  
  #navigation li.selected a {
    background:#fff !important;
    /*border-bottom: 3px solid #f1f1f1; 
    color: #6c6969;*/
    border-bottom: 3px solid #E7CACA; 
    color: #a81e22;
  }

  /** end Navigation **/
  
  /** end Header **/

  /** start Content **/
body {
  background: #eee;
  color: #555;
  margin:0;
}  


#content, #header, #feature, #footer {
    width:auto;
    margin: 0;
    position:relative;
  }

#content-inner, #feature-inner, #header-inner, #footer-inner {
    
    background:#fff;
    margin: 0 auto;
    position: relative;
}

#header {
    
    z-index:9999;
    /**  
      -moz-box-shadow:   0px 0px 15px #000;
    -webkit-box-shadow:0px 0px 15px #000;
    box-shadow:        0px 0px 15px #000;
   **/
  }
  
#feature {
}

#footer {
  background: none;
}

#header-inner {                                                                  
  min-height: 135px;

}

#feature-inner {
   /*background:#b60010 url(pantheon_chram.jpg);*/
   background: white;
   max-height:327px;
   overflow:hidden;
/*   overflow:initial;*/
   color: #fff;
   /*padding: 10px 0px 10px 0px;*/
   padding: 0px;
}

#feature-inner h1,
#feature-inner h2,
#feature-inner h3,
#feature-inner h4,
#feature-inner h5,
#feature-inner a {
color:#fff; 
font-weight: bold;
}

#content-inner {
  /*border-bottom: 5px solid #f1f1f1;*/
  border-bottom: 1px dashed #E7CACA;
  min-height: 190px;
  background:#fff url(content-bg.jpg) no-repeat top center;
  padding: 35px 0px 25px 0px;
  list-style-type: square;
}

#content-inner a {
  text-decoration: underline;
}

#content-inner a:hover {
  text-decoration: none;
}

#content-inner .news {
  display: inline-block;
  height: 160px;
    width: 240px;
    float: left;  
}

.news h3, .offer h3, .footnote h3 {
  font-size:1.1em;
  color:#555;
}

.news h2, .offer h2 {
  font-size:1.15em;
  color:#a81e22;
}

.news a {
  font-family: "Arial CE",Arial, sans-serif;
  font-size:11px;
  color:#c4c1c1;
  text-align: right;
}

#content-inner .offer {
  display: inline-block;
  width: 635px;
  height: 160px; 
  float: left; 
}

.offer ul.links {
    display: inline-block;
    position: relative;
    color: #555;
    font-size: 1.5em;
    left: 20px;
    padding: 0px;
    width: 730px;
    margin: 0;
}

.offer ul {
    padding-left: 25px;
    color: #888282;
}

.offer ul.links li {
  float:left;
  width: 170px;
  margin: 0 30px 15px 20px;
}
.offer ul.links li a {
text-align: center;
  color:#ad2d30;
  font-size:0.60em;
  
  /** Shadow **/
  text-shadow: 0px 1px 1px #eddcac;
}

.offer ul.links li a:hover {text-decoration:none;}


#footer-inner {
  position:relative;
  height:150px;
  padding-top:0px;
  padding-bottom:110px;
  background:url(bg.jpg);
  overflow: hidden;
}

#footer-inner .footnote {
  min-height: 190px; /*140px;*/ 
  background: #fff;
  -moz-box-shadow: 0px 0px 15px #bbb;
  -webkit-box-shadow: 0px 0px 15px #bbb;
  box-shadow: 0px 0px 15px #bbb;
}

#footer-inner .footnote h1 {
  font-size:1.15em;
  color:#a81e22;
  font-weight: normal;
  padding: 0;
}

#footer-inner .footnote h2 {
  font-size:1.15em;
  color:#a81e22;
  font-weight: normal;
  padding: 0;
}

#footer-inner ul{
list-style: none;
padding-left: 0px;
}

#footer-inner li{
margin-bottom:2px;
}

.footnote a {
  font-family: "Arial CE",Arial, sans-serif; font-size:12px; line-height:1.4em;
  color:#777;
}

.footnote {
  padding-top: 15px;
}

.footnote a:hover {
  color:#444;
}

#footer-inner .legal {
  padding: 10px 20px 0px;
  width: 920px;
  height: 10px;
  /*#c4c1c1;*/
  /*color: #A81E22;*/
  color: #666; 
  font-size:0.85em;
   
}

.legal a {
  color: #A81E22; /*#c4c1c1;*/
  font-weight: bold;
  /*font-size:0.85em;*/
}

.legal a:hover {
  color: #A81E22; /*#c4c1c1;*/
  /*font-size:0.85em;*/
}

#footer-inner .copyright { 
  float: left;
}
#footer-inner .design { 
  float: right;
}

.copyright, .design {
  background: #fff;
  padding: 0px 5px;
}

p.align-center{
 text-align: center;
}

p.align-left{
 text-align: left;
}

p.align-right{
 text-align: right;
}

p.align-justify{
 text-align: justify;
}

.csc-menu.csc-menu-1 li {
 margin-bottom: 8px;
}



/* tooltip */
#maptooltip{
position: absolute;
/*width: 150px;*/
width: auto;
min-width: 100px;
max-width: 200px;
padding: 5px;

/*border: 1px solid #A81D20;
background-color: #d6d3d3;
color: #A81D20;*/

border: 1px solid #6e6e6e/*black*/;
background-color: #e2e2e4/*#A81D20*/;
color: #A81D20/*white*/;

font-weight: bold;
text-align:center;
visibility: hidden;
z-index: 100;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
overflow: hidden;
}


/* history div to the right hack */
#c438, #c439, #c555, #c559{
float: right;
}

/* contact element padding */
#c531, #c533, #c537, #c380{
width: 400px;
padding-left: 40px;
}

#c531 h3, #c532 h3{
font-weight: bold;
}

#c537, #c538{
margin-left: 10px;
margin-right: 10px;
}

#c537 .csc-textpic-text, #c538 .csc-textpic-text{
margin-left: 0px;
margin-right: 0px;
}



/* uvod / ciele a strategia */
#c440 .csc-textpic-text{
margin-left: 0;
margin-right: 0;
}

/* slider width hack*/
/*.lof-main-ouer{
width: 960px !important;
} */

h3.nivo-title{
margin: 4px 0;
}

.tx-t3sjslidernews-pi1 .nivo-caption p{
margin-bottom: 4px;
}

.tx-t3sjslidernews-pi1 .nivo-caption{
background: url(slider_back.png) transparent !important;
opacity: 1 !important;
}

a.readmore{
font-weight: bold;
}

/* timeline */

div.timeline {
    border-left: 1px solid #e7caca;
    margin-left: 5px;
    padding-top: 5px;
}

.timeline ul.outer {
    margin-left: -3px;
    padding-left: 0;
}

.timeline ul.outer li {
    background: url("timeline_square.png") no-repeat scroll 0 5px transparent;
    list-style: none;
    padding-left: 15px;
}

.timeline ul.inner {
    padding-left: 2px;
}

.timeline h4 {
    font-size: 1.1em;
    font-weight: lighter;
    margin-bottom: 4px;
}

.timeline ul.inner li {
    background: url("timeline_list.png") no-repeat scroll 0 8px transparent;
    color: #555555;
    list-style: none outside none;
    padding-left: 14px;
}

.timeline a {
    text-decoration: underline;
}

.timeline a:hover {
    text-decoration: none;
}

/* end timeline */
  
  
  
#feature-inner h1 {
display: none;
}

.lof-slider_6 .lof-css3 {
-moz-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}

/*#c520 {
float: right;
} */

/* link as image */
a.contmail { 
margin-top:7px;
width: 118px; 
height: 13px; 
background-repeat: no-repeat; 
background-image: url("email.jpg");
background-position: 0px 0px;
display: block; 
}

a.contmail:hover {
width: 118px;
height: 13px;
background-repeat: no-repeat;
background-image: url("email.jpg");
background-position: 0px -25px;
display: block;
}

.indent{
text-indent: 2em;
} 

h2.csc-firstHeader, div.csc-header h2, #content-inner h2{
font-size: 1.7em;
} 
/*
#footer-inner h1.csc-firstHeader a{
font-size: 1.15em;
color: #A81E22;
font-weight: normal;
padding: 0;
line-height: 1em;
}
*/


.csc-textpic-text{
margin-left: 30px;
margin-right: 20px;
}

.refer1, .refer2, .refer3 {padding-left: 10px; padding-right: 80px; }
.refer1{border-left: 15px solid #999;}
.refer2{border-left: 15px solid #bbb;}
.refer3{border-left: 15px solid #ddd;}

/*hr {
color: #E7CACA;
height: 1px;
background: #E7CACA;
border: none;
}*/

hr{
border:#E7CACA 1px dashed;
border-style: none none dashed;
}

a.mail img{
border: none;
}

.footnote h1.csc-firstHeader a{
font-size: 1em;
color: #A81E22;
font-weight: normal;
padding: 0;
line-height: 1em;
}

/* justify align for services texts */
.container_12 .grid_12 {
text-align: justify;
}

#feature-inner div.csc-textpic-text {
display: none;
}
