@charset "utf-8";
/* CSS za Metalfer sajt */

/* resetovanje margina i paddinga */

*{
margin: 0 auto;
padding: 0;
}

/* pozadinska boja i centriranje za IE */

body{
text-align: center;
background-color: #000000;
font-family: Arial, sans-serif;
}

/* kontejner za sadrzaj */

#container {
width: 850px;
text-align: center;
}

/* razmak */

#spacer{
height: 20px;
}

#spacer-inner{
height: 20px;
}

/* header */

#head{
height: 600px;
background-image: url(index-head.jpg);
background-position: top;
background-repeat: no-repeat;
background-color: black;
/*border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-right: 2px solid #999999;*/
border-bottom: 2px solid #999999;
padding-top: 0px;
}

#foot{
height: 20px;
border-bottom: 1px solid #ffffff;
padding-top: 0px;
padding-bottom: 3px;
background-color: #333333;
}

#foot p{
font-size: 18px;
color: #CCCCCC;
}

#foot a, a:visited{
color: #ffffff;
text-decoration: none;
}

#foot a:hover{
color: #ff3300;
}

/* thumbnail prikaz slicice */
.img{
margin: 2px;
border: 1px solid gray;
}	


.opis{
padding-top: 5px;
text-align: center;
font-size: 14px;
color: #CCCCCC;
font-weight: normal;
width: auto;
height: 40px;
margin: 2px;
}
