/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */

.TextObject   {
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	font-family: Georgia, Tekton, Blueprint, "Dom Casual", "Dom Casual BT", cursive;
	text-align: left
}
 H1   {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}
 H2  {
	font-size: 12pt;
	text-align: left;
	font-weight : bold;
}
 P  {
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	font-family: Georgia, Tekton, Blueprint, "Dom Casual", "Dom Casual BT", cursive;
}

p:first-letter { font-family:'Times New Roman',Times ,serif;
   font-size:150% }

 .TextNavBar  {
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
}
 
ul {
	font-size: 11pt;
	font-family: Georgia, "serif font-weight bold" }

ul:first-letter { color:Black;
   background-color:#fc9;
   border:none; 
   padding:none; 
   margin:none }

.Legende   {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Tekton, Blueprint, "Dom Casual", "Dom Casual BT", cursive;
	text-align: left
}

.Legende:first-letter { color:Black;
   background-color:#fc9 ;
   border:none; 
   padding:none; 
   margin:none }

.TextNavBar  {
	font-size: 11pt;
	font-family: Georgia, "serif font-weight bold" }

.TextNavBar:first-letter { color:Black;
   background-color:#fc9;
   border:none; 
   padding:none; 
   margin:none }	


Body {
	background-color: #fc9 }