body {
   margin: 0px;
   font-family: Verdana;
   background-color: #EEEEEE;
}
#main {
   width: 1000px;
   height: 710px;
   margin: 0 auto 0 auto;
   background-color: White;
   border: 1px solid #A8ACB3;
   font-size: 10pt;
}
#form {
   width: 600px;
   height: 410px;
   margin: 0 auto 0 auto;
   background-color: #C3C8D2;
   margin-top: 60px;
   font-size: 8pt;
}
#form_padded {
   width: 400px;
   margin: 0 auto 0 auto;
   margin-top: 15px;
   text-align: left;
}
#drobky {
   margin-left: 15px;
   margin-top: 10px;
   font-size: 8pt;
   text-align: left;
}
#drobky a {
   color: black;
}
.active {
   color: black;
   text-decoration: none;
   font-weight: bold;
}
.form_input {
   float: right;
}
.send_butt {
   margin-left: 180px;
}
.text_area {
   width: 400px;
   height: 60px;
}
.centered_div {
   text-align: center;
}
.orange_odkazy {
   color: #ff9900;
   font-weight: bold;
   text-decoration: none;
   cursor: pointer;
}
.orange_odkazy:hover {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   cursor: pointer;
}
ul {
   margin-top: 0px;
   margin-bottom: 0px;
}
#menu {
   height: 21px;
   background-color: Gray;
   margin-top: 14px;
   padding-top: 4px;
}
#menu_center {
   text-align: center;
}
#menu a {
   color: White;
   font-size: 8pt;
   text-decoration: none;
   font-weight: bold;
}
#menu a:hover {
   color: Black;
   font-weight: bold;
}
#fullscreen {
   text-align: right;
   margin-top: 10px;
   margin-right: 12px;
}
#jazyky {
   text-align: right;
   margin-top: 15px;
   margin-right: 15px;
}
#jazyky a {
   color: Silver;
   text-decoration: none;
   font-weight: bold;
}
#jazyky a:hover {
   color: Black;
   font-weight: bold;
}
#katalog_side {
   width: 738px;
   height: 623px;
   float: right;
}
#katalog {
   text-align: center;
}
#text {
   margin-top: 80px;
   margin-left: 10px;
   margin-right: 10px;
}
#left_side {
   width: 260px;
   height: 623px;
   background-image: url(../img/e-katalogy-logo.gif);
   background-position: top;
   background-repeat: no-repeat;
   float: left;
}
#left_side_en {
   width: 260px;
   height: 623px;
   background-image: url(../img/e-katalogy-logo_en.gif);
   background-position: top;
   background-repeat: no-repeat;
   float: left;
}
#left_foot {
   width: 520px;
   float: left;
   text-align: left;
}
#right_foot {
   width: 400px;
   float: right;
   text-align: right;
}
#foot {
   width: 1000px;
   margin: 0 auto 0 auto;
   margin-top: 10px;
   font-size: 8pt;
   text-align: center;
}
#foot a {
   font-size: 8pt;
   text-decoration: none;
   color: Black;
}
#foot a:hover {
   font-size: 8pt;
   text-decoration: none;
   color: Black;
}
#foot_ad {
   width: 1000px;
   margin: 0 auto 0 auto;
   margin-top: 5px;
   text-align: center;
}
h1 {
   font-size: 10pt;
}
h2 {
   font-size: 10pt;
  margin:0;
}
.disp-none{
  display:none;
}
