body {
  margin: 0;
  padding: 0;
  background: #65a8f7 url('images/bg-top.png') repeat-x left top;
  font-family: Verdana;
  font-size: 12px;
}

#logo {
  margin: 20px auto;
  width: 900px;
}

#logo .menu {
  float: right;
}

#logo .menu ul {
  padding: 12px 0 0 0;
  margin: 5px 0 0 0;
}

#logo .menu ul li {
  display: inline-block;
  float: left;
}

#logo .menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 0 0 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#logo .menu ul li a:hover {
  background: transparent url('images/b.png') repeat left top;
}

#logo .menu ul li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  background: transparent url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#logo .menu ul li ul li {
  float: none;
  display: block;
  height: auto;
}

#logo .menu ul li ul li a {
  padding: 7px 10px;
  display: block;
}
#logo .menu ul li ul li a:hover {
  background: none;
  text-decoration: underline;
}

.menu_bottom {
  float: right;
}

.menu_bottom ul {
  padding: 7px 0 0 0;
  margin: 5px 0 0 0;
}

.menu_bottom ul li {
  display: inline-block;
  float: left;
}

.menu_bottom ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 0 0 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.menu_bottom ul li a:hover {
  background: transparent url('images/b.png') repeat left top;
}

.menu_bottom ul li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  background: transparent url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.menu_bottom ul li ul li {
  float: none;
  display: block;
  height: auto;
}

.menu_bottom ul li ul li a {
  padding: 7px 10px;
  display: block;
}
.menu_bottom ul li ul li a:hover {
  background: none;
  text-decoration: underline;
}

#logo .logo-img {
  width: 200px;
  height: 50px;
  float: left;
  background: transparent url('images/logo.png') repeat left top;
}

#page {
  width: 880px;
  margin: 5px auto;
  min-height: 400px;
  background: transparent url('images/w.png') repeat left top;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .header {
  padding: 5px;
  background: transparent url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .header .header-img {
  background: transparent url('images/header.jpg') no-repeat left top;
  width: 870px;
  height: 243px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .wrapper {
  margin-top: 5px;
  padding: 5px;
  background: transparent url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .wrapper a {
  text-decoration: underline;
  color: #2b71c4;
}

#page .wrapper a:hover {
  text-decoration: none;
}

#page .wrapper .content {
  padding: 10px;
  background: #fff url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .wrapper .content h3 {
  margin: 0;
  padding: 10px 0 5px 0;
}

#page .wrapper .content .cnt {
  padding: 0 0 10px 0;
}

#page .wrapper .columnOn {
  width: 635px;
  float: left;
}

#page .wrapper .column {
  width: 200px;
  float: right;
  padding: 5px 5px 0px 5px;
  background: transparent url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page .wrapper .column h2 {
  margin: 0;
  padding: 2px 0 15px 0;
  font-size: 16px;
}

#page .wrapper .column .box {
  margin: 0 0 5px 0;
  padding: 5px;
  background: #fff url('images/w.png') repeat left top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#footer {
  margin: 5px auto 30px auto;
  width: 880px;
}

#footer p {
  color: #fff;
}


.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: #2b71c4; border: 1px solid #2b71c4; 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 #2b71c4;}

.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: #f0f0f0; 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: 131px; }
.column .diskuze .novy input.submit { width: 70px;}
.column .diskuze .novy textarea { width: 131px; 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; clear: both; 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: 6px auto; }
.column .hs_goods ul li a { background: none; padding: 0; margin: 0; text-decoration: underline; font-style: normal; }