/* CSS Document */
body {
  background-color: #FFF;
  text-align: center;
  margin: 0 auto;
  font: 12pt Times New Roman, Garamond, serif;
}
input {
  display: none;
}
#main {
  background-image: url(img/main_bg.gif);
  min-height: 500px;
  height: auto;
  margin: 10px auto;
  text-align: left;
/*  background-color: #FFF;*/
  background: url(img/submenu_bg.gif);
}
#head {
  height: 100px;
  background: url(img/logo.gif)  no-repeat;
  margin: 0;
  clear: both;
}
#head img {
  float: left;
  width: 10cm;
}
#head h1 a {
  display: none;
}
#adresa {
  float: right;
  width: 4cm;
  font-size: 9pt;
  padding: 0;
  text-align: right;
  color: #009;
}
#menu {
display: none;
}
#submenu {
display: none;
}
#content {
  border-top: 1px solid #009;
  padding: 10px;
}
#foot {
  float: left;
  width: 100%;
  border-top: 1px solid #009;
  font-size: 8pt;
  padding: 1px ;
}
#english {
  display: block;
  float: right;
  background: url(img/en_flag.gif) ;
  width: 30px;
  height: 19px;
  margin: 0 5px 0 0;
}
#english span {
  display: none;
}
h2, h3 {
  clear: both;
  page-break-after: avoid;
}
h2 a, h3 a{
  text-decoration: none;
  color: #000;
}
.noprint {
  display: none;
}
.zbozi {
  width: 10cm;
  float: left;
}
.dphnote {
  width: 10cm;
  font-size: smaller;
  float: left;
}
