﻿/* ------------------------------------------- */
/* Podatki o podjetju
/* ------------------------------------------- */
.comp-table
{
    border: 0px;
    margin-left: 10px;
}

.comp-table-cell-1
{
    width: 110px;
}

.comp-table-cell-2
{
    width: 475px;
}

/* ------------------------------------------- */
/* Bulleted list
/* ------------------------------------------- */
.kontakt-ul
{
    color: #666666;
}

/* ------------------------------------------- */
/* Cene
/* ------------------------------------------- */
.cena-table
{
    border: 0px;
    margin-left: 20px;
}

.cena-table-cell-1
{
    width: 100px;
    text-align: left;
}

.cena-table-cell-2
{
    width: 75px;
    text-align: right;
}

.cena-table-cell-pomembno
{
    font-weight: bold;
    color: Blue;
}

/* ------------------------------------------- */
/* Slika (default stran)
/* ------------------------------------------- */
.image-center
{
    text-align: center;
}

.image-center a
{
    text-decoration: none;
}

.image-center a:visited
{
    text-decoration: none;
}

.text-reklama
{
    color: OrangeRed;
    font-weight: bold;
    font-size: 14pt;
}

.text-reklama-opis
{
    font-size: 10pt;
}

/* ------------------------------------------- */
/* Login
/* ------------------------------------------- */
.login-textbox
{
    width: 150px;
}
