/* opredeluva boi na site elementi */

body 
{
	background-color:#f5f5f5		/* pozadinska boja na site stranici */		
}

.colEAEAEA	/*pozadinska boja  #EAEAEA*/
{
	border: 1px;
	border-color: #C1C1C1; 
	border-style: solid;
	background-color:#d5d5d5;
	
}

.colHeader	
{
	border: 1px;
	border-color: #f5f5f5; 
	border-style: solid;
	background-color:#000000;
}

.colF5F5F5	/*pozadinska boja  #F5F5F5*/
{
	background-color:#F5F5F5;
}

.colC1C1C1	/*pozadinska boja  #C1C1C1*/
{
	background-color:#d5d5d5
}

/*classi za boi na linkovi*/
.linkcolor1 a:link {color: #000000; text-decoration: none;} 
.linkcolor1 a:visited {color: #000000; text-decoration: none;} 
.linkcolor1 a:active {color: #ff0000; text-decoration: none;} 
.linkcolor1 a:hover {color: #ff0000; text-decoration: none;}

/*classi za boi na linkovi*/
.linkcolor2 a:link {
	color: #000000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
} 
.linkcolor2 a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
} 
.linkcolor2 a:active {
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
} 
.linkcolor2 a:hover {
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
}

/*classi za boi na linkovi*/
.linkcolor3 a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 15px;
	weight: bold;
} 
.linkcolor3 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 15px;
	weight: bold;
} 
.linkcolor3 a:active {
	color: #d5d5d5;
	text-decoration: none;
	font-family: "Arial";
	font-size: 15px;
	weight: bold;
} 
.linkcolor3 a:hover {
	color: #d5d5d5;
	text-decoration: none;
	font-family: "Arial";
	font-size: 15px;
	weight: bold;
}

/*classi za boi na linkovi*/
.linkcolor4 a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolor4 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolor4 a:active {
	color: #d5d5d5;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolor4 a:hover {
	color: #d5d5d5;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
}

/*classi za boi na linkovi*/
.linkcolorRek a:link {
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolorRek a:visited {
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolorRek a:active {
	color: #004080;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
} 
.linkcolorRek a:hover {
	color: #004080;
	text-decoration: none;
	font-family: "Arial";
	font-size: 14px;
	weight: bold;
}.brdC1C1C1 {
	border: 2px solid #C1C1C1;
}
