.aktuellEintrag 
{
	width: 95%;
	margin: 15px;
}
.aktuellKategorie {
	color: #4368d3;
	background-color: #dfe5f7;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	margin: 0 0 10px 0;
}
.aktuellFilter {
	color: #4368d3;
	background-color: #efe5f7;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 10px 0;	
}
.aktuellItemTitel {
	color: #4368d3;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.aktuellItemTitel:hover {
	color: #6388f3;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.aktuellItemSubTitel {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
.aktuellTitel {
	color: #4368d3;
	font-weight: bold;
	font-size: 16px;
}
.aktuellSubtitel {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 16px;
}
.aktuellInhalt {
	margin-bottom: 24px;
	font-size: 10pt;
}
.aktuellDownloads {
	font-size: 10px;
}
.aktuellDownloads ul {
	margin: 6px 0 0 20px;
	list-style-image: url(../images/download.gif);
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
}
.aktuellDownloads ul li {
	margin: 4px 0;
	padding-left: 8px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
