﻿body
{
    background-image:url('/Images/backg.jpg');
    background-repeat:repeat;
    font-family:Arial, Helvetica;
    padding:0;
    margin:0;
    font-size:11pt;
}

h1
{
    font-size:16pt;
    padding-top:15px;
    padding-bottom:0;
}

h2
{
    font-size:14pt;
    padding-top:15px;
    padding-bottom:0;
}


a:link, a:active, a:visited
{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}

a:hover
{
    color:#167158;
    text-decoration:none;
}

table 
{  
	border-collapse: collapse;  
	border-spacing: 0;  
	width:100%;
}

.tablica thead
{
    background-color:#6B9279;
    font-weight:bold;
    color:White;
}
    
.tablica th
{
    border-bottom:2px solid #000;
    padding:5px;
    color:#006640;
    font-weight:normal;
}

.tablica td
{
    border-bottom:1px solid #000;
    padding:5px;
}

#backgwrapper
{
    margin:0 auto;
    padding:0;
    width:980px;
    min-height:675px;
    background-image:url('/Images/backg_fix.jpg');
    background-repeat:no-repeat;
}

#wrapper
{
    margin:0 auto;
    padding:0;
    width:900px;
    min-height:630px;
    margin-bottom:100px;
}
    
#content
{
    width:100%;
}

.content a:link, .content a:active, .content a:visited
{
    text-decoration:underline;
}

.content a:hover
{
    text-decoration:none;
}

#footer
{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:10;
}

#footer_row_fixed
{
    width:100%;
    height:55px;
    background-image:url(/images/footer_backg.png);
    background-repeat:repeat-x;
 }
 
#footer_row_resizable
{
    width:100%;
    height:42px;
    background:transparent url(/images/footer_backg2.png) repeat-x left top;
 }
 
 #footer_row_resizable_content
 {
     width:900px; 
     margin:0 auto; 
     padding:10px 0; 
     height:20px;
 }
 
#sitemap
{
     position:fixed; 
     height:220px; 
     width:100%;
     background-image:url('/Images/menu_backg.png');
     background-repeat:repeat;
     font-size:11pt;
}
 
#sitemap_content
{
     width:900px; 
     margin:0 auto; 
     padding:10px 0;
     color:White;
}
 
#infotel
{
    background:transparent url(/images/info_tel_backg.png) no-repeat right -5px; 
    float:right;  
    text-align:center; 
    text-indent:10px; 
    width:270px; 
    margin:-10px 0 0 30px; 
    !margin-top:-25px; 
    padding-top:10px;
    font-weight:bold;
 }
     
#TextBoxTrazi
{
     font-size:10pt; 
     height:15px; 
     border:solid 1px #ccc;
 }
         
.separator
{
    font-size:9pt; 
    vertical-align:text-top; 
    padding:0 10px;
}
    
.vijesti_datum
{
    font-size:9pt; 
    font-weight:bold;
}

#copyright
{
    padding-top:2px;
    font-size:9pt;
    color:#999;
    float:right;
    font-weight:bold;
}

.sitemap a:link, 
.sitemap a:active, 
.sitemap a:visited
{
    color:White;
    }
    
    .sitemap a:hover
{
    color:#167158;
    }

.sitemap div
{
    display:inline;
    padding-right:20px;
    float:left;
    }
    
        .sitemap div ul
{
    font-size:9pt;
    margin:0;
     list-style-type:none;
   line-height:12pt;
}

.sitemap div ul li
{
     padding-top:5px;
    }
    
    .sitemap div span
{
    font-size:9pt;
}
