
/*
Farbpalette

Dunkelblau #004594
Spezialblau #6487DC

Rot #A90032

Hellgrau #F0F0F0
Grau #999999
*/




/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #F0F0F0;
  font-family: arial, helvetica, sans-serif, verdana;
  font-size: 80%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 0.8em;  /* all browsers except IE */
}

acronym, .titleTip {
  border-bottom: 1px dotted #999999;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: #A90032;
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: #F0F0F0;
  background-color: #6487DC;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: #004594;
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
  line-height: 1.5em;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.1ex 0.75ex 0.2ex 0.75ex;
}

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: #004594;
  background-color: #F0F0F0;
}


/* ##### Side Bar ##### */



/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.6em;
  margin: 0 0 0 0em;
  padding: 0.5mm 0mm 5mm 0mm;
  border-left: 1px solid #999999;
}

#main-copy p {
  font-size: 110%;
  margin: 1em 0ex 0em 0ex;
  padding: 0;
}

#main-copy a {
  font-size: 100%;
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}


#main-copy .new {
  color: #999999;
}

#main-copy h1 {
  color: black;
  background-color: white;
  font-size: 200%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 2ex 0 1ex 0.8ex;
  line-height: 1.2em;
}

#main-copy h3 {
  color: white;
  background-color: #6487DC;
  font-size: 120%;
  font-weight: bold;
  margin: 3em 0 2em 0;
  padding: 0.5ex 0 0.5ex 1ex;
  clear:right;  /* OSK: verhindert, dass Bilder in Überschriften rutschen */
}

#main-copy h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 1em 0;
  padding: 2ex 0 0.5ex 1ex;
}


#main-copy h5 {
  font-size: 110%;
  margin: 1em 10ex 1em 10ex;
  padding: 0;
  text-align: center;
  line-height: 1.5em;
}


#main-copy img {
        text-align:center;
        vertical-align:text-top;
        margin-left:auto;
        margin-right:auto;
        margin-top: 15px;
        margin-bottom: 10px;
        border: solid 1px black;
}


#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 110%;
  margin: 1em 1ex 1em 0ex;
  padding: 0;
}

#main-copy p.intro {
  color: black;
  background-color: white;
  text-align: justify;
  font-size: 110%;
  line-height: 1.5em;
  margin: 3em 0em 3em 5em;
  padding: 0 12em 0 0;

}


#main-copy .prev {
  padding-left: 5em;
  float: left;
  clear: left;
}

#main-copy .next {
  padding-right: 5em;
  text-align: right;
}



#main-copy .highlight { font-weight: bold; }

#main-copy .halbfett { font-weight: bold; }

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}



/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #A90032;
  font-size: 91%;
  margin: 0;
  padding: 0.5em 1em 0em 1em;
  height: 2em;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  padding: 0 0.5ex 0 0.25ex;
}

#footer a:hover {
  text-decoration: underline;
}