/* print.css */
/* Version 2   */
/* 30.06.2008 */

html {
     padding-bottom: 0.005em;
     padding-left:0.3em;
     padding-right: 0.3em;
}

body {
    width: 99%;
    font-size: 101%;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.hidden {
    position: absolute;
    top: -1000px;
    left: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hide, #dphtmlidentitaet, #dpnavigation, .noprint, .druckversion, #breadcrumb, #servicenavigation {
   position: absolute;
   left: -1000px;
   top: -1000px;
   overflow: hidden;
   height:auto;
   visibility: hidden;
   display:none;
}

#body .hide, #body #dphtmlidentitaet, #body #dpnavigation, #body .noprint, #body .druckversion, #body #breadcrumb, #body #servicenavigation {
   position: absolute;
   left: -1000px;
   top: -1000px;
   overflow: hidden;
   height:auto;
   visibility: hidden;
   display:none;
}

.print {
    display: inline;
    font-size: 0.8em;
    margin-bottom:1em;
    padding-bottom:1em;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

abbr {
    text-decoration: none;
    border: none;
}

.autor {
    font-style: italic;
}

.fett {
    font-weight: bold;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

#body {
    width: 90%;
}

#dpinhalt {
    float: left;
    width: 100%;
    font-size: 0.8em;
    padding-bottom: 2em;
}

#dpinhalt a {
    text-decoration: underline;
    color: #0A1A5C;
}

#dpinhalt a:hover, #dpinhalt a:focus, #dpinhalt a:active {
    color: #bc0021;
    text-decoration: none;
}

#dpinhalt h1 {
    padding: 0;
    margin: 0;
    padding-bottom:0.3em;
    color: #0A1A5C;
    font-size: 1.2em;
}

#dpinhalt h2 {
    padding: 0;
    margin: 0;
    color: #0A1A5C;
    font-size: 1.1em;
}

#dpinhalt h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

#dpinhalt .untertitel {
    font-size: 0.85em;
    font-weight: bold;
}

#dpinhalt .dplistenpunkt a {
    color: #0A1A5C;
    font-size: 1.1em;
    text-decoration: underline;
}

#dpinhalt .dplistenpunkt a:hover, #dpinhalt .dplistenpunkt a:focus, #dpinhalt .dplistenpunkt a:active  {
    color: #bc0021;
    text-decoration: none;
}

#dpinhalt .dplistenpunkt a.autor {
    color: #0A1A5C;
    font-size: 1em;
    font-style: normal;
}

#dpinhalt hr {
    background-color: #0A1A5C;
    border-top: none;
    border-bottom: solid 0.07em #0A1A5C;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    height: 0.07em;
}

html>body #dpinhalt hr {
    margin-top: 2.2em;
}

#dpinhalt .highlight {
    color: #BC0021;
}

#dpinhalt .info {
    color: #0A1A5C;
}

#dpinhalt a.linkfett {
    text-decoration: none;
    color:#0a1a5c;
    font-weight: bold;
}

#dpinhalt a:hover.linkfett, #dpinhalt a:focus.linkfett,  #dpinhalt a:active.linkfett {
    text-decoration: underline;
    color:#bc0021;
}

#dpinhalt table.archiv {
    font-weight: bold;
    border-collapse: collapse;
    width: 100%;
}

#dpinhalt table.archiv td {
    vertical-align: top;
    padding-bottom: 1em;
}

#dpinhalt table.archiv th {
    text-align: left;
    color: #0A1A5C;
    padding-bottom: 1em;
}

#dpinhalt table.archiv a {
    text-decoration: none;
}

#dpinhalt table.archiv a:hover, #dpinhalt table.archiv a:focus, #dpinhalt table.archiv a:active  {
    color: #bc0021;
    text-decoration: underline;
}

#dpinhalt table.suche {
    border-collapse: collapse;
    width: 100%;
}

#dpinhalt table.suche td {
    padding-right: 2em;
    vertical-align: top;
}

#dpinhalt .formcheck {
    position: relative;
    float: left;
}

