body {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-color: white;
  color: black;
}

#mainBody {
  padding: 0px;
  min-height: 360px;
  
/*  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -16px;*/
}

#mainHead {
    border: 1px solid white;
    min-width: 825px;
}

#mainHead .blue {
 /* postion: absolute;*/
  background-image:url("./image/hlavicka_modra.gif");
  height: 78px;
  border-top: 1px solid white;
}

#mainHead .red {
/*  postion: absolute;*/
  background-image:url("./image/hlavicka_cervena.gif");
  height: 78px;
}

#mainHead .red .text {
  position: relative;
  background-image:url("./image/rekonstrukce.gif");
  background-repeat: no-repeat;
  top: 44px;
  left: 328px;
  height: 78px;
  width: 470px;
}

#mainHead .logo {
  position: absolute;
  left: 90px;
  top: 8px;
  background-image:url("./image/logo.gif");
  background-repeat:  no-repeat;
  height: 140px;
  width: 116px;
}

#mainHead .lang {
  position: absolute;
  right: 20px;
  top: 140px;
  background-image:url("./image/jazyk.gif");
  background-repeat:  no-repeat;
  height: 90px;
  width: 80px;
}

#mainBody .content {
   position:relative;
/*  top:25px;
  left:125px;*/
/*  right:90px;
  width: 977px;*/
  font-family: verdana, tahoma, arial;
  font-size: small;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 120px;
  padding-top: 15px;
  padding-right: 90px;
  padding-bottom: 15px;
  text-align:justify;
  min-width: 615px;
  height: auto;
/*  height: 370px;
  overflow: auto;*/
}

#mainBody .foot {
  position: relative;
  
/*	margin: -31px auto 0 auto;
	padding: 0px;
	clear: both;
	vertical-align: middle;*/

  background-image:url("./image/pata_cervena.gif");
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 16px;
  min-width: 825px;
  border: 1px solid white;
}

#mainBody .foot .copy {
  position: absolute;
  background-image:url("./image/pata_text.gif");
  background-repeat:no-repeat;
  top: 2px;
  right: 20px;
/*   left: 750px; */
  width: 210px;
  height: 14px;
  
}
