/* CSS Document */
/* HMplast, Martin Klíma */
/* 

v 1.2.2 - IE7 vs FF corrections
        - marginy u nadpisů a ul 
  1.2.3 - horizontal active 

*/

/* color schema: 
*/


/* Debug section */

div {
  /*
  border: 1px dotted red;
  margin: 0px;
  padding: 0px; /* solving IE problem with bg image  */
}

* {
  margin: 0;
  padding: 0;
  /*color: #999 !important;*/
}

/* General settings */

body {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  color: #fff;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h1 {
  display: none;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}

a {
  text-decoration: none;
  /*color: inherit;*/
  color: #fff;
  font-weight: normal;
}

.error, .ok, .debug {
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 1px dotted red;
}
.error {
  background-color: #f99;
}
.ok {
  background-color: #349ED5;
}
.debug {
  border-color: #393;
  color: #393;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  background: #6E757D url(images/bg_page.gif) repeat-y center top;
  padding: 0;
  margin: 0;
}

#container {
  
}

#page_box {
  margin: 0px auto 0px auto;
  width: 1000px;
  xborder: 2px solid green;
  xpadding: 0 50px;
}

#header {
  background: url(images/bg_header.jpg) no-repeat;
  width: 100%;
  margin-top: 0px;
  height: 178px;
  padding: 0px;
}

#logo {
  float: left;
}
#logo a {
  display: block;
  width: 800px;
  height: 160px;
}

#headline {
  display: none;
  float: left;
  width: 300px;
  color: #666;
  padding-top: 65px;
}

#contents {
  padding: 0px;
  padding-top: 34px;
  min-height: 415px;
}


/* h-menu*/
#navipanel {
  height: 48px;
  background-color: #ffc;
  background: url(images/bg_navipanel.jpg) no-repeat;
  padding: 0 44px;
}

  #icons_bar {
   float: left;
   width: 140px;
   height: 12px;
   margin-left: 0px;
   margin-top: 13px;
  }
  
  #icons_bar .icon {
    float: left;
    display: block;
    width: 22px;
    height: 12px;
    margin: 0 12px;
    background-repeat: no-repeat;
    background-position: 2px top;
  }
  
  #icons_bar a.icon {
  }
  #icons_bar a.icon.cz {
    background-image: url(images/flg_cz_50.png);
  }
  #icons_bar a.icon.cz:hover {
    background-image: url(images/flg_cz_100.png);
  }
  #icons_bar a.icon.cz.active {
    background-image: url(images/flg_cz_100.png);
  }
  #icons_bar a.icon.de {
    background-image: url(images/flg_de_50.png);
  }
  #icons_bar a.icon.de:hover {
    background-image: url(images/flg_de_100.png);
  }
  #icons_bar a.icon.de.active {
    background-image: url(images/flg_de_100.png);
  }
  #icons_bar a.icon.en {
    background-image: url(images/flg_en_50.png);
  }
  #icons_bar a.icon.en:hover {
    background-image: url(images/flg_en_100.png);
  }
  #icons_bar a.icon.en.active {
    background-image: url(images/flg_en_100.png);
  }
  
  
  
  
/* -------------- vertical menu --------- */
#left_column {
  float: left;
  width: 220px;
  padding: 0px;
  margin: 0 10px 0 16px;
}

#verticalmenu {
  padding: 0px; 
  color: #fff; 
}

#verticalmenu ul {
  margin: 0;
  padding: 1px;
  list-style-type: none;
  text-align: left;
}

#verticalmenu ul li {
  background: url(images/menu_separator.gif) repeat-x left bottom;
  margin: 0 0;
  padding: 0 0 1px 0; /*IE6 compatibility workaround*/
}

#verticalmenu ul li a {
  display: block;
  background: url(images/bullet_gray.gif) no-repeat 0 15px;
  padding: 12px 0;
  padding-left: 28px;
  font-weight: bold;
  font-size: 13px;
  font-variant: small-caps;
  text-decoration: none;
  color: #ccc;
  xborder: 1px solid yellow;
}

#verticalmenu ul li a:hover{
  background: url(images/bullet_blue.gif) no-repeat 0 15px;
}

  #verticalmenu .actual {
    font-weight: bold;
  }
  #verticalmenu .actual a {
    color: #fff;
    background: url(images/bullet_blue.gif) no-repeat 0 15px;
  }


/* Horizontal menu table version */
#horizontalmenu {
  
}
#horizontalmenu table {
  width: 100%;
  border-collapse: collapse;
}
#horizontalmenu table td {
  text-align: center;
  font-size: 11px;
}
#horizontalmenu table td a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#horizontalmenu table td.actual a {
  text-decoration: underline;
}
/*
#horizontalmenu table td.actual {
  background: url(images/navi_hover.gif) repeat-x 0 0;
}
#horizontalmenu table td.first.actual {
  background: url(images/navi_hover_first.gif) no-repeat 0 0;
}
#horizontalmenu table td.last.actual {
  background: url(images/navi_hover_last.gif) no-repeat right 0;
}
*/

#horizontalmenu table td a:hover {
  background: url(images/navi_hover.gif) repeat-x 0 0;
}
#horizontalmenu table td.first a:hover {
  background: url(images/navi_hover_first.gif) no-repeat 0 0;
}
#horizontalmenu table td.last a:hover {
  background: url(images/navi_hover_last.gif) no-repeat right 0;
}

