*{
  padding: 0;
  margin: 0;
	border: 0;
}
h1 {
	background-color: black;
	background-image: url('../layout/pic/roh.gif');
	background-repeat: no-repeat;
	color: yellow;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 4px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	position: relative; /* odstranění chyby v IE6 - skrývání prvku */
}
.oddelovac {
  visibility: hidden;
  display: block;
  height: 10px;
}
#certifikat, #prohlaseni, #zastoupeni, #vytah {
  border: 1px solid gray;
}
#certifikat {
  width: 566px;
  height: 702px;
  background-color: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.certifikat {
  position: absolute;
  top: 40px;
  left: 104px;
}
#prohlaseni, #zastoupeni, #vytah {
  width: 566px;
  height: 800px;
  background-color: white;
  position: relative;
  background-image: url(dokumenty/ztrade.gif);
  background-repeat: no-repeat;
  background-position: 53px 750px;
  margin-left: auto;
  margin-right: auto;
}
.prohlaseni {
  position: absolute;
  top: 50px;
  left: 50px;
}
.zastoupeni {
  position: absolute;
  top: 50px;
  left: 53px;
}
.vytah {
  position: absolute;
  top: 25px;
  left: 45px;
}
#konec {
  background-color: black;
  color: yellow;
  font-size: 91%;
  padding: 3px 0px 2px 5px; 
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  display: block;
  text-decoration: none; 
  text-align: left;
}
#obsah {
  background-color: white;
  text-align: center;
}

