﻿body
{
    background-image: url('images/web_bg_new2.jpg');
    background-repeat: repeat;
}


a
{
    color: #0C3BA7;
    text-decoration: none;
}
a:hover
{
    color: #DBC65F;
    text-decoration: none;
}

.pogas
{
    font-family: 'Microsoft Sans Serif';
    font-size: 16px;
    color: #111111;
    text-decoration: none;
  
}
.pogas:hover
{

    font-family: 'Microsoft Sans Serif';
    font-size: 16px;
    color: #DBC65F;
    text-decoration: none;
    

}

.virsraksts
{
    font-family: 'Microsoft Sans Serif';
    font-size: 16px;
    color: #0C3BA7;
    text-align: left;

}


.text
{
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: #111111;
    text-align: left;
    clear:both;
    margin-bottom:2px;

}
.part_text
{
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    color: #111111;

}
.dat
{
    font-family: 'Microsoft Sans Serif';
    font-size: 10px;
    color: #0C3BA7;
    text-align: left;

}

.logo
{
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 40px;
}
.logo_s
{
    padding-top: 5px;
}

.smalpic
{
    position: relative;

}

.pading_left
{
    padding-left: 25px;
}

#111{
    background-color:#ffffff;
   /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}












div.transbox
  {
  width:400px;
  height:150px;
  margin:5px 5px;
  background-color:#ffffff;
  border:0px;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
  div.transbox2
  {
  width:500px;
  height:500px;
  margin:5px 5px;
  background-color:#ffffff;
  border:0px;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }