/* BAZE */
* {
	font-family: times new roman;
	font-size: 14px;
}

body {
	color: #000000;
	background: url('../img/bg2.gif') no-repeat 826px top #0b4da2;
	position: relative;
}

a  {
	text-decoration: underline;
	color: #0b4da2;
}

a:hover  {
	text-decoration: none;
}

/* PAPILDOMI */
#site {
  width: 826px;
  background: url('../img/border.gif') repeat-y left top #FFFFFF;
  position: relative;
}

  #inner {
    margin-left: 45px;
    background: url('../img/bg1.gif') no-repeat right top;
    min-height: 850px;
  }
  
    * html #inner {
      height: 850px;
    }
  
  #logo {
    padding-top: 44px;
  }
  
  #menu {
    margin-top: 43px;
    margin-bottom: 32px;
  }
  
    #menu td {
      vertical-align: top;
    }
  
    #menu img {
      margin: 0 8px;
    }
  
    #menu a {
      font-size: 12px;
      font-weight:bold;
      line-height: 100%;
    }
    
    #menu a.selected {
      text-decoration: none;
      color: #000000;
    }
    
  #cube {
    position: absolute;
    top: 210px;
    left: 8px;
  }

  #title {
    width: 426px;
    padding-top: 7px;
    padding-bottom: 25px;
  }
  
    #title a {
      font-size: 13px;
      
    }
    
  #title-cols {
    clear: both;
    width: 595px;
    border-top: 1px solid #ececec;
  }
  
    #col-1 {
      padding: 0 20px 0 0;
    }
    
    #col-2 {
      padding: 0 20px 0 20px;
      border-left: 1px solid #ececec;
      border-right: 1px solid #ececec;
    }
    

    #col-3 {
      padding: 0 0 0 20px;
      vertical-align: top;
    }
    
      #col-3 p {
        padding: 0 10px;
      }
    
    .col-img {
      margin-top: -20px;
      position: relative;
      margin-bottom: 5px;
    }
    
    .news-time {
      color: #339900;
      font-size: 12px;
    }
    
  #creator {
    width: 135px;
    position: absolute;
    bottom: 40px;
    right: -155px;
    text-align: center;
  }
  
    #creator * {
      color: #6d94c7;
      font-size: 11px;
    }
  
    #creator div {
      padding: 15px 0;
      border-top: 1px solid #2f68b0;
      border-bottom: 1px solid #2f68b0;
      margin-bottom: 20px;
    }
    
  #menu2 {
    float: left;
    width: 180px;
    margin-top: 160px;
    list-style-type: none;
  }
  
    #menu2 li {
      padding: 5px 0 5px 15px;
      background: url('../img/arrow.gif') no-repeat left center;
      border-top: 1px solid #ececec;
    }
    
    #menu2 li.selected {
      background: url('../img/arrow2.gif') no-repeat left center;
    }
    
    #menu2 li.selected a {
      color: #000000;
      text-decoration: none;
    }

  #print {
    border-top: 1px solid #ececec;
    clear: both;
    width: 465px;
    text-align: right;
    padding: 5px 0;
  }
  
    #print a {
      font-size: 11px;
      color: #336699;
      padding-right: 5px;
    }
    
  #partners {
    clear: both;
    padding: 20px 0;
    width: 595px;
    border-top: 1px solid #ececec;
  }
  
  #copyright {
    width: 595px;
    border-top: 1px solid #ececec;
    padding: 20px 0;
  }
  
  #copyright * {
    color: #696969;
    font-size: 12px;
  }
  
  #main {
    float: left;
    width: 440px;
    min-height: 500px;
    padding-right: 25px;
  }
  
    * html #main {
      height: 500px;
    }

    #content h1 {
      color: #2d4f9e;
      font-size: 24px;
      font-weight: normal;
      padding-bottom: 7px;
      line-height: 100%;
    }

    #content h2 {
      color: #2d4f9e;
      font-size: 18px;
      font-weight: normal;
      padding-bottom: 7px;
    }

    #content p {
      margin-bottom: 10px;
    }

/* GALERIJA */
.gallery_img {
   width: 130px; height: 90px; float: left;
   margin-bottom: 15px; cursor: pointer; border: 1px solid #ececec;
}

  .gallery_img font {
    background-color: #ececec;
    padding: 3px 5px;
    color: #222222;
    font-size: 11px;
  }
