body {
  background-color: rgb(255,255,204);
  height:100%;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
}

#dokument { 
  background-image: url('grafika/pozadi.png');
  background-repeat: repeat-y;
  width: 1024px;
  margin: auto;
  text-align: left;
  position:relative;
  
}

#header {
  background-image: url('grafika/pozadi.png');
  background-repeat: repeat-y;
  position: absolute;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
  height: auto;
}

#obal {
  top: 184px;
	background-image: url('grafika/pozadi.png');
  background-repeat: repeat-y;
  position: absolute;
	width: 100%;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	min-height: 600px;
  height: auto;
}

#leftbar {
  padding: 15 15 15 15;
  margin: 0px 0px 0px 0px;
  position:absolute;
  left:0;
  width: 200px;
  color: rgb(34,4,94);
  height: auto;
}
#rightbar {
  position: absolute;
  right: 20px;
  background-image: url('grafika/pozadiR.png');
  background-repeat: repeat-y;
  margin: 16px 0px 0px 0px;
  padding: 20 20 20 20;
  text-align: left;
  width: 200px;
  border: 2px solid rgb(114,63,64);
}
#rightbar h1 {
  font-style: italic;
  text-transform:  uppercase; 
  border-bottom: 1px solid rgb(114,63,64);
  padding: 0.2em;
}

#centerbar {
  position: relative;
  left: 200px;
  text-align: justify; 
  width: 520px;
  height: 1024px;
  padding: 20 20 20 25;
}

#text1{
  width:395px;
}

#foto1{
  position:absolute;
  top:60px;
  left:430px;
  width: 120px;
}

#footer {
  position: absolute;
  bottom:0;
  text-align: center;
  width: 100%;
  height: auto;
  clear: both;
}
/*Aktualne*/
.nadpis{
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
}
.datum{
  text-align: center;
  font-style: italic;
}
.mista{
  font-size: 12pt;
  font-weight: 600;
  color: red;
}
.obsah{
  text-align: justify;
}
.vice{
  position: relativ;
  float: right;
  text-align: right;
  text-decoration: none;
}

dt a:link {
  text-decoration:none;
  color: black;
}
dt a:visited { 
  text-decoration: none;
  color: black;
}
dt a:active { 
  text-decoration: none;
  color: black;
}
dt a:hover { 
  text-decoration: none;
  font: bold 110%;
  color: rgb(255,0,0);
}

.nahled{
  position:absolute;
  top:20px;
  left:550px;
}