/* RESET */
* {
  font-family: Arial;
  color: #000000;
  margin: 0px;
  padding: 0px;  
  }
body {
  font-size: 12px;
  background-image: url('../img/layout/bg_body.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
img {
  border: 0px;
  }
a {
  color: #015EAE;
}
a:hover {
  color: #2cadfb;
}
.more {
  font-weight: bold;
}
ul, ol, li {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
} 
ul, ol {
  margin-bottom: 15px;
}
td {
  vertical-align: top;
}
h1 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #000000;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3, h3 a {
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}

p,li {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: justify;
}
li {
  margin-bottom: 3px;
}
  p.highlight {
    color: #505050;
    text-transform: uppercase;
  }
#container-outter {
  width: 950px;
  margin: auto;
}
#container-inner {
  width: 950px;
  float: left;
  position: absolute;
}
#menu {
  float: left;
  clear: both;
  position: relative;
  left: 5px;
  top: 0px;
  width: 945px;
  text-align: center;
}
#header {
  float: left;
  clear: both;
  position: relative;
  left: 5px;
  top: 0px;
  width: 940px;
  height: 272px;
  overflow: hidden;
}
#header img {
  width: 940px;
  height: 272px;
  float: left;
}
  #menu a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #menu ul,
  #menu li {
    padding: 0px;
    margin: 0px;
  }  
  #menu li {
    display: inline;
    }
  #menu a {
    padding: 12px;
    padding-top: 14px;
    padding-right: 15px;
    padding-left: 15px;
    height: 24px;
    float: left;
  }
  #menu a:hover {
    background-color: #3eb8fc;
  }
#main {
  float: left;
  clear: both;
  width: 950px;
  /*margin-top: 278px;*/
  margin-top: 0px;
}
#main .col {
  float: left;
  width: 315px;
  background: url('../img/layout/bg_hp_col.png') top center no-repeat;
  min-height: 330px;
  _height: 330px;
}
#main .col_ {
  background: url('../img/layout/bg_hp_col2.png') top center no-repeat;
  height: 267px;
}
  #main .col .inner {
    margin: 13px;
    padding: 3px;
    margin-left: 22px;
    margin-right: 30px;
    background: url('../img/layout/bg_h2_col_def.png') no-repeat left top;
  }
  #main .col .inner h2 {
    font-size: 22px;
    font-weight: normal;
    padding-left: 60px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 30px;
  }
  #main .col .inner h2 span {
    color: #8d9ca1;
    font-size: 18px;
    font-weight: normal;
  }
  #main .col_ .inner h2,
  #main .col5 .inner h2 {
    padding: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
    color: #41b7fc;
  }
    #main .col5 .inner h2 {
      color: #000000;
    }
  #main .col li {
    list-style-image: url('../img/layout/col_li.png');
  }
  #main .col4 {
    clear: both;
    margin-top: 50px;
  }
  #main .col5 {
    margin-top: 50px;
    width: 625px;
    height: 267px;
    background: url('../img/layout/bg_hp_col5.png') top center no-repeat;
  }
  #main .col_ .inner,
  #main .col5 .inner {
    background-image: none;
  }
#footer {
  clear: both;
  float: left;
  width: 950px;
  margin-top: 40px;
  font-size: 11px;
  background-color: #939b9c;
  padding-bottom: 15px;
}
  #footer,
  #footer a {
    color:#ffffff;
  }
  
  
  
/*aktuality*/
.aktualita {
  padding-bottom: 15px;
  border-top: 1px solid #E6EDED;
  padding-top: 15px;
}
.aktualita h2 a , 
.aktualita h3 a {
  color: #0156A6;
  text-decoration: none;  
}
.aktualita h2 a:hover, 
.aktualita h3 a:hover {
  color: #34B2FE;
}
.aktualita:hover {
  background-color: #f6f6f6;
}
.aktualita span.more {
  background-color: #0156A6;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.aktualita span.more:hover {
  background-color: #34B2FE;
}
.aktualita span.more a {
  color: #ffffff;
  text-decoration: none;

}
span.date {
  color: #666666;
}
span.today {
  font-weight: bold;
  background-color: #f00000;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}
/*zarovnani obrazku*/
.alignL {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignR {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*obrazky*/
.photo img {
  border: 1px solid #45BDFC;
  padding: 10px;
  background-color: #E6EDED;
}
