﻿html, body 
{
    margin:0; 
    padding:0; 
    width:100%; 
    height:100%; 
    overflow:hidden;
    font-family: Arial, Sans-Serif;
}
form
{
    margin: 0;
    padding: 0;    
}

.background {
    position:absolute; 
    z-index:1; 
    width:100%; 
    height:100%;
}

.scroller {
    position:absolute; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
    overflow:auto; 
    z-index: 2;
    padding: 0;
    margin: 0;
} 

#middle {
    width: 760px;
    margin: 0 auto;
    padding: 0;
    background-image: url(../slike/master/back-sredina.gif);
    background-repeat: repeat-y;
    background-color: White;
}

/** zaglavlje **/
#container
{
    position: relative;
    height: 0px;
    overflow: visible;
    z-index: 3;
}
#gore 
{
    width: 100%; 
    height: 9px; 
    position: absolute; 
    left: 0;
    top: 0;
}
#header1 
{
    width: 313px; 
    height: 132px;
    position: absolute;
    left: 0;
    top: 0;
}
#header2
{
    width: 447px; 
    height: 132px;
    position: absolute;
    left: 313px;
    top: 0;
}
#sivirub
{
    position: absolute;
    top: 132px;
    left: 0;
}


#header
{
    z-index: 5;
    position: relative;
    height: 132px;
    margin: 0;
    padding: 0;
}
#slogan
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    color: #8b070c;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0;
    padding: 0;
}
#searchbox
{
    text-align: right;
    position: absolute;
    right: 20px;
    top: 80px;
    margin: 0;
    padding: 0;
}
    #searchbox form
    {
        margin: 0;
        padding: 0;
    }
    #searchbox input.text
    {
        margin-left: 3px;
        width: 120px;
    }
    #searchbox input.hidden
    {
        display: none;
    }
    #searchbox input.button
    {
        margin-left: 3px;
    }
#topmenu
{
    font-size: 11px;
    font-weight: bold;
    color: White;
    list-style-type: none;
    position: absolute;
    right: 20px;
    top: 110px;
    margin: 0;
    padding: 0;
}
    #topmenu li
    {
        float: left;
        padding: 0;
        margin: 0 0 0 9px;
    }
    #topmenu li a
    {
        color: White;
        text-decoration: none;
    }
    #topmenu li a:hover
    {
        text-decoration: underline;
    }

#content
{
    padding: 0 10px 0 10px;
}

#leftmenu
{
    width: 138px;
    float: left;
    background-color: #e5e5e5;
    margin-right: 5px;
}
    #leftmenu dl
    {
        margin: 0 0 350px 0;
        padding: 0;
    }
    #leftmenu dl dt
    {
        margin: 16px 3px 3px 3px;
        padding: 0 0 0 8px;
        color: #fa4f29;
        font-weight: bold;
        font-size: 11px;
        text-align: left;
        border-bottom: solid 1px #fa4f29;
    }
    #leftmenu dl dt.prvi
    {
        margin-top: 9px;
    }
    #leftmenu dl dd
    {
        margin: 1px 5px 0 0;
        padding: 0 2px 0 0;
        font-size: 12px;
        text-align: right;
        font-weight: bold;
    }
        #leftmenu dl dd a
        {
            color: Black;
            text-decoration: none;
        }
        #leftmenu dl dd a:hover
        {
            color: #FA4F29;
            text-decoration: underline;
        }
        #leftmenu dl dd.osoba
        {
            font-weight: bold;
        }
        #leftmenu dl dd.firma
        {
            font-weight: normal;
            font-size: 11px;
        }
        #leftmenu dl dd.specijalni
        {
            font-weight: normal;
            font-size: 9px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }
    #leftmenu input.text
    {
        width: 90px;
        margin-bottom: 2px;
        text-align: right;
    }

#contentplaceholder
{
    position: relative;
}

input.button
{
    font-size: 11px;
    color: #fa4f29;
    font-weight: bold;
    border-top: none 0px;
    border-right: solid 1px #fa4f29;
    border-bottom: solid 1px #fa4f29;
    border-left: none 0px;
    background-color: #f3f3f3;
    cursor: pointer;
    /* definirati još za svaki posebno: text-align, width */
}
    input.grayed
    {
        color: #999;
        border-right: solid 1px #999;
        border-bottom: solid 1px #999;
        background-color: #f3f3f3;
        cursor: default;
    }
input.text, input.textM, select.text, textarea.text
{
    font-size: 11px;
    color: #222;
    border-top: solid 1px #E5E5E5;
    border-right: solid 1px #fa4f29;
    border-bottom: solid 1px #fa4f29;
    border-left: solid 1px #E5E5E5;
    background-color: White;
    padding: 1px 2px;
    /* definirati još za svaki posebno: text-align, width */
}

#footer
{
    clear: both;
    font-size: 10px;
    text-align: center;
    color: #555;
    padding: 3px 0 10px 0;
    border-top: solid 1px #e5e5e5;
    background-color: White;
}
    #footer a
    {
        text-decoration: none;
        color: #555;
    }
    #footer .razdjela
    {
        color: #d8d8d8;
    }