#login_form {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("../slike/login_bckg.png");
}
.div_prijava {
    border-radius: 10px;
    margin-left:20%;
    margin-top:3%;
    background-color: azure;
    border: 2px gray outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    width:30%;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#000000');
}
.input_prijava {
    text-decoration:none;
    width:90%;
}
.meni_div {
    height:75px;    
    margin-left : 1%;
    background-color: #6699CC;
    /*overflow-x: auto;
    overflow-y: hidden;*/
    float:top;
}

.meni_div img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
        cursor: pointer;
}

.meni {
    border-bottom-left-radius:  10px;
    border-bottom-right-radius:  10px;
    border: 2px #e3e3ee ridge;
    border-top-color: white;
    background-color: #6699CC;
}

.labela_naslov {
    margin-left: 2%;
    font-weight: bolder;
    font-size: 17px;
}
.izbornici_logo {
    width:200px;
    height:70px;
}