body {
  margin: 0;
  padding: 0;
  background-color: #2a2d35;
  font: 12px Verdana;
}

#main {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

#main a.logoLink {
  text-decoration: none;
  border: none;
}

#main .logo {
  background: transparent url('images/logo.png') no-repeat left top;
  height: 80px;
  margin: 0 0 20px 0;
}

#main .logo h1 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1000px;
}

#main .page {
  min-height: 300px;
  background-color: #34373e;
  border: 1px solid #15181f;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}

#main .page .menu {
  
}

#main .page .menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #393c43;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: transparent url('images/menu-bg.png') repeat left top;
}

#main .page .menu ul li {
  list-style: none;
  display: block;
  float: left;

  margin: 0;
  padding: 0;
  background: transparent url('images/menu-odd.png') no-repeat right top;
}

#main .page .menu ul li:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}

#main .page .menu ul li a {
  display: block;
  color: #92929b;
  text-decoration: none;
  padding: 12px 20px 11px 20px;
  line-height: 17px;
  font-size: 14px;
}

#main .page .menu ul li a:hover {
  color: #fff;
}

#main .page .menu ul ul {
  position: absolute;
  width: auto;
  border: 1px solid #15181f;
  background: none;
  background-color: #2a2d35;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#main .page .menu ul ul li {
  display: block;
  float: none;
  background: none;
}

#main .page .menu_bottom {

}

#main .page .menu_bottom ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url('images/menu-bg.png') repeat left top;
}

#main .page .menu_bottom ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url('images/menu-odd.png') no-repeat right top;
}

#main .page .menu_bottom ul li a {
  display: block;
  color: #92929b;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 11px;
  text-align: center;
}

#main .page .menu_bottom ul li a:hover {
  color: #fff;
}

#main .page .menu_bottom ul ul {
  display:none;
  position: absolute;
  width:auto;
  background: none;
  background-color: #2a2d35;
  height: auto;
}

#main .page .menu_bottom ul ul li {
  display: block;
  float: none;
  background: none;
  background-color: #2a2d35;
}

#main .page .header {
  background: transparent url('images/header.jpg') no-repeat right top;
  height: 200px;
  border-top: 1px solid #1e2129;
  border-bottom: 1px solid #0f1218;
}

#main .page .line {
  height: 15px;
  background: #393c43 url('images/line-bg.png') repeat-x left top;
}

#main .page .content {
  color: #11151f;
  background: #f8f9fb url('images/content-top-bg.png') no-repeat center top;
  border-top: 1px solid #0f1218;
  border-bottom: 1px solid #0f1218;
}

#main .page .content .inner {
  background: transparent url('images/content-bottom-bg.png') no-repeat center bottom;
  min-height: 500px;
  padding: 20px;
}

#main .page .content h2 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}

#main .page .content p {
  color: #11151f;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  margin: 0 0 13px 0;
  padding: 0;
}

#main .page .content a {
  color: #2e74a0;
  text-decoration: underline;
}

#main .page .content a:hover {
  color: #4a98c9;
  text-decoration: none;
}

#main .page .columnOn {
  width: 640px;
}

#main .page .content .column {
  float: right;
  width: 190px;
}

#main .page .content .column .gadget {
  margin: 0 0 15px 0;
}

#main .page .content .column h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #11151f;
}

#main .page .content .cnt {
  padding: 5px 0;
}

#main .page .footer {
  padding: 15px;
  color: #fff;
  clear: both;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#main .page .footer p {
  margin: 0;
  padding: 0;
}

#main .page .footer a {
  color: #fff;
  text-decoration: underline;
}

#main .page .footer a:hover {
  text-decoration: none;
}

#main .page .footer .rf {
  float: right;
}

.cleaner {
  clear: both;
}

.anketa { padding: 0 0 20px 0; }
.anketa .otazka { font-weight: bold; margin: 0 0 10px 0; }
.anketa .odpovedi .odpoved .bar { height: 3px; background-color: #4a98c9; border: 1px solid #4a98c9; margin: 2px 0 10px 0; }

.fotogalerie { text-align: center; }
.fotogalerie .fotka { display: inline-block; }
.fotogalerie .fotka img { border: 1px solid #b7b7b7; padding: 3px; margin: 5px; }
.fotogalerie .fotka img:hover { border: 1px solid #3471a7;}

.diskuze .novy td, .diskuze .novy table { border: none; }
.diskuze .novy textarea { border: 1px solid #888; font: 12px Verdana; padding: 3px; }
.diskuze .prispevek { margin: 5px 0; padding: 10px; line-height: 18px; background-color: #fff; color: #333; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.content .diskuze { margin: 0 0 30px 0;}
.content .diskuze .novy input { padding: 4px 5px; }
.content .diskuze .novy textarea { padding: 5px; height: 150px; width: 400px; line-height: 18px; }
.content .diskuze .novy { margin: 0 0 25px 0;}
.content .diskuze .novy td { padding: 5px 15px; }
.content .diskuze .novy td.tit { width: 80px; border-right: 1px solid #ccc; padding: 5px 0; font-size: 13px; }
.column .diskuze .prispevek { margin: 5px 0; padding: 10px; line-height: 18px; background-color: #e4ebee; color: #333; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.column .diskuze .prispevek .datum {font-size: 11px;}
.column .diskuze .novy { margin: 0 0 20px 0;}
.column .diskuze .novy input, .column .diskuze .novy input { padding: 2px; width: 124px; }
.column .diskuze .novy input.submit { width: 70px;}
.column .diskuze .novy textarea { width: 120px; height: 40px;}
.column .diskuze .novy td { padding: 3px 2px; }
.column .diskuze .novy td.tit { border: none; }

.hs_goods { }
.hs_goods ul { margin: 0; padding: 0; float: left; list-style: none; }
.hs_goods ul li { margin: 0; padding: 0; float: left; width: 160px; height: 205px; padding: 5px 0; margin: 24px; text-align: center; border: 1px solid #aaa; line-height: 18px; }
.hs_goods .hs_goods_clear { clear: both; }
.hs_goods .hs_goods_img { height: 135px; }
.hs_goods .hs_goods_action { color: #bb0000; font-weight: bold; }
.hs_goods .hs_goods_form { text-align: right; padding: 0 0 10px 0; }
.column .hs_goods ul li { float: none; margin: 12px; }
.column .hs_goods ul li a { background: none; padding: 0; margin: 5px; text-decoration: underline; font-style: normal; }