/* CSS Document */
/*************************************************
********              BARVE                 ******
**************************************************/
div.koledar
{
	color: #808285;
}

div.koledar div.seznam-mesecev
{
	color: #006600;
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}

div.koledar div.seznam-mesecev a:link,
div.koledar div.seznam-mesecev a:visited
{

	text-decoration: none;
}

div.koledar div.seznam-mesecev a:hover
{
	text-decoration: underline;
}


div.koledar div.napis-datum
{
	color: #006600;
	font-size: 13px;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}



div.koledar table.mesec tr.dnevi
{
	font-weight: bold;
}
div.koledar table.mesec tr.dnevi td
{
	font-size: 11px;
	text-align: center;
}
div.koledar table.mesec tr.dnevi td.sobota
{
	color: #338533;
}
div.koledar table.mesec tr.dnevi td.nedelja
{
	color: #338533;
}


div.koledar table.mesec tr.stevilke
{
	font-weight: normal;
}
div.koledar table.mesec tr.stevilke td
{
	font-size: 11px;
	text-align: center;
}

div.koledar table.mesec tr.stevilke td a:link,
div.koledar table.mesec tr.stevilke td a:visited
{
	text-decoration: none;
	font-weight: bold;
}

div.koledar table.mesec tr.stevilke td a:hover
{
	text-decoration: underline;
	font-weight: bold;
}



div.koledar table.mesec tr.stevilke td.sobota
{
	color: #338533;
}
div.koledar table.mesec tr.stevilke td.nedelja
{
	color: #338533;
}
div.koledar table.mesec tr.stevilke td.akcija
{
	background-color: #FFFFFF;
}
div.koledar table.mesec tr.stevilke div.today
{
	color: #006600;
	border: 1px solid #66a366;
}
div.koledar div.koledar-seznam
{
	text-align: left;
}

div.koledar div.koledar-seznam ul
{
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 8px;
}

div.koledar div.koledar-seznam ul li
{
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-left: 0px;
	color: #808285;
	font-size: 11px;
	list-style-image: url(img/bullet-koledar.gif);
}
div.koledar div.koledar-seznam ul li  a:link,
div.koledar div.koledar-seznam ul li  a:visited
{
	text-decoration: none;
	font-size: 12px;
}
div.koledar div.koledar-seznam ul li a:hover
{
	text-decoration: underline;
	font-size: 12px;
}