@CHARSET "UTF-8";

#seitenleiste h2 {
	font-size: 16pt;
	color: #000;
}

.news {
	margin-top: 15px;
	margin-bottom: 20px;
}

.news h3 {
	font-size: 12pt;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
}

.news p {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 0;
}

.news ul {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 10pt;
	padding-left: 20px;
}

.news a {
	color: #44555f;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news a:visited {
	color: #44555f;
}

