hr.clear {
   clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
   }


body {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 10px;
}

.all { /* div pro cely dokument */
  width: 798px;
  margin: auto; /* vycentrovani uvnitr body */
  text-align: left;

/*  border: solid thin #00FF00;*/
}


.behind {
  height: 12px;
  width: 795px;
  position: relative;
}

.middle {
  height: auto;
  position: relative;
  background-image: url(../img/design/body.png);
/*  margin: auto;*/
  left:24px;
  text-align: left;
  background-repeat: repeat-y;
  width: 753px;
/*  border: solid thin #00FF00;*/
}

.top {
  margin: auto;
  height: auto;
  position: relative;
  width: 798px;
/*  border: solid thin #00FF00;*/
}

.menu {
  width:150px;left:0px; top:0px;
  float: left;
/*   border: solid thin #00FF00;*/
}

.actcualBuild {
  width:150px;left:0px; top:0px;
  float: right;
	color: #FFFFFF;
	text-decoration: underline;
/*   border: solid thin #00FF00;*/
}

.content {
  width: 453px;
  float: right;
/*  border: solid thin #00FF00;*/
}

.innerContent {
	float:left;
	position:relative;
	width: 420px;
	margin: 10px 10px 10px 10px;
/*  border: solid thin #00FF00;*/
}

