/* BAZE */
* {
	font-family: tahoma;
	font-size: 11px;
	line-height: 133%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: url('../img/bg.gif') repeat left top #FFFFFF;
}

a  {
	text-decoration: none;
	color: #ffa204;
}

a:hover  {
	text-decoration: underline;
}



/* PAPILDOMI */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 963px;
  border-right: 1px solid #969696;
  border-left: 1px solid #969696;
}

#logo {
  position: absolute;
  left: 45px;
  bottom: 25px;
}

#calendar {
  position: absolute;
  right: 35px;
  top: 35px;
}

#left {
  width: 220px; height: 400px; background: url('../img/left2.jpg') repeat-y left top;
}

  #left_top {
    background: url('../img/left1.jpg') no-repeat left top; min-height: 399px;
    width: 220px;
  }

  * html #left_top {
     height: 399px;
  }



      
      .menu a {
        color: #0d4972;
        font-weight: bold;
      }
      
        .twond {
          padding-top: 10px;
        }
      
          .twond li {
            list-style-type: none;
            background: url('../img/li3.gif') no-repeat left center;
            padding: 3px 0 3px 15px;
          }
          
          .twond a {
            font-weight: normal;
          }

#center {
  background: url('../img/center.jpg') no-repeat left top #FFFFFF;
}

  #center p {
    padding-bottom: 7px;
  }

#right {
  width: 186px; background: url('../img/right2.jpg') repeat-y left top;
}

  #right_top {
    background: url('../img/right1.jpg') no-repeat right top; min-height: 300px; padding-left: 15px;
  }

  * html #right_top {
     height: 300px;
  }

#bottom {
  background: url('../img/bottom.jpg') repeat-x left top;
  height: 38px;
}

  #bottom td {
    height: 38px;
    padding: 0 10px;
  }
  
  #bottom * {
    color: #868686;
  }
  
#menu2 {
  position: absolute;
  bottom: 0;
  right: 20px;
}

  #menu2 a {
    color: #226694;
    font-weight: bold;
  }
  
/* GALERIJA */
.gallery_img {
   width: 160px; height: 130px; float: left;
   margin-bottom: 10px; cursor: pointer; border: 1px solid #ff7200;
   margin-left: 10px;
}

  .gallery_img font {
    background-color: #fea108;
    padding: 2px 5px;
    color: #FFFFFF;
  }


/* APKLAUSA */
#answers {
  width: 100%;
}

  #answers .row {
    width: 100%;
    text-align: left;
    padding: 0 5px;
  }



/* FAQ */
div.faq {
	cursor: pointer;
	margin-bottom: 5px;
}
	div.faq p {
		margin: 5px 5px 5px 20px;
	}

	div.faq .faq_q {
		font-weight: bold;
	}
		div.faq .faq_q p {
			margin: 0;
		}



/* SITEMAP */
div.sitemap {
	margin: 0;
}

	div.sitemap a {
		padding: 3px;
		color: #000000;
	}

	div.sitemap img {
		margin-bottom: 2px;
	}
