/* CSS Document */

.border {
	border:1px solid #333333;
}

.pozadina1 {
	background-image:url(images/pozadina_rid.jpg);
	background-repeat:no-repeat;
}

.pozadina2 {
	background-image:url(images/gradijent.jpg);
	background-repeat:repeat-x;
}

.pozadina3 {
	background-color:#EEEFF1;
}

.tekst{
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
text-decoration: none;
padding: 10px;
color: #333333;
}
.naslov {
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-transform:uppercase;
color: #333333;
}
.img {
	border:3px solid white;
}
.tabla{
border-bottom:1px solid white;
}
.link{
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
text-decoration: underline;
font-weight:bold;
padding: 10px;
color: #666666;
}
.link:hover{
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
font-weight:bold;
text-decoration: underline;
padding: 10px;
color: #666999;
}
.cemes_image{
	border:solid white 2px;
}