/* Horizontal menu*/
/*
#horizontalmenu {
}

#horizontalmenu ul {
  margin: 0;
  padding: 1px;
  list-style-type: none;
  text-align: left;
}

#horizontalmenu ul li {
  display: inline;
  margin: 0 29px 0 0;
  padding: 1px; /*IE6 compatibility workaround*/
/*  padding: 1px 0 1px 0;
}

#horizontalmenu ul li a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding-bottom: 6px;
}

#horizontalmenu ul li a:hover{
  color: #d71920;
}

  #horizontalmenu .actual {
    font-weight: bold;
  }
  #horizontalmenu .actual a {
    color: #d71920;
  }
/*---------------------------------*/



/* ------------ infoplace -------- */
#infoplace {
  float: left;
  background: #fff url(images/infoplace_bg.gif) no-repeat left top;
  /*display: inline; /* IE5-6 double margin bug fix*/
  width: 510px;
  margin: 0 5px;
  color: #000;
  padding: 10px;
  min-height: 300px;
}

  #infoplace a {
  }
  
  #infoplace a:hover {
    text-decoration: underline;
  }
  #infoplace h2 {
    padding: 12px 0 0 0;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 10px;
  }
  #infoplace h3 {
    margin: 20px 0 0px 0;
    padding: 2px 0;
  }
  
  #infoplace h4 {
    margin: 15px 0 0px 0;
  }
  #infoplace p {
    /*font-size: 12px;*/
    line-height: 18px;
    margin: 5px 0 0px 0;
  }
  #infoplace img {
    margin: 25px 8px;
    padding: 2px;
    border: 1px solid #ccc;
  }
  
  #infoplace ul, #infoplace ol {
    line-height: 150%;
  }
  
  #infoplace table {
    border-collapse: collapse;
    border: 1px solid #999;
  }
    #infoplace table td {
      border: 1px solid #ccc;
      padding: 2px 10px 2px 10px;
    }
  #infoplace .separator {
    margin: 15px 0 5px 0;
    height: 25px;  
  }
  #infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 25px;
  }
  .one_section {
    /*
    clear: both;
    border: 1px solid red;
    */
  }
  .one_section .text {
    xwidth: 360px;
  }
  .one_section .full_width {
    xwidth: 100%;
  }
  .one_section .images {
  }

#pelmel_box {
  float: right;
  width: 160px;
  margin-right: 44px;
  line-height: 140%;
}
#pelmel_box a {
  text-decoration: underline;
}
#pelmel_box a img {
  border: none;
}


/* ------- Page Form button ------- */
div.form_button {
  margin: 30px 0;
}

.form_button a {
  background: url(order_button.gif) no-repeat;
  display: block;
  width: 178px;
  height: 32px;
}
  .form_button a:hover {
    background: url(order_button_over.gif) no-repeat;
  }

/* ----- Link system (výměna odkazů) BANNEX ----- */
#bannex {
}
#bannex img {
  border: 0px;
}
#bannex h3 {
  margin-bottom: 10px; 
}

.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a {
  border: none !important;
}
.banners_image {
  float: right;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
  .banner_image a {
    border: none !important;
  }
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
#bannex table a {
  border: none !important;
}

/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
}
#gallery img {
  margin: 20px 0 0 0;
  padding: 2px;
}

#gallery h3 {
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0 0;
}

#gallery div.one_thumb {
  float: left;
  height: 85px;
  margin: 15px 5px;
  margin-left: 0px;
  padding: 0px;
}
#gallery div.one_thumb p {
  text-align: center;
  color: #666;
}
#gallery div.one_thumb img {
  border: 1px solid #999;
  background-color: #fff;
  margin: 0;
  padding: 0px;
}
#gallery div.one_thumb a {
  text-decoration: none;
  border: none;
}

/*------ Show image section ---------*/
#show_one_image {
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
    border: none;
    color: #666; 
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 0px;
    margin: 0 0 40px 0;
  }
  #show_one_image p {
    padding-bottom: 20px;
  }

/*----------------------------*/

#footer {
}

#footer p {
    color: #ccc;
    vertical-align: bottom;
    font-size: 11px;
    padding-left: 250px;
    margin-top: 100px;
  }
#footer p.right {
  padding-left: 0px;
  padding-right: 44px;
}
  #footer a {
    text-decoration: none;
    color: #d71920;
  }

#pageend {
  clear: both;
  xborder: 1px solid blue;
  min-width: 1000px;
  background: #6E757D url(images/bg_footer3.gif) no-repeat center top;
  height: 100px;
}
  

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}



#pelmel_box {
  color: #ccc;
}

#pelmel_box h3 {
  margin-bottom: 12px;
  font-size: 13px;
}

#pelmel_box p {
  margin-bottom: 12px;
}

  
/* ---------- global class -------*/  
  .blue, .custom_1 {
    color: #349ED5; 
  }
  .orange, .custom_2 {
    color: #ED7E03; 
  }
  .bold {
    font-weight: bold;
  }
  .leftside {
    float: left;
    margin-left: 0 !important;
  }
  .rightside {
    float: right;
    margin-right: 0 !important;
  }
  .left {
    float: left;
    text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {
    clear: both;
    margin: 0;
  }
  .cleaner_right {clear: right}
  .hidden {
    visibility: hidden;
  }
/* ----------------------------- */


