html{
position:relative;
height:100%;
}
body{
position:relative;
background:#bcbcbc;
text-align:center;
margin:0px;
font-family:Tahoma;
font-size:11px;
height:100%;
}
#mainWrapper{
position:relative;
width:780px;
margin:0px auto;
text-align:center;
background:url('../img/mainWrapperBg.png') repeat-y top left;
z-index:6;
}
#container{
position:relative;
background:#fff;
margin:0px auto;
width:760px;
border-left:1px #12486e solid;
border-right:1px #12486e solid;
text-align:center;
}
#header{
position:relative;
width:750px;
text-align:right;
background:#12486e;
margin:0px auto;
color:#a5cfde;
font-size:9px;
height:15px;
border-bottom:1px #fff solid;
padding-top:5px;
padding-right:10px;
}
#header a{
color:#a5cfde;
text-decoration:none;
}
#header a:hover{
color:#fff;
text-decoration:none;
}
#top{
position:relative;
width:760px;
height:110px;
background:url('../img/top_bg.gif') no-repeat top left;
border-bottom:1px #fff solid;
}
#middleWrapper{
position:relative;
width:760px;
border-top:1px #12486e solid;
z-index:1;
text-align:left;
}
#topNav{
position:absolute;
right:10px;
top:-37px;
width:auto;
list-style:none;
margin:0px;
padding:0px;
zoom:1;
z-index:100 !important;
color:#fff;
}
#topNav li{
float:left;
width:107px;
height:37px;
margin-left:4px;
z-index:101 !important;
}
#topNav li a{
display:block;
width:107px;
height:27px;
padding-top:10px;
text-align:center;
color:#fff;
text-decoration:none;
font-family:Trebuchet MS;
font-size:11px;
}
.TopActive{
background:url('../img/TopActiveTab.gif') no-repeat top left;
/*text-transform:uppercase;*/
z-index:101 !important;
}
.TopActive a{
color:#12486e !important;
font-weight:bold;
}
.TopPasive{
background:url('../img/TopPasiveTab.gif') no-repeat top left;
z-index:101 !important;
}
#leftColumn{
float:left;
position:relative;
width:162px;
background:#d6d6d6;
}
#rightColumn{
position:relative;
margin-left:170px;

}
#rightColumn p
{
line-height:1.5em;
margin-left:10px;
margin-right:20px;
margin-bottom:18px;
margin-top:0px;
}
#rightColumn a
{
color:#104a6b;
text-decoration:underline;
}
#rightColumn p a:hover
{
text-decoration:none;
}
.lmi{
width:162px;
height:38px;
background:url('../img/lmi.gif') no-repeat top left;
}
.lmi a{
display:block;
color:#42709e;
text-align:left;
margin-left:10px;
padding-top:8px;
height:28px;
text-decoration:none;
font-size:11px;
font-weight:bold;
}
.lmi a:hover{
text-decoration:underline;
}
.lmi_si{
background:#f5f5f5;
padding:10px 0px;
border-bottom:1px #9c9c9c solid;
}
.lmi_si a{
display:block;
position:relative;
margin-left:10px;
margin-bottom:4px;
color:#676767;
text-decoration:none;
}
.lmi_si a:hover{
text-decoration:underline;
}
.lmi_si img{
border:none;
position:relative;
top:-2px;
margin-right:3px;
}
.artTitle{
font-family:Trebuchet MS;
font-size:22px;
color:#12486e;
margin:30px 10px 0px 10px;
}
.artText{
margin:18px 10px;
line-height:1.5em;
}
.podnaslov{
font-weight:bold;
color:#12486e;
font-size:12px;
margin:10px 10px;
}
#footer{
width:760px;
height:23px;
padding-top:4px;
position:absolute;
bottom:0px;
left:0px;
background:url('../img/footer_bg.gif') no-repeat top left;
color:#fff;
text-align:center;
border-bottom:1px #000 solid;
}
.langSelect
{
color:#A5CFDE;
}
.langSelected
{
color:#fff !important;
}
ol{
margin-right:30px;
}
hr{
width:90%;
margin-left:10px;
margin-right:auto;
}