/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Link:visited {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif,  sans-serif;
 	font-size: 14px;
 	color: rgb(128,0,128)
}

.Interner_Link {
	font-family: AgentDB;
 	font-size: 16px;
 	line-height: 24px;
 	font-weight: normal;
 	font-style: normal;
 	font-variant: normal;
 	list-style-type: disc
}

.Text {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify
}

.Hauptüberschriften {
	font-family: "Baskerville Old Face",  serif;
 	font-size: 18px;
 	color: rgb(0,0,0);
 	font-style: italic;
 	text-decoration: underline;
 	background-color: transparent
}

.Tabelle {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	background-position: top left;
 	padding: 4px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Überschrift {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(236,133,24);
 	font-weight: bold;
 	text-decoration: underline;
 	text-align: left;
 	background-color: rgb(255,255,255)
}