#dpinhalt .formcheckrechts {
    height: 1%;
}

html>body .formcheckrechts {
    padding-left: 2em;
}

#dpinhalt .formlinks {
    position: relative;
    width: 7em;
    float: left;
    color: #0A1A5C;
}

#dpinhalt .formrechts {
    padding-bottom: 0.5em;
    padding-left: 7em;
}

#dpinhalt .suchergebniszaehler {
    position: relative;
    width: 8em;
    float: left;
    color: #0A1A5C;
    clear: both;
}

#dpinhalt .suchergebnislink {
    padding-bottom: 3em;
    padding-left: 8em;
}

#dpinhalt .suchergebnislink a {
    text-decoration: underline;
}

#dpinhalt .suchergebnislink a:hover, #dpinhalt .suchergebnislink a:focus, #dpinhalt .suchergebnislink a:active {
    text-decoration: none;
    color: #bc0021;
}

#dpinhalt .suchergebnisnavigation a {
    text-decoration: underline;
    font-weight: normal;
}

#dpinhalt .suchergebnisnavigation a:hover, #dpinhalt .suchergebnisnavigation a:focus, #dpinhalt .suchergebnisnavigation a:active {
    text-decoration: none;
    color: #bc0021;
    font-weight: normal;
}

#dpinhalt div.header {
   clear: both;
   width: 80%;
   float: left;
}

#dpinhalt .header p {
   font-weight: bold;
   margin:0;
   padding:0;
   padding-bottom:0.5em;
}

#dpinhalt div.druckversion {
    width:15%;
    float: right;
    text-align: center;
}

#dpinhalt .druckversion a {
   text-decoration: none;
   color: #0a1a5c;
   font-weight: bold;
}

#dpinhalt .druckversion a:hover, #dpinhalt .druckversion a:focus,  #dpinhalt .druckversion a:active {
   text-decoration: underline;
   color: #bc0021;
   font-weight: bold;
}

#dpinhalt .untertiteluebersicht, #dpinhalt .untertiteluebersicht p  {
   margin-top:0;
   padding-top:0;
   margin-bottom:0;
   padding-bottom:0;
   font-weight:bold; 
}

#dpinhalt .autoruebersicht {
   font-style: italic;
   margin-bottom:0;
   padding-bottom:0;
}

#breadcrumb {
   height: 2em;
   color: #0A1A5C;
   margin-top:0em;
   padding-top:0.4em;

}

#breadcrumb .titel, #breadcrumb h3 {
   font-weight: bold;
   float: left;
   padding-top:0em;
   margin-top:0em;
   font-size: 0.75em;
   padding-left: 0.75em;
}

#breadcrumb ul {
    float: left;
    padding-top:0em;
    margin-top:0em;
    margin-left:0.3em;
    padding-left:0.3em;
}

#breadcrumb li {
	list-style:none; 
   display:inline;
   /*float: left;*/
   font-size: 0.7em;
   color: #000000;
}

#breadcrumb li a {
   color: #0a1a5c;
   text-decoration: underline;
   
}

#breadcrumb li a:hover, #breadcrumb li a:focus, #breadcrumb li a:active  {
   color:#bc0021;
   text-decoration: none;
}

.breadcrumbTitle {
    float: left;
    width: 12em;
}
    
html>body .breadcrumbListe {
    float: left;
    width: 35em;
    margin-left: 8.5em;
    margin-top: -0.9em;
}

.breadcrumbListe {
    float: left;
    width: 35em;
    margin-left: 4em;
    margin-top: -0.9em;
}

.clear {
   clear: both;
}

.links li {
   list-style: none;
   padding-top:0.3em;
   padding-bottom:0.3em;
}

.links li a:hover, .links li a:focus, .links li a:active {
   color:#bc0021;
   text-decoration: underline;
}

th.jahrgangAusgabe, td.jahrgangAusgabe {
   width: 7em;
   vertical-align: top;
}

th.jahrgangDatum, td.jahrgangDatum {
   width: 10em;
   vertical-align: top;
}

th.jahrgangThema, td.jahrgangThema {
   width: 25em;
   vertical-align: top;
}

