html {
  background-image: url('../img/layout/bg_html.png');
  background-position: top center;
  background-color: #000000;
  background-repeat: repeat-x;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, sans-serif;
  color: #ffffff;
}
p {
  clear: both;
}
a img {
  border: 0px;
}
ul, li, ol {
  margin-left: 15px;
}
li {
  margin-bottom: 2px;
  margin-top: 2px;
  margin-left: 30px;
}
#container-outter {
  width: 960px;
  margin: auto;
}
#container-left {
  width: 80px;
  background-image: url('../img/layout/bg_m_l.png');
  background-repeat: no-repeat;
  background-position: top right;
  height:700px;
  float: left;
}
#container-right {
  width: 80px;
  background-image: url('../img/layout/bg_m_r.png');
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  height:700px;
}
#container-inner {
  width: 800px;
  background-image: url('../img/layout/bg_main.png');
  float: left;
}
#header-l {
  width: 300px;
  height: 156px;
  overflow: hidden;
  float: left;
  background-image: url('../img/layout/header_l.png');
  background-color: #000000;
}
  #header-l img {
    padding-top: 80px;
    padding-left: 30px;
  }
#header-r {
  width: 500px;
  height: 156px;
  overflow: hidden;
  float: left;
  background-image: url('../img/layout/header_r.jpg');
}
#menu {
  height: 34px;
  width: 800px;
  float: left;
  clear: both;
  background-image: url('../img/layout/bg_menu.png');
  overflow: hidden;
}
  #menu * {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #menu a {
    color: #ffffff;
    text-decoration: none;
  }
  #menu a:hover {
    color: #ffa504;
  }
  #menu .inner {
    margin: 0px;
    margin-left: 120px;
  }
  #menu .item .inner,
  #menu .item_selected .inner {
    margin: 0px;
    margin-top: 8px;
    text-align: center;
    width: 113px;
  }
  #menu .item {
    float: left;
    height: 34px;
    width: 113px;
    text-align: center;
    background-image: url('../img/layout/menu.png');
    background-position: top right;
    background-repeat: no-repeat;
  }
  #menu .item_selected {
    float: left;
    height: 34px;
    width: 113px;
    text-align: center;
    background-image: url('../img/layout/menu_selected.png');
    background-position: top right;
  }  
#col1 {
  float: left;
  width: 405px;
  overflow: hidden;
}
#video {
  float: left;
  background-color: #494949;
  background-image: url('../img/layout/bg_video.jpg');
  width: 395px;
  height: 348px;
  overflow: hidden;
}
  #video .inner {
    margin-top:18px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #video .inner .flash {
  background-color: #eeeeee;
  padding: 4px;
  float: left;
  }
  #video .inner .flash * {
    float: left;
  }
  #video .description {
    background-color: #b7b7b7;
    background-image: url('../img/layout/bg_description.png');
    color: #262626; 
    font-size: 10px;
    padding: 10px;
    margin-top: 5px;
    float: left;
    width: 335px;
    text-align: justify;
  }
#main {
  float: left;
  width: 800px;
  min-height: 500px;
  _height: 500px;
  padding-bottom: 10px;
}
#footer {
  clear: both;
  height: 31px;
  width: 800px;
  background-image: url('../img/layout/bg_footer.png');
}
  #footer * {
    font-size: 10px;
  }
  #footer .inner {
    margin: 8px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #footer .menu {
    width: 400px;
    float: left;
    text-align: left;
  }
  #footer .copyright {
    width: 400px;
    float: right;
    text-align: right;
  }
  
