html {
  margin:0;
  padding:0;
}

body,table {
  font-family: "Arial CE", "Arial", sans-serif;
}

body {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #000000;
  background: white;
}

table {
  font-size: 1em;
  color:#231F20;
  border:none;
}

div#page_container {
  margin: 0 auto;
  width: 870px;
}

div#page_header {
  width: 100%;
  height: 109px;
  overflow: hidden;
  background: url("../img/layout/header_bg.png") left top;
}

div#main_menu {
  width: 100%;
  height: 105px;
  background: #B8B9BC;
}

div#error_msg_container {
  width: 830px;
  padding: 40px 20px;
  font-size: 40px;
  font-weight: bold;
}

div#section_container {
  width: 100%;
  min-height: 735px;
  background: url("../img/layout/footer_bg.png") left top repeat-y #EDEDED;
  /* position: relative; */
}

div#section_strip {
  width: 860px;
  height: 35px;
  padding-left: 10px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  background: #B8B9BC;
  overflow: hidden;
}

div#section_news {
  width: 210px;
  min-height: 750px;
  padding: 30px 0 0 0;
  float: left;
  overflow: visible;/*
  position: absolute;
  z-index: 2; */
}

div#section_content {
  width: 590px;
  min-height: 400px;
  padding: 230px 35px 50px 35px;
  float: left;
  background: url("../img/homepage/sekce_top_img.png") left top no-repeat transparent;
  /* position: absolute;
  right: 0px;
  z-index: 0; */
}

div#section_container div.section_content_hp {
  background: url("../img/homepage/hp_top_img.png") left top no-repeat transparent;
  padding: 50px 35px;
}

div#page_footer {
  width: 660px;
  padding: 10px 0 0 210px;
  background: url("../img/layout/footer_bg.png") left top repeat-y #FFFFFF;
}

