
/* ##### 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;
}


/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
  background-color: white;
}

.superHeader {
  display: none;
}

.headerTitle {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.ew { display: none; }

.subHeader { display: none; }



/* ##### Side Bar ##### */

#side-bar {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0;
  padding: 0;
  background-color: white;
}

#main-copy .extimg {
  display:none;
}

#main-copy .extlink {
  display:none;
}


#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  color: black;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 100%;
  line-height: 1.5em;
}

#main-copy h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  margin: 1ex 0 1ex 0;
  padding: 0;
}


#main-copy h4 {
  font-family: arial, sans-serif, helvetica, "trebuchet ms", verdana;
  font-size: 100%;
  margin: 1ex 0 1ex 0;
  padding: 0;
}


#main-copy h5 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  margin: 1ex 0 1.4ex 0;
  padding: 0;
}


#main-copy img {
        vertical-align:text-top;
        float: right;
        margin-right: 5px;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        border: solid 1px black;
}



#main-copy img.inline {
        vertical-align:middle;
        margin-right: 6px;
        margin-left: 2px;
        margin-top: 2px;
        margin-bottom: 2px;
        border: 0;
        float:none;
}


#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


#main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

#main-copy p.adv {
  display:none;
}



#main-copy li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 100%;
  margin: 0.2em 1ex 0.4em 0ex;
  padding: 0;
}

.topOfPage {
  display: none;
}


#main-copy .prev {
 display: none;
}

#main-copy .next {
 display: none;
}

#main-copy .prealone {
 display: none;
}

#main-copy .totop {
 display: none;
}

#main-copy .minor {
  font-size: 90%;
  line-height: 1.4em;
}

#main-copy .grey {
  color: #999999;
}

#main-copy .blueinv {
  font-weight: bold;
}

#main-copy .redinv {
  font-weight: bold;
}


#main-copy .highlight { font-weight: bold; }

#main-copy .halbfett { font-weight: bold; }

#main-copy .abstand { margin-bottom:40px;
                      margin-top:0px; }


/* ##### Footer ##### */

#footer { display: none;
}

#footer a { display: none;
}