@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
    height: auto;	
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-top: 5px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#boxZaMenije {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#desnoTelefoni {
	clear: none;
	float: left;
	width: 69%;
	padding-right: 1%;
	display: none;
	text-align: right;
	color: #FFF;
}
#desnoEmail {
	clear: none;
	float: left;
	width: 69%;
	padding-right: 1%;
	display: none;
	text-align: right;
}
#meniBox {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	display: none;
}
#meniBox2 {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
#slikaBox {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
}
#senka {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#sadrzajBox {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	margin-right: 1%;
}
#naslovBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slikaNaslovBox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}	
#linijaVelikaRazdvajanje {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#naslovBox2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#naslovBox3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#boxNaslov4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#boxNaslov5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#boxNaslov6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#novosti{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#dogadjaji{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#kontakt{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.naslovNovostiDogadjajiKontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #003A85;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	padding-top: 5px;
}
.vesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 95%;
	margin-top: 10px;
	padding-right: 2%;
	padding-left: 3%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: auto;
}
.noveVesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	clear: both;
	float: left;
	height: auto;
	width: 98%;
	margin: 1%;
}
#sirokiSadrzaj {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: justify;
}
.naslovSirokiSadrzaj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #C62700;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#sirokiSadrzaj2 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	text-align: justify;
	margin-right: 1%;
}
#sadrzaj4uRedu {
	float: left;
	height: auto;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.naslovSirokiSadrzaj2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	padding-top: 5px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.linkovi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
	text-decoration: none;
}
.linkovi a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
	text-decoration: none;
}
.linkovi a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
}
.linkovi2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.linkovi3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A5E89;
	text-decoration: underline;
	font-style: normal;
}
.linkovi4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: none;

	font-style: italic;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 
========================== T A B L E T ======================================================================================== */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 5px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	width: 30%;
	display: block;
}
#boxZaMenije {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#desnoTelefoni {
	clear: none;
	float: left;
	width: 69%;
	padding-right: 1%;
	display: none;
	text-align: right;
	margin-top: 5px;
	color: #FFF;
}
#desnoEmail {
	clear: none;
	float: left;
	width: 69%;
	padding-right: 1%;
	display: block;
	text-align: right;
	margin-top: 5px;
}

#meniBox {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	display: none;
}
#meniBox2 {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
#slikaBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#senka {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#sadrzajBox {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	margin-right: 1%;
}
#naslovBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#slikaNaslovBox {
	clear: both;
	float: left;
	width: 40%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}	
#linijaVelikaRazdvajanje {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#naslovBox2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#naslovBox3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#boxNaslov4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#boxNaslov5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#boxNaslov6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#slikaUnaslovima {
	clear: none;
	margin-left: auto;
	width: 10%;
	display: block;
	text-align: center;
	margin-right: auto;
	float: none;
	height: auto;
}
#tekstUnaslovima {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-left: 0px;
}
#icona {
	clear: none;
	float: left;
	width: 11.0497%;
	display: block;
	height: auto;
}
#top {
	float: left;
	height: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #666;
	text-align: center;
}
#novosti{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#dogadjaji{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#kontakt{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.naslovNovostiDogadjajiKontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #003A85;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	padding-top: 5px;
}
.vesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 2%;
	padding-left: 3%;
	padding-bottom: 5px;
	height: auto;
}
.noveVesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	clear: both;
	float: left;
	height: auto;
	width: 98%;
	margin: 1%;
}
#sirokiSadrzaj {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.naslovSirokiSadrzaj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #C62700;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#sirokiSadrzaj2 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	text-align: justify;
	margin-right: 1%;
}
#sadrzaj4uRedu {
	float: left;
	height: auto;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.naslovSirokiSadrzaj2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	padding-top: 5px;
}
#dizajn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.linkovi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.linkovi a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.linkovi a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.linkovi2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.linkovi3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A5E89;
	text-decoration: underline;
	font-style: normal;
}
.linkovi4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: none;

	font-style: italic;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. 
========================================= D E S K T O P ========================================================================= */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 80%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: none;
	float: left;
	width: 25%;
	display: block;
}
#boxZaMenije {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#desnoTelefoni {
	clear: none;
	float: left;
	width: 74%;
	display: block;
	text-align: right;
	padding-right: 1%;
	color: #FFF;
}
#desnoEmail {
	clear: none;
	float: left;
	width: 74%;
	display: block;
	text-align: right;
	padding-right: 1%;
}
#meniBox {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
#meniBox2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: none;
}

#slikaBox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#senka {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#sadrzajBox {
	clear: both;
	float: left;
	margin-left: 1%;
	width: 98%;
	display: block;
	margin-right: 1%;
}
#naslovBox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#slikaNaslovBox {
	clear: both;
	float: left;
	width: 20%;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#linijaVelikaRazdvajanje {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#naslovBox2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	padding-right: 10%;
	padding-left: 10%;
	text-align: center;
}
#naslovBox3 {
	clear: both;
	float: left;
	width: 98%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}
#boxNaslov4 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 1%;
}
#boxNaslov5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#boxNaslov6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#boxNaslov7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#slikaUnaslovima {
	clear: none;
	margin-left: auto;
	width: 10%;
	display: block;
	text-align: center;
	margin-right: auto;
	float: none;
	height: auto;
}
#tekstUnaslovima {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-left: 0px;
}

#novosti{
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.6007%;
	display: block;
}
#dogadjaji{
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
#kontakt{
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
.naslovNovostiDogadjajiKontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #C62700;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 2%;
	padding-left: 3%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noveVesti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	clear: both;
	float: left;
	height: auto;
	width: 98%;
	margin: 1%;
}
#sirokiSadrzaj {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.3003%;
	display: block;
}
.naslovSirokiSadrzaj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #C62700;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 35px;
	padding-top: 10px;
}
#sirokiSadrzaj2 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 48%;
	display: block;
	text-align: justify;
	margin-right: 1%;
}
#sadrzaj4uRedu {
	float: left;
	height: auto;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}
.naslovSirokiSadrzaj2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	padding-top: 5px;
}
#dizajn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
h1 {
	font-size: 30px;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.linkovi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.linkovi a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.linkovi a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.linkovi2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0C4D8F;
	text-decoration: none;
	font-weight: bold;
}
.linkovi2 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.linkovi3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.linkovi3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A5E89;
	text-decoration: underline;
	font-style: normal;
}
.linkovi4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0A5E89;
	text-decoration: none;
	font-style: italic;
}
.linkovi5 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: none;
	font-style: italic;
}
}
