// Festlegung der Schriften, die für das komplette Web gelten
body
    {
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    font-family: Arial;
    font-size: 12pt;
    color:#000000
    }

strong
   {
   font-weight: bold;
   }

b
   {
   font-weight: bold;
   }

a.A_Extern:link
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color:#0000dd;
   text-decoration: underline;
   }
a.A_Extern:visited
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color:#0000dd;
   text-decoration: underline;
   }
a.A_Extern:active
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #0000ff;
   text-decoration: underline;
   }

a.A_Extern:hover
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #0000ff;
   text-decoration: underline;
   }

a.A_Intern:link
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #555555;
   text-decoration: underline;
   }
a.A_Intern:visited
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #555555;
   text-decoration: underline;
   }
a.A_Intern:active
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #555555;
   text-decoration: underline;
   }

a.A_Intern:hover
   {
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #555555;
   text-decoration: underline;
   }


.Headline
   {
   font-family: Arial;
   font-size: 28pt;
   font-style: italic;
   font-weight: bold;
   color:#000000;
   text-decoration: none
   }

.Headline2
   {
   font-family: Garamond;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color:#000000;
   text-decoration: none
   }

.Brotschrift
   {
   font-family: Garamond;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color:#000000;
   text-decoration: none
   }

.Marginal
   {
   font-family: Arial;
   font-size: 9pt;
   font-style: italic;
   font-weight: normal;
   color:#000000;
   line-height: 9px;
   text-decoration: none
   }

.Deskript
   {
   font-family: Garamond;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   }

.noPrint
{
   display: none;
}