/* DEFAULT */
body{
    color: #d0d0d0;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    font-family: Arial, Verdana, Tahoma;
    font-size: 10px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
}
img{
    border: none;
}

a, a:visited, a:active{
    color: #fac000;
    font-size: 10px;
    text-decoration: none;
}
a:hover{
    color: #fac000;
    font-size: 10px;
    text-decoration: underline;
}

/* OBAVESTENJE MAIN */

#obavestenja{
    padding-left: 5px;
}
#obavestenja .obline{
    background-image: url('../images/li_grey-dark.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-bottom: 3px;
    padding-left: 10px;
}
#obavestenja .date{
    color: #fac000;
    padding-top: 10px;
}
#obavestenja .title{
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
}
#obavestenja .title:hover{
    text-decoration: none;
    cursor: pointer;
    color: #e0e0e0;
    font-size: 10px;
}
#obavestenja .text{
    text-align: justify;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d0d0d0;
}