.inner {
  margin: 15px;
}
/*efektni nadpisy*/
.er1 {
  background-color: #000000;
  background-image: url('../img/layout/bg_h1_r.png');
  background-repeat: no-repeat;
  background-position: right top;
  color: #bd0302;
  border: 1px solid #292929;
  overflow: hidden;
  height: 22px;
  padding: 0px;
  padding-left: 10px;
}
.el1 {
  padding-left: 5px;
  background-image: url('../img/layout/bg_h1_l.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.ec1 {
  padding-left: 10px;
  margin-top: 3px;
}
.el1 h1 {
  color: #bd0302;
}
.eh1 h1 .pref {
  color: #ffffff;
}
h1, h1 * {
  text-transform: uppercase;
  font-size: 13px;
}
strong, a {
  color: #ffa504;
}
/*box*/
.box {
  background-color: #292929;
  padding: 10px;
  font-size: 10px;
  line-height: 1.5; 
  margin-bottom: 15px;
}
.box .inner {
  padding: 5px;
  padding-left: 0px;
  padding-right: 30px;
}
.box * {
  font-size: 10px;
}
.date, .title {
  color: #ffa504;
}
.title {
  text-decoration: underline;
}
/*aktualita*/
.aktualita {
  margin-bottom: 10px;
  text-align: justify;
}
#main .aktualita {
  float: left;
  clear: both;
  width: 740px;
  background-image: url('../img/layout/hr_news.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
#main .aktualita * {
  font-size: 10px;
}
#main .aktualita .title {
  color: #d80100;
}
#main .aktualita .text,
#main .aktualita .text * {
  color: #c3c3c3;
  line-height: 1.5;
}
#main .aktualita .attachments li {
  margin-left: 40px;
  clear: both;
}
#main .aktualita .attachments li a {
  margin-left: 10px;
}
#main .aktualita .imageBox {
  width: 242px;
  text-align: center;
  border: 5px solid black;
  float: left;
  margin-right: 15px;
  background-color: black;
}
#main .aktualita .text {
  float: left;
  width: 470px;
}
#main .aktualita .imageBox img {
  border: 1px solid #ffffff;
}
#main .aktualita .text a {
  color: #ffa504;
}
/*IKONKA RSS*/
.rss_icon {
float: right;
margin-right: 20px;

}
/*PODKLAD PODSTRANEK*/
.inn {
  background-color: #292929;
  float: left;
  width: 100%;
  /*padding-bottom: 10px;*/
}
.paging {
  clear: both;
} 
.paging table {
  margin: auto;
} 
.paging td {
  vertical-align: top;
} 
.paging * {
  font-size: 10px;
}
.paging .current {
  border: 1px solid #141414;
  padding: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #ffa504;
}
/*HISTORIE*/
.history-images {
  float: right;
  width: 254px;
  background-color: #161616;
  margin-bottom: 10px;
  text-align: center;
}
.history-images img {
  margin: 10px;
}
.history {
  float: left;
  width: 470px;
  padding-bottom: 5px;
  background-image: url('../img/layout/hr_news.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}
.history * {
  font-size: 10px;
}
.history .year {
  width: 55px;
  float: left;
  font-size: 10px;
  color: #ffa504;
}
.history .event {
  float: left;
  width: 415px;
}
/*KONTAKT*/
.contact-column {
  width: 240px;
  float: left;
  padding-bottom: 10px;
}
.contact-column h2 {
  color: #d80100;
}
.contact-column .image {
  background-color: #000000;
  float: left;
  margin-bottom: 12px;
  border: 2px solid #000000;
}
.contact-column .image img {
  border: 1px solid #ffffff;
  float: left;
}
.contact-column * {
  font-size: 10px;
  color: #c3c3c3;
  line-height: 1.7;
}
.contact-column p {
  margin-top: 10px;
}
.contact-column strong {
  color: #ffa504;
  font-weight: normal;
}
/*PRODUKTY*/
#products {
  background-color: #494949;
  background-image: url('../img/layout/bg_products.png');
  background-position: top center;
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 10px;
}
#products .product-column {
  float: left;
  width: 50%;
}
#products .product {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  background-color: #161616;
}
#products .delimiter {
  background-image: url('../img/layout/hr_news.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#products .text,
#products .long  {
  float: left;
  clear: both;
  width: 100%;
}
#products .long img {
  border: 1px solid black;
  margin-right: 5px;
}
#products * {
  font-size: 10px;
}
#products .text,
#products .text .short,
#products .text h1 {
  float: left;
  width: 105px;
  overflow: hidden;
}
#products .text h1 {
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}
#products .text .short {
  margin-top: 20px;
}
#products .text .short .content {
  margin: 10px;
}
#products .text h1,
#products .text .short,
#products .image,
#products .long {
  background-color: #161616;
}
#products .image {
  float: left;
  width: 250px;
  padding-bottom: 7px;
}
#products .image .content {
  margin: 7px;
}
#products .image .content img {
  border: 1px solid #ffffff;
  float: left;
}
#products .long .content {
margin: 7px;
background-color: #2d2d2d;
padding: 10px;
}
#products .showhide {
  color: #ffa504;
  cursor: pointer;
  text-decoration: underline;
  display: none;
}
#products .close_button {
  text-align: right;
  padding-right: 7px;
  padding-bottom: 7px;
}
#products .ask-form input {
  height: 12px;
  color: #000000;
  padding: 1px;
  width:80px;
}
#products .ask-form .submit {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding-bottom: 2px;
  height: 18px;
  width:60px;
  background-color: #000000;
  border: 1px solid #222222;
}
#products .ask-form p {
  padding-bottom: 10px;
}
#products .ask-form .ok {
   color: #00e000;
}
#products .ask-form .error {
  color: #f00000;
}
#servis {
  margin-bottom: 10px;
  width: 470px;
  padding-bottom: 5px;
  float: left;
}
#servis a {
  font-size: 12px;
  font-size: 10px;
}
#servis *,
.servis-contact *  {
  font-size: 10px;
}
#servis p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#servis li {
  list-style: square;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}
.servis-contact {
  float: right;
  width: 254px;
  background-color: #161616;
  margin-bottom: 10px;
  text-align: left;
}
.servis-contact p {
  margin: 15px;
}
.servis-contact img {
  float: right;
}
