﻿* {
	margin: 0;
	padding: 0;
}

body 
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 12px;
    text-indent:10px;
    background-image: url(../Slike/bg.jpg);
    background-position: left top;
    background-repeat: repeat-x ;
    
}

.main
{
    position:absolute;
    display:block;
    left: 50%;
    margin-left:-300px;
    width: 600px;
    background-color: White;
}

.menuPanel
{
    position:relative;
    z-index: 100;
}

.menuVsebina
{
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
}

.left_Margin
{
    position: absolute;
    display:block;
    z-index:20;
    left: -20px;
    top: 0px;
    height: 100%;
    width:20px;
    background-image: url(../Slike/left.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.right_Margin
{
    position: absolute;
    display:block;
    z-index:20;
    left: 600px;
    top: 0px;
    height: 100%;
    width:20px;
    background-image: url(../Slike/right.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.logo
{
    position: relative;
    display:block;
    z-index:20;
    left: 0px;
    top: 0px;
    height: 55px;
    width:600px;
    background-image: url(../Slike/logo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-color: #dbeaff;
    border-bottom: solid 2px #ed2526;
}

.jeziki
{
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
    color: White;
	filter:alpha(opacity=60);     
}
.jeziki:hover
{ filter:alpha(opacity=100);}

.jezik{color:Gray;opacity:0.6;}
.jezik:active{color:Gray;opacity:0.6;}
.jezik:link{color:Gray;opacity:0.6;}
.jezik:visited{color:Gray;opacity:0.6;}
.jezik:hover{color:#254d96;opacity:1.0;} 

.wrap {min-height: 100%;}

.footer
{
    position: fixed;
    width: 600px;
    left: 50%;
    margin-left:-300px;
    bottom: 0px;
	clear:both;
	font-weight: bold;
	color: #254d96;
	font-size: 10px;
	background-color:White;
	border-top: solid 1px #b3cef1;
} 

.zastava
{
    border:solid 1px gray;    
}
.zastava:active{ border:solid 1px gray; }
.zastava:link{ border:solid 1px gray; }
.zastava:visited{ border:solid 1px gray; }
.zastava:hover{ border:solid 1px #ed2526; }