* {
  font-family: Verdana, sans-serif;
  font-size: 16px;
}
TABLE TH {
  background-color: #bfbfbf;
}
TABLE TD {
  background-color: #e7e7e7;
}
CODE {
  font: 16px monospace;
  display: block;
  background-color: #ddd;
  line-height: 1em;
  white-space: pre;
}
CODE B {
  font: bold 16px monospace;
}
.vprasanje {
  background-color: #ffff9f;
  border-top: solid 1px silver;
}
#leviPas {
  width: 200px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  border-right: solid 1px gray;
  box-shadow: 3px -3px 3px #ccc;
}
#logo {
  background-color: silver;
  margin-bottom: 2em;
  text-align: center;
  color: white;
  padding-bottom: 20px;
  text-shadow: -1px -1px gray;
}
#logo H1 {
  font-weight: bold;
  margin: 0px;
  font-size: 46px;
  line-height: 46px;
}
#menu {
  display: block;
}
#menu A {
  display: block;
  color: gray;
  text-decoration: none;
  border-bottom: solid 1px silver;
  padding-left: 6px;
}
#menu A:first-child {
  border-top: solid 1px silver;
}
#menu A.sub {
  padding-left: 1.5em !important;
}
#menu A:hover {
  color: black;
}
#vsebina {
  margin-left: 210px;
}
#vsebina > DIV {
  margin-bottom: 10em;
}
#vsebina H1 {
  font: small-caps 24px Verdana, sans-serif;
  display: block;
  background-color: #eee;
  padding: 3px 0px;
}
#vsebina TH, #vsebina TD {
  padding: 0px 10px;
}