@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c) 2008, PLAN e d.o.o.														***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************/
/**********************************************************************/


/**************************************/
/*** Global links										***/
/**************************************/
a:link, a:visited, a:active {
	text-decoration: none;
	color:#999999;

}
a:hover {
	text-decoration: underline;
	color:#444444;

}

a.kazalo:link {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.kazalo:visited {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.kazalo:active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.kazalo:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}



/**************************************/
/*** Special hacks									***/
/**************************************/
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

