﻿/* @import url("layout.css");*/ 
/* font za izbornik u topnav */
.topizbornik {
	color: #FFFFFF;
	
}
/* font za BOLD naslov u tekstu */
.boldtekst {
	font-size: 80%;
	font-weight: bolder;
	vertical-align: 0px;
	text-align: left;
}

.boldtekst_label {
	font-size: 100%;
	font-weight: bolder;
	vertical-align: 0px;
	text-align: left;
	color: red; 
}
.boldtekstcijena_label {
	font-size: 120%;
	font-weight: bolder;
	vertical-align: 0px;
	text-align: left;
	color: navy; 
}

.tekstlink_label {
	color: navy; 
	font-family: Tahoma, Verdana; 
	font-size: 100%;
	font-weight: bold;
	vertical-align: 0px;
	text-align: left;
	text-decoration: none; 
}

.tekst_label {
	font-family: Tahoma, Verdana; 
	font-size: 100%;
	font-weight: normal; 
	color:navy; 
	vertical-align: 0px;
	text-align: left;
}

/* font za cijeli tekst */
.tekst01 {
	font-size: 70%;
	font-weight: normal; 
	color:navy; 
}

.tekst02 {
	font-size: 100%;
	font-weight: normal; 
}	

.tekst03 {
	font-size: 70%;
	font-weight: lighter;
	color: navy;
	font-style: normal;
}


.marquee01 {
	font-size: 90%;
	color: #000080;
	font-weight: bold;
}

.marquee02 {
	font-size: 90%;
	color: #000080;
	font-weight: bolder;
	vertical-align: 0px;
	text-align: center;
	color: #FF0000;
}

/* font za footer */
.footer {
	vertical-align: middle;
	color: #FFFFFF;
}

/* link u top izborniku */
.link_bijeli_bezcrte {
	text-decoration: none;
	font-family: Tahoma, Verdana; 
	font-size: 70%;
	color: #FFFFFF;
}

/* centriranje u tablici dijela teskta */
.centar {
	text-align: center; 
	font-weight:bold; 
}

/*izgled fonta za pretragu*/
.kljucne_01 {
	font-size: 60%;
	font-weight: bolder;
	text-align: left;
	text-decoration:none; 
	color:silver; 
}

.kljucne_02 {
	font-size: 60%;
	font-weight:normal;
	text-align: center;
	text-decoration:none; 
	color:silver; 
}
.kljucne_03 {
	font-size: 65%;
	font-weight: bolder;
	text-align: left;
	text-decoration:none; 
	color:  #999999; 
}
.kljucne_04 {
	font-size: 50%;
	font-weight: bolder;
	text-align: right;
	text-decoration:none; 
	color: #808080; 
}
