/**
* Stylesheet für http://www.thiergen.de/
*
* Standardstylesheet
*
* @author Stefan Lechner
* @link http://www.thiergen.de/
* @copyright Copyright 2010, Stefan Lechner
* @license CC-BY-SA 3.0
*/

/**
* Empfohlene Schriften für den Standardtext, falls eine im System verfügbar ist wird sie verwendet.
* Ansonsten wird auf die Standard-serif-Schrift des Systems zurückgegriffen.
*/

  * { font-family: Sylfaen,Times,serif;
    }

/**
* Listenelemente
*/

  li { margin-bottom: 0.8em;
    margin-left: 0.6em;
    padding-left: 0.45em;
    }

/**
* Textbestandteile
*/

  .Titel { font-size: 150%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3.5em;
    }

  .Hauptueberschrift { font-size: 135%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 3em;
    }

  h2 { font-size: 135%;
    line-height: 140%;
    font-weight: bold;
    }

  .h2curriculum { margin-top: 0.5em;
    margin-bottom: 0em;
    }

  .h2schriften { text-align: center;
    margin-top: 1em;
    margin-bottom: 3em;
    }

  .Unterueberschrift { line-height: 135%;
    font-weight: bold;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 109%;
    }

  h3 { font-size: 109%;
    line-height: 135%;
    font-weight: bold;
    }

  .h3schriften { text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    }

  .nummerierteEintraege { font-size: 100%;
    line-height: 135%;
    text-align: justify;
    margin-top: 0em;
    margin-bottom: 0.8em;
    }

  .Stand { margin-top: 3em;
    }

  .NormText { font-size: 100%;
    line-height: 135%;
    text-align: justify;
    margin-bottom: 0.4em;
    }

  .Abstandlinks { margin-left: 1.5%;
    }

  .Hervorhebung1 { font-weight: bold;
    }

  .Hervorhebung2 { font-style: italic;
    }

  .Hervorhebung3 { font-weight: bold;
    }

  .Anmerkung { font-size: 80%;
    line-height: 100%;
    text-align: justify;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    }

/**
* Linkdarstellungen
*/

  .Link { color: rgb(0, 0, 128);
    text-decoration: underline;
    }

  .Linkbenutzt { color: rgb(128, 0, 0);
    text-decoration: underline;
    }

  .passbild { border: 1px solid rgb(0, 0, 0);
    }

  table { border-collapse: collapse;
    }

  .trennlinie { border-style: hidden solid hidden hidden;
    border-right: 3px solid rgb(0, 0, 0);
    text-align: right;
    vertical-align: top;
    line-height: 135%;
    padding-right: 2%;
    }

  .einrueckung { padding-left: 3%;
    vertical-align: top;
    line-height: 135%;
    }

  .einrueckungdatenzellen { text-align: justify;
    padding-left: 3%;
    vertical-align: top;
    line-height: 135%;
    padding-top: 1%;
    }

  .abrueckung { text-align: right;
    padding-left: 3%;
    padding-right: 2%;
    vertical-align: top;
    line-height: 135%;
    }

  .datenzellen { text-align: justify;
    vertical-align: top;
    line-height: 135%;
    }

  .table1 { margin-top: 50px;
    }

  .tabunterbrechung { line-height: 250%;
    }

  .lebensabschnitte { font-weight: bold;
    }

