body {
  margin: 5px;
  padding: 0px;
  min-width: 850px; /*pro IE řešeno divem IE_min_width*/
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align:center;
}
* html body{/* pro IE kůli minimální šířce (nevim proč ale bez toho to nefaká)*/
  height: 100%;
}
#page{
  margin: 0px auto;
  padding: 0px;
  position: relative; /*aby pravý sloupec nedělal problémy při změně velikosti okna prohlížeče */
  width: 960px;
  text-align: left;
  background-image: url();
  background-position: center;
  background-repeat: repeat-y;
}
* html #page{/* pro IE kůli minimální šířce (nevim proč ale bez toho to nefaká)*/
  height: 100%;
}
#page2{
  background-image: url();
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 670px;
  _height: 670px;
}
#head, #head_background, #top_menu{
  display: none;
  background-image: url();
}

#left {
  display: none;
}
#stred {
  padding: 0px;
  margin: 0px;
  /*border: 1px rgb(127,143,169) dashed;*/
  >overflow: hidden;
  color: #000000;
}
#foot{
  color:#000000;
  font-size:9px;
  background-image: url();
  background-color: #ffffff;
}
#right {
  display: none;
}
#IE_min_width{/*simulace min_width pro IE v opeře a ff to nic nedělá*/
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 850px;
  height: 30px;
  line-height: 28px;
  background-image: url();
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.content{/*vnitřrní odsazení divů*/
  margin: 0px;
  padding: 5px;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
#right .content{
  padding: 5px 0 5px 5px;
}
#left .content{
  padding: 5px 5px 5px 0;
}