/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY         {
	color: maroon;
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, serif;
	text-decoration: none }

A:link  {
	color: #009;
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, serif }

A:visited { font-family: Georgia,serif; font-size: 12pt; color: rgb(204,0,0); font-weight: bold;}

.TextObject   {
	color: maroon;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, serif }

.Legende     {
	color: maroon;
	font: italic bold small Georgia, serif;
	text-align: left }

.Legende:first-letter   {
	color: white;
	background-color: maroon;
	border: none 1px }

H1   {
	color: maroon;
	font-weight: bold;
	font-size: 30pt;
	font-family: Copperplate }
P   {
	color: maroon;
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia, serif }

p:first-letter { font-family:'Times New Roman',Times ,serif;
   font-size:250%; 
   color:white;
   border:1px solid white; 
   background-color:maroon; 
   padding:2px; 
   margin:0px; 
}

.TextNavBar:first-letter     {
	color: maroon;
	background-color: #fc9;
	border: none 0px }
.TextNavBar { font-family: Georgia,serif; font-size: 10pt; font-weight: bold;}
