*
{
    margin: 0em;
    padding: 0em;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #666;
    background-color: #fff;
}

#page
{
    padding: 0em;
    margin: 0em;
    width: 100%;    
}

#header
{
    position: relative;
    background: #004778 url('img/zaglavlje-pozadina.gif') bottom left repeat-x;
    height: 5em;
    padding-left: 2em;
}

#header h1
{
    position: absolute;
    top: 0.5em;
    font-size: 2.2em;
    letter-spacing: -0.05em;
    color: #fff;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}

#navigate
{
    float: left;
    width: 14em;
    text-align: left;
    background: #fff url('img/izbornik-pozadina.gif') top right repeat-y;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1em;
    padding-bottom: 5em;
}

#navigate ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
    line-height: 1.5em;
}

#navigate a
{
    color: #005984;
    text-decoration: none;
}

#navigate a:hover
{
    color: #fff;
    background: #005984;
    text-decoration: none;
}

#content
{
    position: relative;
    margin-left: 16em;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1em;
}

#content a
{
    color: #005984;
    text-decoration: none;    
}

#content a:hover
{
    color: #fff;
    background: #005984;
    text-decoration: none;
}

#content img
{
    border: none;
}

#content h2,h3,h4,h5,h6
{
    color: #545454;
    margin-bottom: 1em;
    border-bottom: dashed 1px #dfdfdf;
    padding-bottom: 0.3em;
}

#content h2
{
    font-size: 1.5em;
}

#content h3
{
    font-size: 1.1em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
}

#content p
{
    display: block;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

#location
{
    border: 1px solid #dfdfdf;
    background: #efefef;
    margin-bottom: 0.8em;
    padding: 0.3em;
}

#footer
{
    border-top: dashed 1px #dfdfdf;
    padding: 0.3em;
    clear: both;
    text-align: center;
    font-size: 0.8em;
}

#footer a
{
    color: #667;
    text-decoration: none;
}

.trenutno
{
    font-weight: bold;
    color: #005984;
}

#center
{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#warning
{
    margin-top: 2em;
    margin-bottom: 2em;
    color: #aa0000;
    font-weight: bold;
}

input
{
    border: 1px solid #dfdfdf;
    margin: 1px;
    padding-left: 4px;
    background-color: #efefef;
    color: #666;
    text-align: center;
}

fieldset
{
    display: block;
    border: 1px solid #dfdfdf;
    padding: 6px;  
    margin: 10px;  
}

legend
{
    border: 1px solid #dfdfdf;
    padding: 2px 6px;
    background: #efefef;
}

table
{
    border: 0px;
    text-align: left;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    z-index: 10;
}

td
{
    padding:4px;
    border-bottom: 1px dashed #dfdfdf;
}

.red
{
    background: #ff5c5c;
    color: #000000;
    padding: 2px;
}

.green
{
    background: #96ff96;
    color: #000000;
    padding: 2px;
}
