.kapitaelchen {
	font-variant: small-caps;
	color: #345F76;
	font-size: 13px;
	font-family : "Times New Roman", Times, serif;
}
.suche {
	background-color : Yellow;
}
.datum {
	font-family : "Times New Roman", Times, serif;
	color: #FFF8D8;
	font-size : 12px;
}
.normal {
	font-family : "Times New Roman", Times, serif;
	color: #345F76;
	font-size : 15px;
}

A {
	font-family : "Times New Roman", Times, serif;
	color: #345F76;
	font-weight : bold;
	text-decoration : none;
}

.titel {
	font-family : "Times New Roman", Times, serif;
	color: #345F76;
	font-size : 17px;
	font-weight : bold;
	font-style : italic;
}

.titel-big {
	font-family : "Times New Roman", Times, serif;
	color: #345F76;
	font-size : 19px;
	font-weight : bold;
	font-style : italic;
}

.subtitel {
	font-family : "Times New Roman", Times, serif;
	color: #345F76;
	font-size : 15px;
	font-weight : bold;
}

A:HOVER {
	text-decoration : underline;
}


