@charset "utf-8";

/********************************************************************************************************************************************/
/************LINKI a:Link, a:Visited, a:Active, a:Hover**************************************************************************************/
/********************************************************************************************************************************************/

/******************************************************/
/****************GLOBAL links**************************/
/******************************************************/
a:link, a:visited, a:active {
	text-decoration: none;
	color:#999999;

}
a:hover {
	text-decoration: underline;
	color:#444444;
}
a.text {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.text:visited {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.text:active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.text:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/******************************************************/
/****************enf of GUMB 1*************************/
/******************************************************/

/******************************************************/
/****************GLOBAL links**************************/
/******************************************************/
a.noga:link, a.noga:visited, a.noga:active {
	font-size:11px; 
	font-weight:normal; 
	color:#ABA78E;
	text-decoration:none;
}
a.noga:hover {
	font-size:11px; 
	font-weight:normal; 
	color:#444444;
	text-decoration:underline;

}

a.galerija_link {
	color: #80c35c;
	font-weight:bold;
	font-size: 12px;
}
/******************************************************/
/****************enf of GUMB 1*************************/
/******************************************************/

/********************************************************************************************************************************************/
/******!!!!!!!!end of !!!!!!! LINKI a:Link, a:Visited, a:Active, a:Hover*********************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/

/********************************************************************************************************************************************/
/********************************************************************************************************************************************/
/*****!!!!!!!!SPECIAL!!!!!!!*****************************************************************************************************************/
/********************************************************************************************************************************************/

/******************************************************/
/****************EI and Firefox*************************/
/******************************************************/

A:link IMG { border:none; }
A:visited IMG { border:none; }


a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/******************************************************/
/*************end of EI and Firefox********************/
/******************************************************/

/********************************************************************************************************************************************/
/******!!!!!!!!end of !!!!!!! SPECIAL********************************************************************************************************/
/********************************************************************************************************************************************/
/********************************************************************************************************************************************/



