/* ------------------------------------------------------------- */
/* (c) 2006-2007 Clareon GmbH, D-76275 Ettlingen, www.Clareon.de */
/* ------------------------------------------------------------- */


/* -----  fr Druckausgabe  ------------------------------------ */

@media print
{
html { font-size:10pt !important; }
}


/* -----  fr Bildschirm  -------------------------------------- */

@media screen
{
html { font-size:15px !important; }
}


/* -----  Grundeinstellungen  ---------------------------------- */

html
{ margin: 0;
  border: 0;
  background-color: #F5F5DC;
  color:            #000000;
  font-family: "Palatino Linotype", serif;
  font-size:   11pt;
}

a.inh:hover, ul a:hover
{ font-weight: bold;
}

a img
{ border-color: #F5F5DC;
  border-width: 1px;
  border-style: solid;
}

a img:hover
{ border-color: #000080;
}

h1, h2, h3, h4, h5, h6
{ margin-top:    1.0em;
  margin-bottom: 0.3em;
  font-size: 150%;
  font-style: italic;
  color: #9C3463;
}

p, ul, ol, li
{ margin-top:    0;
  margin-bottom: 0;
  font-size: 100%;
}

i, b, em
{ font-weight: inherit;
  font-style:  inherit;
}


/* -----  Titel und Verzierung  -------------------------------- */

/* h1 */
.titel
{ margin-top:    0.2em;
  margin-bottom: 0;
  font-size:   200%;
  font-weight: normal;
  font-style:  italic;
  letter-spacing: 0;
  color: #9C3463;
  text-align: center;
}

a img.logo1
{ border-width: 3px;
}

a img.logo2
{ border-width: 3px;
}

a img.autor
{ border-width: 2px;
}

p.copy
{ margin-bottom: 0.5em;
}

p.sch
{ text-align: center;
}

h1.ueber
{ font-size: 400%;
  font-style: italic;
  font-weight: normal;
  color: #9C3463;
  margin-top:    0;
  margin-bottom: 1em;
  margin-left:   0;
}

img.ueber
{
}

p.ueber
{ text-align: left;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
  margin-top:    0;
  margin-left:   0;
}

/* -----  im Text: šberschrift, Absatz  ------------------------ */

/* h3 */
.ueber
{ margin-top:    1.0em;
  margin-bottom: 0.5em;
  font-size:   100%;
  font-weight: bold;
  font-style:  normal;
  letter-spacing: 0.5pt;
  color: #9C3463;
}

/* p */
.text
{ margin-top:    0.3em;
  margin-bottom: 0.3em;
  font-size: 100%;
}

/* p */
.par
{ margin-top:    -0.4em;
  margin-bottom: -0.4em;
  visible: hidden;
}


/* -----  im Text: Exakt-Bl”cke  ------------------------------- */

/* pre */
.exakt
{ margin-top:    0;
  margin-bottom: 0;
  font-size: 100%;
}


/* -----  im Text: Aufz„hlungen, Worterkl„rungen  -------------- */

/* p */
.aufz_kz, .aufz, .we_wort, .we
{ margin-top:    0;
  margin-bottom: 0;
  font-size: 100%;
  color: #000000;
}

/* p */
.we_wort
{ color: #000080;
}


/* -----  Siehe auch:  ----------------------------------------- */

h3.siehe
{ margin-top:    0.5em;
  margin-bottom: 0.1em;
  font-size: 100%;
  font-weight: normal;
  font-style:  normal;
  letter-spacing: 0;
  color: #000000;
}

em.siehe
{ font-weight: bold;
  letter-spacing: 0.5pt;
  color: #9C3463;
  padding-left:  0.2em;
  padding-right: 0.2em;
}

ul.siehe
{ margin-top:    0;
  margin-bottom: 0;
  font-size: 90%;
}

