/* Hlavička */
#head {
  height: 197px;
  display: block;
  background: url(../images/head_repeat.png) center top repeat-x;
  border-bottom: #303030 solid 3px; 
}
  /* H1 */   
  h1 span, h1 a {
    width: 678px; 
    height: 136px;
    display: block;
    margin: 0 auto;
    }
  h1 a {
    font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
    font-style: italic;
    color: #303030; 
    text-decoration: none;
    line-height: 136px;
    position: relative;
  }
  h1 a:hover {
    color: white;
    text-decoration: underline;
  }
  h1 a span {
    position: absolute;
    top: 0; left: 0;  z-index: 1;
    background: url(../images/head.png) 0 0 no-repeat;
  }
  /* Menu */
  #menu {
    text-align: center;
    background: url(../images/menu_train.png) center 2px  no-repeat;
  }
  #menu .in {
    display: table;
    margin: 0 auto;
    width: 750px;
    text-align: center;
    background: url(../images/menu_repeat.png) center top repeat-x;
  }
  #menu ul {
    display: table;
    white-space: nowrap;    
    margin: 0 auto;
    height: 61px;
    list-style: none outside;
    color: white;
  }
  #menu li {
    display: table-cell;
  } 
  #menu li a {
    float: left;
    height: 57px;
    margin: 4px 10px 0 10px;
    line-height: 57px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: white;
  }
  #menu li a:hover, #menu .locked {
    text-decoration: underline;
    color: #303030;
    background:url(../images/menu_indicator.png) bottom center no-repeat;     
  }
  #menu .visited, #menu .locked:hover {
    color: white;    
  }
  #menu .oddelovac {
    float: left;
    line-height: 57px;
    margin-top: 4px;
  }
  #menu .left {
    display: table-cell;
    background: url('../images/menu_side_left.png') no-repeat left 0;
    width: 45px;
    height: 61px;
  }
  #menu .right {
    display: table-cell;
    background: url('../images/menu_side_right.png') no-repeat right 0;
    width: 45px;
    height: 61px;
  }
  /* Druhé Menu */
  #menu2 {
    width: 100%;
    background-color: #f26a2a;
    border: solid #303030;
    border-width: 4px 0 0px 0
  }
  #menu2 ul {
    list-style: disc inside url();
    padding: 3lpx;
  }
  #menu2 ul li {
    display: inline;
    list-style: disc inside url();
    margin: 0 20px 0 20px;
  }
  #menu2 ul li {
    display: inline; list-style: disc inside url();
  }
  #menu2 ul li a {
    color: white; text-decoration: none;
  }
  #menu2 ul li a:hover {
    text-decoration: underline;
  }
  
  #menu li a.visited 
  {
  text-decoration:underline;
  }