/* Schriftart für Website festlegen */
a, p, span, ol, ul, li, a.PrimNaviInaktiv, a.PrimNaviAktiv, a.SekNaviInaktiv, a.SekNaviAktiv, span.SekNaviTrenner, span.KompassBeschreibung, a.KompassLinkInaktiv, a.KompassLinkAktiv, span.Copyright, a.CopyrightLink, a.UnterkategorieInaktiv, span.BlockKopfGrau  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
/* Hintergrundgrafik Seitenkopf */
.HeadBackground {
	/* background-image: url(../images/farbverlauf_kopf.gif); */
	background-color:#f2f2f2;
}
/* Primäre Navigation */
table.PrimBackground, tr.PrimBackground, td.PrimBackground {
	background-color : #6e6e6e;
	/* background-color : #E77914; */
}
a.PrimNaviInaktiv, a.PrimNaviAktiv {
	font-size : 13px;
}
a.PrimNaviInaktiv {
	font-weight : bold;
	color : #f0f0f0;
	text-decoration : none;
}
a.PrimNaviInaktiv:hover {
	color : White;
}
a.PrimNaviAktiv {
	font-weight : bold;
	color : White;
	text-decoration : none;
}
/* Sekundäre Navigation */
a.SekNaviInaktiv {
	font-size : 11px;
	color : #3E3E3E;
	text-decoration : none;
}
a.SekNaviInaktiv:hover {
	color : Black;
	text-decoration : none;
}
a.SekNaviAktiv {
	font-size : 11px;
	color : #3E3E3E;
	font-weight : bold;
	text-decoration : none;
}
span.SekNaviTrenner {
	font-size : 14px;
	color : #858585;
}
/* Kompass */
span.KompassBeschreibung {
	font-size : 12px;
	font-weight : bold;
	color : White;
	/* color : #ecf9ff; */
	/* font-style : italic; */
}
a.KompassLinkInaktiv, a.KompassLinkAktiv, .CompassLinkSeparator {
	font-size : 12px;
	/* color : #d9f1ff; */
	color:White;
	text-decoration : none;
}
a.KompassLinkInaktiv {
	text-decoration : underline;
}
a.KompassLinkInaktiv:hover {
	color : White;
}
a.KompassLinkAktiv {
	color : White;
	font-weight:bold;
}
a.KompassLinkAktiv:hover {
	color : #d9f1ff;
}
/* Unterkategorien */
a.UnterkategorieInaktiv {
	font-size : 12px;
	/* color : Black; */
	color : White;
	text-decoration : none;
}
a.UnterkategorieInaktiv:hover {
	text-decoration : underline;
}
/* Blöcke */
span.BlockKopfGrau {
	font-size : 11px;
	font-weight : bold;
	color : Black;
}
span.BlockKopfBlau {
	font-size : 11px;
	font-weight : bold;
	color : White;
}
/* Absätze */
a.AbsatzLink {
	text-decoration : underline;
	font-size:12px;
	font-weight:bold;
	color:#07679f;
}
a.AbsatzLink:hover {
	color:#388cbd;
}
/* Glossar-Popup-Link */
a.GlossarPopupLink {
	font-size:12px;
	text-decoration : underline;
	font-weight:bold;
	color:#07679f;
}
a.GlossarPopupLink:hover {
	color:#388cbd;
}
/* Fußzeile */
span.Copyright, a.CopyrightLink {
	font-size : 11px;
	color : White;
	text-decoration : none;
}
a.CopyrightLink:hover {
	text-decoration : underline;
}
select, option, input {
	font-size:12px;
}
