@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:#001cc7;

}




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

