/* 
    Document   : CSS_Aktuelno
    Created on : Oct 15, 2009, 2:16:48 PM
    Author     : vujaklija
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.AktuelnoGore{
    width:100%;
    height:175px;
    border:1px solid black;
    overflow:hidden;
}
.AktuelniKajron{
    width:100%;
    height:20px;
    border:1px solid black;
}
.AktuelnoDole{
    width:100%;
    height:175px;
    border:1px solid black;
    overflow:hidden;
    padding:5px;
}
.AktuelneSlike{
    width:153px;
    height:150px;
}

