
/* zakladni rozvrzeni stranky*/
body, html  {
        /*scrollbar-base-color: #B8CAED;*/
        background-color: white;
        }
a          {text-decoration: underline;}
a:link    {color: grey;}
a:visited {color: grey;}
a:active  {color: grey;}
a:hover          {color: black; text-decoration: none;}

/* Nadpis produktu v popisu*/
.nadpispopisu {
        color: #3e3eff;
        font-size: 16pt;
        letter-spacing: 1pt;
        font-weight: bold;
        font-family: Arial;
        text-decoration:none;
        text-decoration:underline;         
        }


/* Nadpis v zahlavi tabulek neaktivni*/
.nadpisbunky {
        color: white;
        font-size: 8pt;
        letter-spacing: 1pt;
        font-weight: bold;
        font-family: Arial;
        text-decoration:none;
        }


/* Nadpis v zahlavi tabulek ativni (HOVER)*/
a.imglink
{
        padding: 3px;
        font-size: 8pt;
        font-weight:normal;
        font-family: Arial;
        letter-spacing: 1pt;
        color: #444444;
        text-decoration: none;
        border: 0px solid blue;
        display:block;
}


a.imglink:hover
{
        color: 1E1EC8;
        font-size: 8pt;
        text-decoration: none ;
        font-weight:bold;
        border:        ;
}

a.imglink:active
{
        color: white;
        font-size: 8pt;
        text-decoration: none ;
        border:        ;
}


/*Normalni text na strankach*/
.text {
        color:#333333;
        font-size: 8pt;
        letter-spacing: 1pt;
        font-family: Arial;
        text-decoration:none;
        }

/* Textove odkazy v textu */
a.textlink
{
        padding: 0px;
        font-size: 8pt;
        font-weight: normal;
        font-family: Arial;
        letter-spacing: 1pt;
        color: #3e3eff;
        text-decoration: none;
}


a.textlink:hover
{
        font-size: 8pt;
        text-decoration: underline ;
}