.Ueberschrift {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: #4D4D4D;
}
.Lauftext {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #4D4D4D;
    list-style-type:square;
}
.Rahmen {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #4D4D4D;
	border: 1px solid #9b2915;
	background-color: #e5e5ea;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4D4D4D;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4D4D4D;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9B2915;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4D4D4D;
}

