﻿.logo
{
    top:0;
    left:35px;
    position:relative;
    margin-bottom:-40px;
    z-index:3;
    cursor:pointer;
    display:block;
}

.box
{
    float:left;
    background-color:White;
    margin:0 10px 10px 0;
}

.boxcontent_zivotno
{
    background:transparent url(/images/zivotno.jpg) no-repeat center center;
    width:290px;
    height:320px;
}

.boxcontent_proizvodi
{
    background:transparent url(/images/proizvodi.jpg) no-repeat center center;
    width:290px;
    height:320px;
}

.boxcontent_savjetnik
{
    background:transparent url(/images/savjetnik.jpg) no-repeat center center;
    width:290px;
    height:320px;
}

.boxcontent_lovelife
{
    background:transparent url(/images/lovelife.jpg) no-repeat center center;
    width:290px;
    height:170px;
}

.boxcontent_publikacije
{
    background:transparent url(/images/publikacije.jpg) no-repeat center center;
    width:290px;
    height:170px;
}

.boxcontent_izracuni
{
    background:transparent url(/images/izracuni.jpg) no-repeat center center;
    width:290px;
    height:170px;
}

.naslovnica
{
    background-image:url(/images/menu_backg.png);
    background-repeat:repeat;
    color:White;
    bottom:10px;
    left:10px;
    position:absolute;
    width:250px;
    padding:10px;
    padding-bottom:5px;
}

.naslovnica h1
{
    font-size:13pt;
    color:White;
    margin:0;
    padding:0;
}
    
 .naslovnica p
{
    font-size:8pt;
    font-weight:bold;
    text-transform:uppercase;
    color:White;
    margin:0;
    padding:0;
}

#news
{
     padding:10px;
}

.ticker
{
    position:relative;
    width:700px;
    height:18px;
    overflow:hidden;
    font-size:10pt;
    margin-top:5px;
}

.items
{
    position: absolute; 
    top: 20px;
}



