/* Globalne postavke */
html, body
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    color: #969496;
    background-color: #FFFFFF;
}

h1
{
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    color: #4D4D4F;
}

h2
{
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
}

input
{    
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    color: #969496;
}

textarea
{    
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    color: #969496;
}

select
{    
    font-family: Candara, Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    color: #969496;
}

a:link 
{
    color: #969496;
    text-decoration: none;
} 

a:visited 
{
    color: #969496;
    text-decoration: none;
}

a:hover 
{
    color: #4D4D4F;
    text-decoration: underline;
}

a:active
{
    color: #969496;
    text-decoration: none;
}

a img
{
    border: none;
    text-decoration: none;
}

#wrapper
{
    width: 1050px;
    min-height: 745px;
    margin: auto;
}


#header
{
    width: 1000px;
    height: 117px;
    margin-left: 25px;
    position: relative;
}

#logo
{
    width: 200px;
    height: 72px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-image: url(../images/logo.png);
    cursor: pointer;
}

#languageSelection
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #969496;
}

#languageSelection select
{
    width: 100px;
}

#borderTop
{
    width: 1003px;
    height: 1px;
    margin-left: 25px;
    background-image: url(../images/bordertop.png);
}

#borderTopRight
{
    width: 4px;
    height: 4px;
    background-image: url(../images/bordertopright);
}

#borderBottom
{
    width: 1003px;
    height: 5px;
    margin-left: 25px;
    background-image: url(../images/borderbottom.png);
}

#contentWrapper
{
    width: 1001px;
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 0px 25px;
    overflow: hidden;
    background: url(../images/borderleftright.png);
}

#navigation
{
    width: 198px;
    min-height: 571px;
    margin: 0px;
    padding: 25px 0px 0px 2px;
    float: left;
}

#content
{
    width: 798px;
    min-height: 598px;
    margin: 0px;
    padding: 0px;
    display: table;
    float: left;
}

#siteMapHolder
{
    padding-right: 10px;
    padding-bottom: 10px;
}

.ctl00_MainContent_SiteMapView_Level00
{
    padding-left: 5px;
    border-bottom: solid 1px #969496;
    font-weight: bold;
}

.ctl00_MainContent_SiteMapView_Level01
{
    padding-left: 25px;
}

#footer
{
    width: 1000px;
    height: 24px;
    margin-left: 25px;
    font-size: 10px;
    text-align: center;
}

.normalMenuItem
{
    width: 195px;
    border-top: solid 1px #969496;
    color: #969496;
    background-color: #E3E1E3;
}

.subMenuItem
{
    width: 195px;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-left: 1px;
    border-style: solid;
    border-color: #969496;
    color: #969496;
    background-color: #E3E1E3;
}

.hoveredMenuItem
{
    width: 195px;
    padding-bottom: 1px;
    font-weight: bold;
    color: #E3E1E3;
    background-color: #2A2C76;
}

.subMenu
{
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-style: solid;
    border-color: #969496;
}

#ctl00_MainMenu_MenuItem01.normalMenuItem
{
    border-top: 0px !important;
    padding-top: 1px;
}

.contentViewText
{
    width: 798px;
    min-height: 450px;
}

.contentViewText a:link,
.contentViewText a:visited,
.contentViewText a:active
{
    color: #4D4D4F;
}

.contentViewText h1,
.contentViewText p
{
    padding: 0px 10px 0px 10px;
}

#ctl00_MainContent_DefaultContent .contentViewText
{
    min-height: 0px !important;
}

#ctl00_MainContent_CarouselProjector
{
    width: 785px;
    height: 545px;
    margin: 7px 8px 7px 6px;
    border: solid 1px #969496;
}

#ctl00_MainContent_CarouselProjector img
{
    padding: 3px;
}

#contactForm
{
    width: 788px;
    min-height: 390px;
    padding: 0px 0px 0px 10px;
}

.contactInfo
{
    padding-right: 10px;
    float: left;
}

.contactInfo input
{
    width: 200px;
}

.contactInfo select
{
    width: 204px;
}

#contactText
{    
    float: left;
}

#contactText textarea
{
    width: 344px;
    height: 284px;
}

#contactFeedback
{
    width: 778px;
    padding: 10px 10px 0px 0px;
    clear: both;
}

#contactFeedback input
{
    width: 200px;
    float: left;
    color: #000000;
}

#contactLiteralHolder
{
    width: 578px;
    float: left;
    color: #C80E43;
}

#companyInfo
{
    width: 788px;
    min-height: 120px;
    padding: 0px 0px 0px 10px;
}

.infoBlock
{
    min-width: 210px;
    float: left;
}

#siteMapHolder
{
    padding-left: 10px;
}

