@CHARSET "utf-8";


#kalendarium .wazne {
	font-weight: bold;
	color: #b70000;
}

#kalendarium {
	list-style-type: none;
	font-size: 12px;
	color: #9b9b9b;
	font-family: Verdana;
	
}

#kalendarium ul {
	display: block;
	margin: 2px 10px;
	padding: 0px;
}

#kalendarium li {
	display: block;
	margin: 10px 0;
}

#tematy a {
	cursor: pointer;
	color: #666666;
	outline: none;
	font-size: 12px;
	font-family: Verdana;
}

#tematy a:link, #tematy a:visited {
	text-decoration: underline;
	color: #666666;
}

#tematy a:hover, #tematy a:active {
	color: #b70000;
	text-decoration: underline;
}

#tematy ol,ul {
	list-style: none;
	font-family: Verdana;
	color: #9b9b9b;
	font-size: 12px;
}

#tematy ul {
	background: #181A1B;
	border: solid 0px #252629;
	margin: 2px 10px;
	padding: 0px;
}

#tematy li {
	margin: 2px 0;
}

#tematy li:before {
	display: inline;
	content: ("(&raquo";
}

#tematy span.today {
color: #006C00;
}
