body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: #000;
  background-image: url("./back3.gif");
  background-repeat: repeat-x;
  background-color: rgb(247,247, 247);
  text-align: center;
}

a {
  color: rgb(240,128,0);
  font-weight: bold;
}

a:hover {
  color: rgb(148,148,148);
}

#page {
  width: 650px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  color: #000;
  background : #fff;
  text-align: left;
}

#top {
  padding: 25px;
  background: rgb(192,192,192);
  color: white;
  text-align: left;
}

#top strong {
  font-size: 24px;
}

#top #sub {
  font-weight: bold;
}

#top .zacatek {
  background: rgb(148,148,148);
  color: rgb(255,255,255);
  font-variant: small-caps;
  padding: 10px;
}

#top .konec {
  background: rgb(240,128,0);
  color: rgb(255,255,255);
  font-variant: small-caps;
  border-left: 3px solid #fff;
  padding: 10px;
}

#navcontainer {

}

#navcontainer ul
{
  padding: 0px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  float: left;
  background: rgb(240,240,240);
  width: 100%;
}

#navcontainer ul li { 
  display: inline;
}

#navcontainer ul li a
{
  padding: 10px;
  background-color: rgb(240,240,240);
  color: rgb(96,96,96);
  text-decoration: none;
  font-variant: small-caps;
  float: left;
}

#navcontainer ul li a:hover
{
  background: rgb(240,128,0);
  color: #fff;
}

#main {
  clear: both;
  margin-top: 0px;
  padding: 10px;
}

#main h1, h2, h3 {
  font-weight: bold;
  color: rgb(240,128,0);
  padding-bottom: 5px;
  border-bottom: 1px dashed rgb(224,224,224)
}

#main h1, h2, h3 {
   background: url("odrazka.gif") 0 3px no-repeat;
   padding-left: 40px;
}

#main ul {
  list-style-image: url("li.gif");
}

#main ul li {
  padding-bottom: 7px;
}

.longtext {
  text-align: justify;
}

.podpis, .continue, .institution, .remark {
  text-align: right;
  font-style: italic;
}

.author, .publisher {
  font-style: italic;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 12px;
}

h3 {
  font-size: 12px;
}

.date {
  font-weight: bold;
  font-size: 10px;
  font-style: italic;
}

.actual {
  padding-left: 20px;
}

#lastchange {
  font-style: italic;
  text-align: right;
}

#footer {
  padding: 10px;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(240,240,240);
  color: black;
  clear: both;
}
a img { border:none !important; }