#servicenavigation {
    height: 1.5em;
    font-weight: bold;
    font-size: 0.8em;
    color: #0A1A5C;
    padding-top:0;
    margin-top:0;
}

#servicenavigation ul {
    float: left;
    padding-top:0;
    margin-top:0em;
    margin-left:0.5em;
    padding-left:0em;
}
html* #servicenavigation ul {
    margin-left:0.25em;
}

#servicenavigation li {
	list-style:none; 
   display:inline;
   float: left;
   color: #000000;
   margin-left:0.25em;
}

#servicenavigation a {
    text-decoration: none;
    color: #0A1A5C;
}

#servicenavigation a:hover, #servicenavigation a:focus, #servicenavigation a:active {
   color:#bc0021;
   text-decoration: underline;
}

fieldset {
   border:none;
   border:0;
}

#dpinhalt .dpLabel {
   clear: both;
   float: left;   
   width: 15em;
   padding-bottom: 0.3em;
}

#dpinhalt .dpInput {
   padding-bottom: 0.3em;
}

.dpFussnote {
   padding-top: 0.5em;
}

#dpinhalt ul, #dpinhalt ol {
   padding-left:1.5em;
}

#dpinhalt ul {
   list-style: square;
}

#dpinhalt li {
   padding-bottom: 0.5em;
}

ul.noList {
   margin-left:0;
   padding-left:0;
}

.noList li {
   list-style:none;
   margin-left:0;
   padding-left:0;
}

#dpinhalt ul.sitemap {
   margin-top:0.5em;
   margin-bottom:0.5em;
   margin-left:1em;
   padding-left:1em;
   list-style: square;
}

.sitemap .sitemap ul.sitemap {
   border: 0.07em solid #ced1de;
}


li.sitemapli {
   font-weight:bold;
   margin-left:0.5em;
   padding-left:0.5em;
}

.sitemapli .sitemapli li.sitemapli {
   font-weight:normal;
}

.sitemapli a  {
   text-decoration: none;
   color:#0a1a5c;
}

.sitemapli a:hover, .sitemapli a:focus, .sitemapli a:active  {
   text-decoration: underline;
   color:#bc0021;
}

.rubriktitel {
  font-weight:bold;
  text-transform: uppercase;
  width:100%;
  background-color:#ced1de;
  color:#0a1a5c;
  text-align:center;
  padding:0.3em;
  margin-bottom:0.3em;
}

.dachzeile {
  font-style:italic;
}

#dpinhalt .unterzeile,#dpinhalt .untertitel {
  font-weight:bold;
  text-transform: uppercase;
  font-size:1em;
}

.body {
  clear:both;
}

.body div {
   padding-top:0.5em;
   padding-bottom: 0.5em;
}

.interviewfrage {
  font-style:italic;
}

.infokasten {
    padding:0.3em;
    border: 1px solid #0A1A5C;
    margin-bottom:1em;
}

.kasten {
    padding:0.3em;
    border: 1px solid #0A1A5C;
    margin-bottom:1em;
}

#dpinhalt .bookauthor {
   font-weight:bold;
   margin-bottom:0;
   padding-bottom:0;
   margin-top:0;
   padding-top:0
}

#dpinhalt .booktitle {
   font-weight:bold;
   margin-bottom:0;
   padding-bottom:0;
   margin-top:0;
   padding-top:0
}
#dpinhalt .bookpublisher {
   font-weight:normal;
   font-style:italic;
   margin-top:0;
   padding-top:0
}

.kurztextuebersicht {
   margin-top:0;
   padding-top:0;
}

#dpinhalt h2.spitztitel  {
  text-transform: uppercase;
  font-size:1em;
  color:#000000;
}

#dpinhalt h2.zwischentitel  {
  font-size:1em;
  color:#000000;
}

#dpinhalt .untertitel p {
  font-weight:bold;
  text-transform: none;
  font-size:1em;
}

#dpinhalt .subline {
   margin-right:0.5em;
   text-transform: uppercase;
   margin-bottom:0;
}