/***** Rozložení stránky *****/

#stred
{
  position: relative;
  width: 90%;
  _width: 1000px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  background-color: White;
}
.LAYOUT
{
  width: 100%;
  background-color: white;
}
.FMENU
{
  width: 200px;
  vertical-align: top;
}
.FMAIN
{
  _width: 800px;
  vertical-align: top;
  border-left: #CCCCCC 1px solid;
  padding: 20px;
}
#hlavicka
{
  height: 140px;
  _height: 110px;
  padding-left: 196px;
  text-align: center;
  background-image: url(../img/hlavicka1.jpg);
  background-repeat: no-repeat;
}
#menu
{
/*
  position: relative;
  left: 0px;
  float: left;
  width: 186px;
*/
  padding: 15px 0 50px 0;
}
#obsah
{
  position: relative;
/*
  margin-left: 196px;
*/
  padding: 20px;
  min-height: 950px;
}
#paticka
{
  color: White;
  text-align: center;
  height: 20px;
  clear: both;
  background: #37647a url(../img/paticka.gif);
  padding-left: 10px;
  padding-right: 10px;
}
#paticka A
{
  color: white;
  font-weight: bold;
}
