/*******************************************************************************/
/*** Übergeordnete Einstellungen ***********************************************/

html, body
{
  font-family: "Times New Roman", "TimesNR", Times, serif;
  font-size: 12pt;
  color: black !important; background-color: white !important;
  margin: 0; padding: 0;
}

table { border-collapse: collapse; border: 2px solid black; }
table td { border: 1px solid black; color: black; }
#logo { position: absolute; top: 0; left: 0; width: 172px; height: 100px; border-style: none; }
#bild-oben { display: none; }


/*******************************************************************************/
/*** Navigation oben und links *************************************************/

#navi-oben { display: none; }
#navi { display: none; }


/*******************************************************************************/
/*** Inhaltsbereich für "normale" Seiten ***************************************/

#inhalt
{
  position: absolute; top: 100px; left: 0%; width: 100%;
  margin-bottom: 20px;
  padding: 0;
  /*widows: 3; orphans: 3;*/
}

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5
{ margin: 0.5em 0em 0.5em 0em; }

#inhalt h1 { border-left-width: 2em; }
#inhalt h2 { border-left-width: 1.5em; }
#inhalt h3 { border-left-width: 1em; }
#inhalt h4 { border-left-width: 1em; }
#inhalt h5 { border-left-width: 1em; }
#inhalt a:after { content: " <" attr(href) "> "; }

/* Speziallink für Downloads in Überschriften 1. Ordnung */
#inhalt h2.download a:link, #inhalt h2.download a:visited, #inhalt h2.download a:active { display: none; }
#inhalt h2.download a:hover { display: none; }


/*******************************************************************************/
/*** Inhaltsbereich für die Startseite *****************************************/

#inhalt-startseite
{
  position: absolute; top: 100px; left: 0%; width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

#inhalt-startseite h1, #inhalt-startseite h2, #inhalt-startseite h3,
#inhalt-startseite h4, #inhalt-startseite h5
{ margin: 0.5em 0em 0.5em 0em; }

#inhalt-startseite h1 { border-left-width: 2em; }
#inhalt-startseite h2 { border-left-width: 1.5em; }
#inhalt-startseite h3 { border-left-width: 1em; }
#inhalt-startseite h4 { border-left-width: 0.5em; }
#inhalt-startseite h5 { border-left-width: 0.2em; }

