/* --------------------------------------------------------------------------------------------------*/
/* PALAMUSE KOGUDUSE WEBI CSS                                                                        */
/* 23.04.2005 15:25:20, Kuuno                                                                            */
/* --------------------------------------------------------------------------------------------------*/

hr {
    color: #738794;
    height: 1px;
    width: 100%;
   }

a:link, a:visited, a:active {
                               color: #003956;
                               text-decoration: underline;
                            }
a:hover {
                               color: #006699;
                               text-decoration: underline;
        }

img {border:0px;}


/* Lisaks ...
/* ==================================================================*/

/* Avalehel kasutamiseks
/* ------------------------------------------------------------------*/
.avaleht a:link    {COLOR: #003956; text-decoration: none;}
.avaleht a:visited {COLOR: #003956; text-decoration: none;}
.avaleht a:active  {COLOR: #003956; text-decoration: none;}
.avaleht a:hover   {COLOR: #006699; text-decoration: underline;}

.avalingid {
    font-family: Arial, Tahoma, Verdana;
    font-size: 10pt;
    letter-spacing: 0px;
    color: #000000;
}
.avalingid a:link, .avalingid a:visited, .avalingid a:active {
    color: #003956;
    text-decoration: none;
    font-size: 10pt;
    font-weight: normal;
}
.avalingid a:hover {
    color: #006699;
    text-decoration: none;
    font-size: 10pt;
    font-weight: normal;
}


/* kasutame valitud taseme menüüvaliku nime näitamisel
/* funktsiooni 'breadcrumbs($page_id,$sep, ...)' näitamiseks
/* ------------------------------------------------------------------*/
.menuutasemenimi           {font-family: Arial, Tahoma, Verdana;
                            font-size: 8pt;
                            font-weight: none;
                            letter-spacing: 1px;
                            COLOR: #000000;
                           }
.menuutasemenimi a:link    {COLOR: #000000; text-decoration: none;}
.menuutasemenimi a:visited {COLOR: #000000; text-decoration: none;}
.menuutasemenimi a:active  {COLOR: #000000; text-decoration: none;}
.menuutasemenimi a:hover   {COLOR: #006699; text-decoration: none; font-weight: normal;}

/* Menüüd - OK
/* ------------------------------------------------------------------*/
.menu {
    font-family: Arial, Tahoma, Verdana;
    vertical-align: top;
    background-color: #FFFFFF;
    width: 170px;
    padding: 0px;
    font-size: 9pt;
    text-align: left;
    letter-spacing: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
    color: #000000;
    width: 170px;
    text-decoration: none;
    font-size: 9pt;
    text-align: left;
}
.menu a:hover {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}
/* Hetkel aktiivne menüüvalik */ /* color ei toimi ja ei peagi*/
/*     (tabeli lahti tausta värv muudetakse)
/* ------------------------------------------------------------------*/
.current {
    color: #000000;
    font-weight: bold;
    background-color: #E6ECF3;
}


/* Lehe pealkiri                                                     */
/* ------------------------------------------------------------------*/
.lkpealkiri
        {font-family: Arial, Tahoma, Verdana;
         font-size: 14px;
         font-weight: bold;
         letter-spacing: 1px;
         COLOR: #000000;
         TEXT-DECORATION: none;
         }


/* Kõige alumine rida - copirait, kontakt, ...
/* ------------------------------------------------------------------*/
.kopi
        {font-family: Arial, Tahoma, Verdana;
         font-size: 10px;
         font-weight: normal;
         letter-spacing: 1px;
         COLOR: #686868;
         TEXT-DECORATION: none;
         }

/* Klass moodulitele nagu sitemap, downloads, bookmark, news
/*   hetkel - 03.apr 2005 ei kasuta
/* ------------------------------------------------------------------*/
.moodul           {font-family: Arial, Tahoma, Verdana;
                            font-size: 10pt;
                            font-weight: none;
                            COLOR: #000000;
                  }
.moodul a:link    {COLOR: #003956; text-decoration: underline;}
.moodul a:visited {COLOR: #003956; text-decoration: underline;}
.moodul a:active  {COLOR: #003956; text-decoration: underline;}
.moodul a:hover   {COLOR: #006699; text-decoration: underline;}


/* ------------------------------------------------------------------
 K-GALERII ASJAD
 erinevad filtri-efektid
 kõiki neid võib/saab muuta, lähema info saamiseks soovitaks uurida
 HTML Reference Library Visual Filtrite peatükki
 projekti koduleht: http://hot.virtual-pc.com/htmlib/
 ------------------------------------------------------------------*/
        .orig {}
        .hall { filter:Gray; }
        .hele { filter:alpha(opacity="70"); moz-opacity:"0.2"; }
        .hele2 { filter:alpha(opacity="90"); moz-opacity:"0.2"; }
        .alpha { filter:Alpha(Opacity="30",FinishOpacity="100",Style="3"); }
        .blur { filter:Blur(Add="1",Direction="45",Strength="5"); }
        .xray { filter:Xray; }
        .blend{ filter:blendtrans(duration="2"); }
        .fliph { filter:FlipH; }
        /* teoreetiliselt peaks need kah midagi tegema kuid mul nende kasutamine ei õnnestunud */
                .xgfx { filter: revealtrans(duration="3", transition="23"); } /* see peaks tegema 3-sekise juhusliku effekti... aga ei tee */
                .chroma { filter:Chroma(Color="#FFFFFF"); }
                .shadow { filter:DropShadow(Color="#6699CC",OffX="5",OffY="5",Positive="1"); }
                .mask { filter:Mask (Color="#FFFFc0"); }
/* ------------------------------------------------------------------*/

