/* BAZE */
* {
	font-family: tahoma;
	font-size: 11px;
}

html, body {
  height: 100%;
}

body {
	color: #000000;
	background: url('../img/bg_left.gif') repeat-x left top #504000;
}

a  {
	text-decoration: none;
	color: #000000;
}

a:hover  {
	text-decoration: underline;
}



/* PAPILDOMI */
#container {
  background: url('../img/bg.gif') repeat-y center;
  width: 984px;
  position: relative;
  margin: 0 auto;
}

  #inner {
    padding: 22px 50px;
  }
  
  #top {
    background: url('../img/line.gif') no-repeat center bottom;
    height: 90px;
  }
  
    
    #logo {
      width: 213px;
      float: left;
    }
    
    #tools {
      float: left;
      width: 671px;
      padding-bottom: 40px;
      text-align: right;
    }
    
      #tools table {
        color: #8d8d8f;
      }
      
      #tools td {
        padding: 0 3px;
      }
    
    #menu {
      width: 671px;
      float: left; 
      height: 20px;
      position: relative;    
    }    
    
      #menu table {
        background: url('../img/menu.gif') repeat-x left top;
        color: #FFFFFF;
      }
    
      #menu .tab {
        padding: 5px 10px;
        
      }
            
      #menu a {
        color: #FFFFFF;
        font-size: 11px;
      }
      
  #left {
     clear: left;
     float: left;
     width: 185px;
     margin-right: 25px;
  }
  
    #left ul {
      list-style-type: none;
    }
    
    #left li {
      border-top: 1px solid #dbdbdb;
      padding: 5px 13px;
    }
    
    #left li ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    
    #left li li {
      border: 0;
      padding: 5px 13px;
    }
    
    .strutbar {
      background: url('../img/menu.gif') repeat-x left top;
      height: 25px;
      color: #FFFFFF;
      width: 100%;
    }
    
    .strut {
      background: url('../img/line.gif') no-repeat right bottom;
      height: 35px;
    }
    
      .strut table {
        width: 185px;
        background: url('../img/strut.gif') repeat-x left top;
        height: 25px;
        color: #FFFFFF;
      }
  
  #right {
    float: left;
    width: 674px;
  }
  
    #right a {
      color: #0a581d;
    }
    
    #right p,ul,ol {
      margin-bottom: 12px;
    }

    #right ul,ol {
      padding-bottom: 12px;
    }

    #right h1 {
      margin: 12px 0;
      font-size: 16px;
    }

    #right ul {
      padding-left: 18px;
    }

    #right ol {
        padding-left: 40px;
    }
    
/* GALERIJA */
.gallery_img {
   width: 140px; height: 100px; float: left;
   margin-bottom: 10px; cursor: pointer;
   margin-left: 10px;
}

  .gallery_img font {
    background-color: #206c33;
    padding: 2px 5px;
    color: #FFFFFF;
  }

  
  #copyright {
    padding-top: 50px;
    background: url('../img/line.gif') no-repeat center 20px;
    width: 884px;
    height: 15px;
    clear: both;
    color: #8d8d8f;
  }
  
    #copyright a {
      color: #014f14;
    }

