/* Printer Stylesheet */


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}

#doNotPrint {
  display: none !important;
}


/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.headerTitle {
  font-size: 100%;
  text-align:center;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.headerTitle .right {
  position: absolute;
  right: 0mm;
  top: 0ex;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.subHeader {
  display: none;
}


.breadcrumb {
  font-size: 90%;
  text-align: left;
  margin: 0;
  padding: 0.75ex 0 0.9ex 0;
}

.breadcrumb a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}


#headline {
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 125%;
 font-weight: bold;
 line-height: 1.4em;
}

#headline2 {
 position:relative;
 top:1.5ex;
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 175%;
 font-weight: bold;
}

#firstheadline {
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 125%;
 font-weight: bold;
}

.ScimMid {
  display: none !important;
}


.ScimMidFlow {
  display: none !important;
}

.Images {
  display: none !important;
}

/*
#main-text {
}
*/

.comment {
 font-style: italic;
 margin: 0 0 4em 1em;
}

/* ##### Side Bars ##### */

#side-bar {
  display: none;
}

#ScimMid {
  display: none;
}

#ScimMidFlow {
  display: none;
}

#scimg {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: left;
  margin: 0;
  padding: 0;
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}


h3 {
 color: #000000;
 font-weight: bold;
 font-size: 110%;
 margin: 5em 0 4em 2em;
}

h4 {
  font-weight: bold;
  font-size: 100%;
  margin: 2em 0 2em 0;
}

h5 {
 font-family: arial, verdana, helvetica, sans-serif;
 font-weight: bold;
 font-size: 110%;
 margin: 2em 0 0 0;
}

h6 {
 font-family: arial, verdana, helvetica, sans-serif;
 font-weight: normal;
 font-size: 110%;
 margin: 2em 0 0 0;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}

.subheadpar {
 font-family: arial, verdana, helvetica, sans-serif;
 margin-top: 2em;
 margin-bottom: 1.5em;
}

.artikel {
 font-family: "Times New Roman",Times,serif;
 text-indent:2ex;
}

.vers {
 font-family: "Times New Roman",Times,serif;
}

.smallpar {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}

.yearstd {
  vertical-align:top;
  white-space:nowrap;
}

.spacer {
 width: 2.5em;
}

.themen {
 text-align: left;
 vertical-align:top;
}

.abc {
 text-align: left;
}

.alphabet {
 vertical-align:top;
/* color: #664c13; */
 color: #000000;
 font-weight: bold;
 font-size: 110%;
}

.entry {
/* color: #664c13; */
 color: #000000;
 font-weight: bold;
 font-size: 110%;
}

.footnote {
 font-size: 70%;
 vertical-align:super;
}

#indexliste {
 list-style-type: square;
 text-align: left;
 line-height: 2.5em;
 margin-left: 2.5em;
}

.kapitelliste {
 list-style-type: circle;
 text-align: left;
 margin-left: 2.5em;
 margin-top: 2em;
 margin-bottom: 2em;
}


#linkliste {
  display: none !important;
}

.trennl {
 width: 8em;
 margin-top: 3em;
 margin-bottom: 3em;
 text-align: center;
}

#author {
 text-align: right;
 margin-top: 3em;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}


#copy {
  text-align:center;
  font-size: 90%;
}

