/* CSS Document */

body
{
background:url(images/background.jpg);
margin:0;
}

a
{
outline:none;
color:#A20909;
}

a:hover
{
text-decoration:none;
}

#header
{
width:100%;
height:50px;
background:url(images/headerbg.png) repeat-x;
margin-bottom:50px;
padding-top:7px;
}

#footer
{
width:100%;
height:40px;
background:url(images/footerbg.png) repeat-x;
margin-top:60px;
color:#FFFFFF;
text-align:center;
}

.lijevo
{
width:232px;
}

.sredina
{
width:575px;
}

.desno
{
}

#blokic
{
margin-top:70px;
width:232px;
height:263px;
background:url(images/blokic.png) no-repeat;
}

#spajalice
{
height:331px;
margin-top:50px;
background:url(images/spajalice.png) no-repeat;
}

#papir
{
background:url(images/list-gore.png) no-repeat;
padding-top:45px;
padding-left:14px;
padding-right:35px;
}

#sadrzaj
{
width:526px;
background:url(images/sadrzajbg.jpg) repeat-y;
padding-bottom:25px;
}

#test
{
margin:30px;
}

#olovka
{
background:url(images/olovka.png) no-repeat;
height:360px;
}

ul
{
margin:0;
}


.meni
{
margin-left:25px;
margin-right:25px;
display:inline;
}

.meni a
{
color: #A20909;
text-decoration:none;
padding-bottom:3px;
border-bottom:2px solid  #FFFFFF;
font-size:14px;
}

.meni a:hover
{
color: #A20909;
text-decoration:none;
padding-bottom:0px;
border-bottom:2px solid  #FFFFFF;
font-size:14px;
}


.naslov
{
background:url(images/naslov.png) no-repeat left;
width:100px;
}



.tocan
{
color: #0FB313;
}

.netocan
{
color: #C60000;
}

#pitanje
{
padding:15px;
}

.gumb
{
width:116;
height:46px;
}

.nedovoljan
{
color: #C60000;
text-decoration:underline;
}

.dovoljan
{
color: #B58004;
text-decoration:underline;
}

.dobar
{
color: #C7AF0C;
text-decoration:underline;
}

.vrlodobar
{
color: #AEC914;
text-decoration:underline;
}

.odlican
{
color: #0FB313;
text-decoration:underline;
}


