
body 
{
    margin: 0px;
    font-family:Verdana;
    font-size: 12px;

}
a 
{
    font-size: 12px;
    color: Black;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
h1 
{
    font-size: 15px;
    font-weight: bold;
}
h2 
{
    font-size: 13px;
    font-weight: bold;

}
p, .p
{
    font-size: 12px;
    line-height: 1.5;
}
td 
{
    font-size: 12px;
}



.stolpec 
{
    padding: 3px 0px 5px 0px;
}


.meni 
{
    text-decoration: none;
    font-size: 12px;
    font-family:Microsoft Sans Serif;
    padding: 0px 0px 0px 12px;
}



.drobtinice 
{
    padding: 0px 0px 0px 6px;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none;
}
.footer 
{
    padding: 0px 0px 0px 12px;
    font-size: 11px;
}
.input
{
    font-family: Tahoma;
    font-size: 12px;
    width: 150px;
}
.inputfile 
{
    font-size: 13px;
    font-family: Tahoma;
    height: 21px;
    width: 233px;
}

.zelena 
{
    color:#007168;
}


/*detailsview*/
.header 
{
    font-size:12px;
    width: 150px;
    vertical-align: top;
}
.tabela 
{
    border-style: none;
    border-color: white;
    border-width: 1px;
}
.tabela2 
{
    border-style: ridge;
    border-color: white;
    border-width: 1px;
}


.item
{
    font-size: 12px;
    width: 160px;
}






.siva 
{
    background: #B2B2B2;
}
.svetlosiva 
{
    background: #009B92; /*#008579;*/
}
.rdeca
{
    color: Red;    
}