p {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000000;
	line-height: 20px;
	letter-spacing: 1px;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}
.topBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
a.icon {
	background: url(bilder/ex.gif) left center no-repeat; /* left = horizontale Hintergrundposition, center = vertikale Hintergrundposition, no-repeat = Hintergrundbild nicht wiederholen */
	padding-left: 15px; /* Linktext einrücken */
	text-decoration: underline;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 20px;
}
a.extern {
	background: url(bilder/extern.gif) left center no-repeat; /* left = horizontale Hintergrundposition, center = vertikale Hintergrundposition, no-repeat = Hintergrundbild nicht wiederholen */
	padding-left: 15px; /* Linktext einrücken */
	text-decoration: underline;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 20px;
}
.topic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bolder;
	color: #000000;
	font-variant: small-caps;
}
.topicUnterfarbe {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bolder;
	color: #000000;
	font-variant: small-caps;
	background-color: #ECEDF2;
	background-position: left;
	text-indent: 6px;
}
.Rahmen {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.unterstrich {
	background-color: #CCCCCC;
}
