html,body {
  margin: 0;
  padding: 0;
  border: 0;
}

#levi-rob {
  position: fixed;
  top: 0; left: 0;
  width: 19.2%;
  border-right: 1px solid #7fb5f2;
  background-color: white;
  height: 100%;
}

#header {
  position: fixed;
  top: 0; left: 20%;
  width: 620px; height: 20px;
  background-color: #090e76;
  border-bottom: 1px solid white;
  z-index: 5;
}

#header li {
  display: inline;
  float: left;
  padding-left: 15px; padding-right: 15px;
  padding-top: 3px;
  height: 17px;
  border-right: 1px solid white;
  font-family: schoolbook,sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

#header li a {
  color: white;
  text-decoration: none;
}

#header li.sel, #header li:hover {
  background-color: #7fb5f2;
}

#logo {
  position: fixed;
  top: 8px; left: 1%;
  width: 17%;
  text-align: center;
  border-bottom: 1px solid #090e76;
}

#logo img {
  border: 0;
}

#navigation {
  position: fixed;
  top: 180px; left: 1%;
  width: 17%;
  font-family: schoolbook,sans-serif;
  font-size: 14px;
}

#navigation li {
  display: inline;
  width: 100%;
  float: left;
  height: 30px;
  margin: 0; padding: 0;
  text-align: center;
  color: gray;
  text-decoration: none;
}

#navigation li a {
  color: gray;
  text-decoration: none;
}

#navigation li.sel, #navigation li:hover { color: #090e76; }

#content {
  position: relative;
  top: 20px; left: 20%;
  width: 620px;
  z-index: 1;
  font-family: schoolbook,sans-serif;
  font-size: 12px;
  text-align: justify;
  min-height: 500px;
}

#content h1 {
  text-align: center;
  font-family: schoolbook,sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: #090e76;
  border-bottom: 1px solid #7fb5f2;
  margin-left: 150px;
  margin-right: 150px;
  padding: 2px;
}

#content a {
  color: blue;
  text-decoration: none;
}

#content p {
  text-align: justify;
}

#menu2 {
  font-family: schoolbook,sans-serif;
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #090e76;

}

#menu2 a {
  margin: 0; padding: 3px;
  text-align: center;
  vertical-align: middle;
  color: gray;
  text-decoration: none;
}

#menu2 a.sel {
  color: #090e76;
  border-top: 1px solid #090e76;
  border-right: 1px solid #090e76;
  border-left: 1px solid #090e76;
  font-weight: bold;
}

#menu2 a:hover { color: #7fb5f2; }

#footer {
  position: relative;
  top: 30px;
  margin-bottom: 30px; /* for safari */
  left: 20%;
  width: 618px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  font-family: schoolbook,sans-serif;
  font-style: italic;
  font-size: 10px;
  border-top: 1px solid #7fb5f2;
  margin-top: 0px;
  padding-top: 0px; padding-bottom: 3px;
  color: gray;
  white-space: pre;
}

#footer a {
  text-decoration: none;
  font-style: normal;
  color: #090e76;
}

#dej td {
    padding: 8px;
}

#dej td.datum {
    width: 180px;
    text-align: center;
    font-style: italic;
    background-color: #cecfff;
}

#dej td.ime {
    font-style: italic;
    background-color: #deebff;
}

#dej table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 620px;
}

#predstavitev img.triglav {
  float: left;
  margin: 5px;
  margin-top: 0;
}

#zgodovina td {
  vertical-align: top;
  padding: 10px;
  padding-left: 0;
  text-align: justify;
}

#zgodovina p.pred {
  font-weight: bold;
  margin: 0;
}

#zgodovina img.jelen {
  float: left;
  margin: 20px;
  border: 1px;
  border-color: black;
}

#zgodovina div.vir {
  font-style: italic;
  color: gray;
  margin-bottom: 40px;
}

#zgodovina .slika {
  border: 1px solid black;
}

#odbor td {
  font-style: italic;
  padding-top: 5px;
}

#odbor td.data {
  /*font-weight: bold;*/
  font-style: normal;
  width: 25%;
}

#odbor table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#odbor h2 {
  color: #7fb5f2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

#statut h2 {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 12px;
}

#statut .clen {
  margin-top: 30px;
}

#statut h3 {
  text-align: center;
  font-family: schoolbook,sans-serif;
  font-size: 12px;
  color: black;
  padding: 2px;
  background-color: #7fb5f2;
  margin-bottom: 0;
  border-bottom:0;
}

#statut h4 {
  text-align: center;
  font-family: schoolbook,sans-serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 12px;
  color: black;
  padding: 2px;
  background-color: #7fb5f2;
  margin-top: 0;
  border-top:0;
}

#statut table {
  width: 100%;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #7fb5f2;
}

#statut td {
  padding: 5px;
  background-color: #7fb5f2;
}

#clanstvo img.izkaznica {
  float: left;
  margin: 30px;
  margin-top: 0;
  border: 1px solid black;
}

#informacije td {
  font-style: italic;
  padding: 10px;
}

#informacije td.data {
  font-weight: bold;
  font-style: normal;
}

#informacije table {
  margin-top: 10px;
  margin-bottom: 10px;
}

#jamarstvo img.krti {
  float: left;
  margin: 30px;
  margin-top: 0;
}

#smucanje td {
    padding: 8px;
}

#smucanje td.datum {
    width: 180px;
    text-align: center;
    font-style: italic;
    background-color: #cecfff;
}

#smucanje td.ime {
    font-style: italic;
    background-color: #deebff;
}

#smucanje table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 620px;
}

#smucanje p {
    text-align: justify;
}

#smucanje h2 {
    text-align: center;
    color: #00007b;
    font-style: italic;
    margin-bottom: 20px;
}

#planinstvo td {
    padding: 8px;
}

#planinstvo td.datum {
    width: 180px;
    text-align: center;
    font-style: italic;
    background-color: #cecfff;
}

#planinstvo td.ime {
    font-style: italic;
    background-color: #deebff;
}

#planinstvo table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 620px;
}

