body {
	background-color: #000;
  color: #FFF;
}
a {
	color: #000000;
	text-decoration: none;
}

div#all {
  width: 970px;
  margin: auto;
  position: relative;
  border: 5px rgb(102,255,0) solid;
}
div#zahlavi {
  width: 972px;
  height: 90px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: 45px 45px;
  text-align: center;
  border-bottom: 5px rgb(102,255,0) solid;
}
div#zahlavi div#nadpis {
  width: 959px;
  height: 81px;
  border: 5px #ffff00 solid;
  background-image: url(images/prazec.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
div#zahlavi h1, div#zahlavi h2 {
  position: relative;
  left: 150px;
}
div#zahlavi h1 {
  font-family: 'Bank Gothic Lt AT', Arial;
  margin: 10px 0 0;
}
div#zahlavi h2 {
  font-size: 18px;
  font-family: calibri, arial;
  margin-top: 0px;
}
div#stranka {
  position: relative;
  height: 600px;
  width: 970px;
}
div#menu {
  width: 155px;
  height: 600px;
  background-color: rgb(255,255,0);
  border-right: 5px rgb(102,255,0) solid;
}
div#menu div {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
div#iframe {
  position: absolute;
  left: 160px;
  top: 0px;
  width: 800px;
  height: 590px;
  padding: 5px;
}
iframe {
  border: none;
  width: 100%;
  height: 100%;
  background: white;
}
ul {
  padding: 0px;
  list-style-type: none;
  margin: 0 0 20px;
}
ul li {
  font-family: 'Bank Gothic Lt AT', Arial;
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px rgb(102,255,0) solid;
}
ul li.prvni {
  background-color: rgb(255,144,16);
  font-size: 18px;
}
ul li:hover {
  background-color: rgb(255,144,16);
}
ul li a {
  display: block;
}

