/*
#
#        ++++++++++++++++++++++++++
#        +  Zentrales StyleSheet  +
#        ++++++++++++++++++++++++++
#
#  Letzte Bearbeitung: 2. Dezember 2018
#
*/


body
{
margin-left: 50px;
width: 800px;
font-family: Arial, Verdana, Bitstream Vera Sans, sans serif;
}

h1       {font-size: 200%;}
h2       {font-size: 150%;}
h3       {font-size: 100%;}
h4       {font-weight: normal;
          font-style: italic;
          font-size: 100%;}

p 	{font-size: 100%;}

p.signatur
  {
  font-style: italic;
  text-align: right;
  }

a
{
font-weight: normal;
}

ol, ul, dl
{
font-size: 100%;
}

li
{
font-size: 100%;
}

dt
{
background-color: #CCC;
}

caption
{
font-weight: bold;
}

tr	{vertical-align: top;}
th 	{font-size: 90%;}
td 	{font-size: 90%;}
td.code
{font-size: 90%;
font-family: Courier;
vertical-align: top;
background-color: #CC6;
}

code
{font-family: Courier;
font-size: 80%;
background-color:#CCC;
}

form	{
	font-family: Arial, Verdana, sans-serif;
	}
form .element	{
		border: 0px solid blue;
		margin: 5px;
		}
     .button	{
		border: 0px solid green;
		margin: 7px;
		}


/* allgemeine Sheets */

.kopf_fusz
{
font-size: 90%;
text-align: center;
}

.bearb
{
text-align: center;
font-size: 90%;
font-style: italic;
}

.continued
{
text-align: right;
font-size: 90%;
font-style: italic;
}

.formel
{
font-family: Times New Roman, serif;
font-size: 120%;
}

.fusznote
{
font-size: 80%;
}

.more
{
font-size: 80%;
}

.seen
{
text-align: right;
font-size: 90%;
font-style: italic;
}

.written
{
text-align: right;
font-size: 90%;
font-style: italic;
}


/* Kirchenjahr */

.losung_jahr
{
padding: 5px;
margin-left: 100px;
font-size: 120%;
}


/* Literaturangaben */

.autor
{
font-variant: small-caps;
}

.buch_weiteres
{
font-size: 90%;
}


/* Inhaltsverzeichnisse */

.verz_inhalt
{
margin-left: 200px;
width: 500px;
padding: 5px;
}


/*
#
# Das folgende Style-Sheet macht aus
# dem Anker eine fett formatierte
# Überschrift.
#
*/

a.verz_inhalt
{
font-weight: bold;
margin-left: 0px;
padding: 0px;
}


/* Bild (Logo) */

.logo_re
{
float: right;
position: absolute;	/* relative */
margin-left: 720px;
border: 0px;
}

/* Bildkommentar */

.bild_kom
{
font: 90% sans-serif;
padding: 3px;
}


/* Validierung */

.validierung

{
width: 90px;
height: 90px;
}


/* Liturgische Farben */

.farbe_weisz
{
background-color: #FFF;
font-weight: bold;
}

.farbe_gruen
{
background-color: #6C3;
font-weight: normal;
}

.farbe_rot
{
background-color: #F00;
font-weight: bold;
color: #FFF;}


/*
Folgende Formatierungen erläutern JavaScript-Seiten.
*/


      p.ebene00
      {
      margin-left: 50px;
      background-color: #FC6;
      }
      p.ebene01
      {
      margin-left: 100px;
      background-color: #CF9;
      }
      p.ebene02
      {
      margin-left: 150px;
      background-color: #FFC;
      }
      p.ebene03
      {
      margin-left: 200px;
      background-color: #FF9;
      }

/*
#
#  Ende der CSS-Datei
#
*/
