/* Layouts */
body {
  padding: 0;
  margin: 0;
  background: #cdcdcd url("../images/bg_page.jpg") repeat-x top left;
}
#page_center_ie {
  text-align: center;
}
#page_center_box {
  width: 850px;
  margin: 20px auto;
  text-align: left;
}
#page_menu_box {
  width: 165px;
  float: left;
  padding-top: 180px;
  text-align: right;
}
#page_main_box {
  width: 685px;
  float: right;
}
#page_main_odsazeni {
  padding: 0 12px 0 0;
}
#page_main {
}
#main_top {
  height: 176px;
  background: transparent url("../images/bg_top.jpg") no-repeat top left;
  position: relative;
}
#top_logo {
  width: 287px;
  height: 44px;
  position: absolute;
  top: 61px;
  left: 37px;
}
#main_content {
  padding: 0 8px 0 8px;
  background: #ffffff url("../images/bg_main.jpg") repeat-y top left;
}
#content {
  padding: 5px 10px 0 10px;
}
#content_footer_menu {
  height: 30px;
  background: transparent url("../images/bg_content_footer_menu.jpg") repeat-x top left;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}
#content_footer_menu a {
  color: #323232;
  text-decoration: none;
}
#content_footer_menu a:hover {
  color: #b30101;
  text-decoration: none;
}
#main_footer {
  height: 10px;
  background: transparent url("../images/bg_footer.jpg") no-repeat top left;
}
#main_footerSub {
  padding: 0 17px 0 8px;
  height: 25px;
  text-align: right;
}
.clear {
  font-size: 0px;
  clear: both;
}
/* Menu */
div.menu {
  position: relative;
}
div.menu a {
  display: block;
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
  padding-right: 20px;
  background: transparent url("../images/bg_menu_off.gif") repeat-y top right;
  font-weight: bold;
}
div.menu a:hover {
  color: #b30101;
  background: transparent url("../images/bg_menu_on.gif") repeat-y top right;
}
div.menu a.aktivni {
  color: #b30101;
  background: transparent url("../images/bg_menu_aktivni.gif") repeat-y top right;
}
/* SubMenu */
div.submenu {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 161px;
  background-color: #b30101;
  display: none;
  visibility: hidden;
}
div.submenu a {
  display: block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 15px;
  background: none;
  background-color: #b30101;
  font-weight: bold;
  text-align: left;
}
div.submenu a:hover {
  background: none;
  background-color: #b30101;
  color: #323232;
}
/* Default*/
body, div, span, h1, h2, h3, p, b, i, a, table, td, ul, li, input, select, option, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #323232;
}
h1 {
  font-size: 16px;
  font-weight: bold;
  color: #b30101;
  margin: 5px 0 5px 0;
}
h2 {
  font-size: 14px;
  font-weight: bold;
/*   margin: 5px 0 5px 0; */
}
h3 {
  font-size: 12px;
  font-weight: bold;
  color: #b30101;
  margin: 5px 0 5px 0;
}
p {
  margin: 5px 0 5px 0;
}
ul, ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
a {
  color: #b30101;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
form {
  padding: 0;
  margin: 0;
}
.inp {
  border: solid 1px #323232;
}
textarea, select {
  border: solid 1px #323232;
}
.inpw {
  width: 200px;
}



/* Others */
table.tab01 {
  border-collapse: collapse;
}
table.tab01 tr {}
table.tab01 tr th {
  text-align: center;
  font-weight: bold;
  background-color: #e6e6e6;
}
table.tab01 tr td {
  padding: 5px 5px 2px 2px;
  border: dashed 1px #e6e6e6;
}

