/* BAZE */
* {
	font-family: Verdana;
	font-size: 11px;
}

body {
	color: #000000;
	background: url('../img/bg.gif') repeat-y left top #073c6b;
}

a  {
	text-decoration: none;
	color: #005aaa;
}

a:hover  {
	text-decoration: underline;
}



/* PAPILDOMI */
#container {
   margin: 3px auto;
   position: relative;
   width: 984px;
   border: 3px solid #07a1e0;
   background-color: #FFFFFF;
}

  #logo {
    float: left;
    width: 195px;
    height: 268px;
    padding-bottom: 1px;
  }
  
  #toolbar {
    float: left;
    width: 789px;
    height: 48px;
    background: url('../img/toolbar.gif') repeat-y left top;
    color: #005aaa;
  }
  
    #toolbar table {
      width: 100%;
      height: 48px;
    }
  
  #pav {
    float: left;
    width: 789px;
    height: 222px;
  }
  
  #nav {
    width: 195px;
    height: 40px;
    background: url('../img/nav.gif') repeat-x left top;
  }
  
    #nav td {
      text-align: center;
    }
  
  #sep1 {
    clear: both;
    float: left;
    width: 195px;
    height: 5px;
    line-height: 0;
    font-size: 1px;
  }
  
  #sep2 {
    float: left;
    width: 789px;
    height: 5px;
    background-color: #95e4fa;
    line-height: 0;
    font-size: 1px;
  }
  
#menu {
  clear: left;
  width: 195px;
  background: url('../img/menu.gif') repeat-x left top #ccf2fd;
  height: 282px;
  vertical-align: top;
}

  #menu .level1 {
    padding: 25px 9px;
    list-style-type: none;
  }
  
  #menu .level1 li {
    background: url('../img/arrow.gif') no-repeat 20px 10px;
    border-top: 1px solid #00bef3;
    border-bottom: 1px solid #bdeefc;
    padding: 5px 35px;
  }
  
  #menu .level1 li a {
    color: #005aaa;
  }
  
  #menu .level1 li.selected {
    background: url('../img/arrow_hover.gif') no-repeat 20px 10px;
    border-top: 1px solid #00bef3;
    border-bottom: 1px solid #bdeefc;
    padding: 5px 35px;
  }
  
  #menu .level1 li.selected a {
    color: #073c6b;
  }
  
#inner {
  width: 789px;
  vertical-align: top;
}

  #page_name {
    background-color: #e5f8fe;
    height: 31px;
  }
  
    #page_name p {
      font-size: 15px;
      font-weight: bold;
      color: #005aaa;
      padding-left: 35px;
      padding-top: 5px;
    }
    
    #inner a {
      color: #005aaa;
      text-decoration: underline;
    }
    
    #inner a:hover {
      color: #00a650;
      text-decoration: none;
    }
    
    #inner p {
      padding-bottom: 7px;
    }
    
    #inner a.nounder {
      text-decoration: none;
    }
    
    #inner a.nounder:hover {
      text-decoration: underline;
    }

#copyright {
  margin-top: 3px;
  width: 984px;
  height: 24px;
  background: url('../img/copy.gif') repeat-x left top;
  color: #073c6b;
}

  #copyright a {
    color: #073c6b;
  }
  
  
/* GALERIJA */
.gallery_img {
   float: left;
   margin-bottom: 10px;
   margin-right: 20px;
   text-align: center;
}

  .gallery_img img {
     cursor: pointer; border: 2px solid #9de6fa;
  }

  .gallery_img p {
    padding-top: 10px;
  }
