  @charset "utf-8";
  /* CSS Document */
  
  /* CSS Document für ÖBiBonline */


/* Formatierungen für komplette Site
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* { margin:0; padding:0; border:0;
}

body {
  top: 0;        
  left: 0;       
  padding: 7px 10px 10px 10px;       
  color:black; 
  width:990px;
  font-family: verdana, arial, geneva, helvetica, sans-serif !important;
  font-size: 14pt;  
  line-height:1.4em;
}


h1 { /* alle Überschriften erster Ordnung sind in einem Kasten, die Kasten Farbe wird bei den einzelnen Spalten definiert */
  margin:0;
   color: #3B71A3;
  font-weight: bold;
  line-height: 18px;
  /*height: 18px;*/
  font-size: 0.9em; 
  padding: 0.0em 0 0.1em 2em;
  overflow:visible;
  border:0;
} 

h2, h3 {
  margin: 1.5em 0 0.3em 0;
    color: #3B71A3;
  font-size:1.1em; 
  font-weight: bold;
}

h3 {
  font-size:1em; 
}

p {
  /*margin: 1.0em 0 0em 0; ersetzt am 09.02.09 */
  margin: 1.5em 0 0em 0;
}

p.bodytext {
  margin: 2.0em 0 0em 1.0em;
}

/* leere Deklaration, damit Typo3 die Definition als Vorlage für den RTE findet. 
Sie wird für die Füllung der Absatzformatierung im RTE benötigt. gen. Die Angaben stehen dann unter #rechte_spalte
Eine Deklartion der Eigenschaften direkt auf "erster Ebene" geht nicht, weil aufgrund der niedrigeren Spezifität, die Deklarationen überschrieben werden.*/
h1.erste_ueberschrift { 
}

p.hintergrund_blau {
  background-color:#F2F2F2;
  margin:13px;
}

p.datum {
  color:#8A8989;
  font-size:1em;
  font-weight:bold;  
  float:left;
}

p.inhalt_thema {
  color:#8A8989;
  margin: 0px 0 -2px 0;  
  font-weight:bold;
    font-size:0.8em;
  border-width:0;
  padding:0;
}

p.mehr {
  clear:both;
  margin:0px 0 5px 0;
  padding-bottom:16px;
  border: 0px solid #D3D1D1;
  border-bottom-width:1px;
}

a.link_ohne_pfeil {
  background-image:none;
  padding-left:none;
}

a {  text-decoration: none;
  border:0;
  background-repeat:no-repeat;
  background-position:1px 3px;
  padding:0 0 0 14px;
  background-image:url(../img/pfeil_blau_rechts.gif);
}

a:link { color:#3B71A3;  }
a:visited { color:#3B71A3;
  text-decoration: none; }
a:hover { text-decoration: underline;}

hr { /* oft doch nicht verwendet, wegen IE-Bug --> IE macht automatisch Rahmen um hr, kann nicht gelöst werden*/
  width:100%;
  height:1px;
  border:0;
  background-color:#D3D1D1;
  color:#D3D1D1;
}

table {
  border: 0px; 
  padding: 0px; 
  border-spacing: 0px; 
  border-collapse: collapse; 
}

ul {
}

li {
}

img {
  border:0;
  float:left;
  padding:0 7px 5px 0;
}

a.internal-link {
}

a.external-link {
  background-image:url(../img/pfeil_blau_nach_rechtsoben.gif);  
  background-position:1px 4px;
}

a.external-link-new-window {
  background-image:url(../img/pfeil_blau_nach_rechtsoben.gif);  
  background-position:1px 4px;
}

a.mail {
  background-image:url(../img/mail_icon.gif);  
  background-position:1px 4px;
  padding-left: 20px;
}

a.download {
  background-image:url(../img/download_icon.gif);  
  background-position:1px 4px;
}

a.textmarke {
  background-image:url(../img/pfeil_blau_nach_unten.gif);  
  background-position:1px 4px;
}

input {
  border:1px solid #D3D1D1;
  height:18px;
}

/* für Firefox 2.0, Unterdrückung der Link-Background-Grafik bei Bildern */
div.csc-textpic-imagewrap a {
  background-image:none;
}

/* Metanavigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Angaben für die komplette Metanavigation */

#meta_navi { 
  width:100%;
  font-size:0.8em;  
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;    
  font-weight:bold;
  margin:0;
  padding:0;
  display:none;
}

#meta_navi a {
  color:#666666;    
  background-image:none;    
  margin:0;
  padding:0;  
}

#meta_navi li {
  list-style-type:none;
  float:left;
  margin:0;
  padding:3px;
}

/* Anzeige für Textgröße und Textversion */
#textgroesse { 
  float:left;
}

/* Anzeige für Menüeinträge */
#meta_navi_inhalt { 
  width:50%; /* sonst Zeilenumbruch */
  float:right; 
}

#meta_navi_inhalt ul {
  float:right;
}


/* Seitenkopf
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#header {
  width:100%;
  clear:both;
  border-width: 1px 0 0 1px;
  border-color:#CDCAC1;
  border-style:solid;
  background: url(../img/rahmen_beige.gif) 100% 100% no-repeat;  
  height:110px;
  margin: 0px 0 0 0;
  padding:0;
  font-size:0.8em;
  font-weight:normal;
  display:none;
}

#logo { /* eigene Div zur Definition des Hintergrundbildes*/
  margin: 0 1px 4px 0; 
  width:100%;
  padding:0;
  background: url(../img/hintergrund.gif) 100% 100% no-repeat;  
  background-color:white;
  height:88px;
  display:none;
}

#logo img {
  margin:7px 0 0 25px;
}

#logo a {
  background-image:none;
}


#bay_stabi_schriftzug {/* Schriftzug Bayerische Staatsbibliothek * Landesfachstelle... */
  padding-left:7px;
  color:#565656;
}  


/* horizontale Navigation (Reiter)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#navigation {
  margin:10px 0 10px 0;
  padding:0;
  font-size:0.9em;  
  height:25px;
  display:none;
}

#navigation ul {
  margin:0;
  padding:0;
  color:white;
  font-weight:bold;
  float:left;
}

#navigation li {
  list-style-type:none;
  padding: 0.4em 0 0.2em 0;
  margin:0 1px 0 0;
  text-align:center;
  float:left;
  width:164px;
  height:18px;  
  background: url(../img/reiter_blau5.gif) 100% 100% no-repeat;
}

#navigation li#act { /* aktueller, rot eingefärbter Reiter */
  background: url(../img/reiter_rot3.gif) 100% 100% no-repeat;
  /* hier zusätzlich zu "navigation li" definiert, damit die ganze Breite punktgenau ausgefüllt wird */
}

#navigation li.last { /* kein rechter Rand beim letzten Reiter*/
  margin:0;
  width:165px;  
}


#navigation a {
  background-image:none;
  color:white;  
  padding:0;
}

/* Brotkrümel und Suche 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#brotkruemel_und_suche {
  margin:0;
  padding:0;
  height:40px;
  display:none;
}

#brotkruemel_und_suche img {
  float:none;
}


#brotkruemel {
  clear:both;
  float:left;
  font-size:0.9em;
}

#brotkruemel  ul {
}

#brotkruemel  li {
  float: left;
  list-style-type:none;
}

#brotkruemel  li a {
  text-decoration: none;
  background-image:none;
  padding:3px;
}

#brotkruemel  li a:link, #brotkruemel  li a:visited {
  color: black;
}

#brotkruemel  li a#act, #brotkruemel  li a:link#act, #brotkruemel li a:visited#act {
  color: red;
  text-decoration:none;  
}

#brotkruemel  li a:hover {
  text-decoration:underline;
}



#suche {
  float: right;
}

#suche input, label {
  font-size:0.9em;
  margin: 0 0 0 4px;
  height:1.4em;
  float:left;
}


/* Spaltenlayout 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#container {
  width:990px;
  clear:both;
  margin:0;
  padding:0;
}


/* linke Spalte 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte {
  float:left;
  margin:0;
  padding: 0 25px 0 0;  
  width:20%;
  overflow:hidden;
  display:none;
}

#linke_spalte img{
  float:none;
}

#linke_spalte h1 {
  background-color:#F2F2F2;  
  margin:0 0 1em 0;
}


/* Angebote auf der Startseite
**********************************************************
evtl. auch auf anderen Seiten für ähnliche Zwecke verwendbar
*/
#angebote {
  color:#8A8989;
  font-size:10px;
  font-weight:bold;
  margin-bottom:25px;
  line-height:1.1em;
}

#angebote img {
  padding: 3px;
}

#angebote td {
  padding-left:0px;
}

#angebote table {
  margin:15px 0 5px 0;
}

#angebote tr {
  height:37px;
}

#angebote table tr.grau {
  background-color:#F2F2F2;
  height:20px;
}

#angebote a {
  background-image:none;
  margin-left:0px;
  padding-left:0px;
}

/* Ende Startseite 
*************************************************************
*/


/* Navigation 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi {
  margin:0em 0 25px 0;
  padding:0;
  overflow:hidden;
  border-width:1px 0 0px 0;
  border-color:#D3D1D1;
  border-style:solid;
  font-size:0.9em;
}

#linke_spalte div#navi a {
  background-repeat:no-repeat;
  background-position:1px 5px;
  padding:0 0 0 14px;  
  color:#505B65;
}

#linke_spalte div#navi a:hover {
  color:red;  
}



/* 1. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul {
  margin:0;
  padding:0;
  list-style-type:none;
  font-family:Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-weight:bold;
}

#linke_spalte div#navi ul li {
  padding:3px 0 5px 0px;
  margin:0;
  border-width:0px 0 1px 0;
  border-color:#D3D1D1;
  border-style:solid;
}

#linke_spalte div#navi ul li a {
  background-image:url(../img/navigation/navi_1b.gif);
  display:block;
  background-position:1px 3px;
}

#linke_spalte div#navi ul li a:hover {
  background-image:url(../img/navigation/navi_1r.gif);
}

#linke_spalte div#navi ul li a#act {
  background-image:url(../img/navigation/navi_1r.gif);
  color:red;
  text-decoration:none;    
}




/* 2. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#linke_spalte div#navi ul li ul {
  padding-left:10px;
  text-transform:none;
  font-weight:normal;
}

#linke_spalte div#navi ul li ul li {
  border-width:0;
}

#linke_spalte div#navi ul li ul li a {
  background-image:url(../img/navigation/navi_2b.gif);
}

#linke_spalte div#navi ul li ul li a:hover {
  background-image:url(../img/navigation/navi_2r.gif);
}

#linke_spalte div#navi ul li ul li a#act {
  background-image:url(../img/navigation/navi_2r.gif);
}


/* 3. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#linke_spalte div#navi ul li ul li ul {
  margin:0;
}

#linke_spalte div#navi ul li ul li ul li {
  /*padding:5px 0 0 10px;*/
}

#linke_spalte div#navi ul li ul li ul li a {
  background-image:url(../img/navigation/navi_3b.gif);
}

#linke_spalte div#navi ul li ul li ul li a:hover {
  background-image:url(../img/navigation/navi_3r.gif);
}

#linke_spalte div#navi ul li ul li ul li a#act {
  background-image:url(../img/navigation/navi_3r.gif);
}

/* 4. Ebene 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#linke_spalte div#navi ul li ul li ul li ul {
  margin:0;
}

#linke_spalte div#navi ul li ul li ul li ul li {

}

#linke_spalte div#navi ul li ul li ul li ul li a {
  background-image:url(../img/navigation/navi_3b.gif);
}

#linke_spalte div#navi ul li ul li ul li ul li a:hover {
  background-image:url(../img/navigation/navi_3r.gif);
}

#linke_spalte div#navi ul li ul li ul li ul li a#act {
  background-image:url(../img/navigation/navi_3r.gif);
}



/* Inhalt 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt {
  width:50%;  
  width:1000px;    
  margin:0;  
  padding:0 25px 0 0;      
  float:left;
  overflow:hidden;
  border: 1px, solid, grey;
}

#inhalt ul {
  margin:10px 0 15px 30px;
  list-style-type: none;
  list-style-image:url(../img/pfeil_rechts5.gif);
}

#inhalt ol {
  list-style-type:decimal;
  padding:25px;
  margin:0;
}

#inhalt ol li {
  padding:0px;
  margin:3px;
}

/*# a {
  text-decoration: none;
  border:0;
  background-repeat:no-repeat;
  background-position:1px 3px;
  padding:0 0 0 14px;
  background-image:url(../img/pfeil_blau_rechts.gif);
}*/

#inhalt li a {
  background-image:none;
  padding:0;
}

#inhalt h1 {
  margin:0;
}

#inhalt p {
  margin:0;
}

#inhalt p.bodytext {
  margin:0 0 0.6em 0;
}

div#inhalt p.bodytext img {
  border:none;
}


/*Bildunterschriften bei Contentelementen*/

#inhalt dd.csc-textpic-caption {
  font-size:0.9em;
  display:block;
  margin:2px 0px 5px 0;
  font-style:italic;
}


/* Inhalt zweispaltig
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#inhalt_zweispaltig {
  width:100%;  
  padding:0;
  line-height:1.2em;
}

#inhalt_zweispaltig h1 {
  margin-bottom:5px;
}

#inhalt_zweispaltig h2 {
  margin-top:2px;
  padding:0;
  font-size:1em;
}

#inhalt_zweispaltig img {
  margin: 2px 5px 7px 0;
  float:left;
}

#inhalt_zweispaltig p {
  margin: 0 0 18px 0;  
  padding:0px 0 2px 0;
  display:block;
  /*border-bottom:1px solid #D3D1D1;*/
}

div#banner {
  height:70px;
  width:99.5%;
  margin-bottom:15px;
}

#inhalt_zweispaltig p.inhalt_thema {
  color:#8A8989;
  margin: 0px 0 -2px 0;  
  font-weight:bold;
    font-size:0.8em;
  border-width:0;
  padding:0;  
  background-image:none;
}

#inhalt_zweispaltig p.titel a {
  background-image:none;
  padding:0; 
  margin:0;
}



#inhalt_zweispaltig p.inhalt {
  margin:-14px 0 0 0px;
  padding:0;
}

#inhalt_zweispaltig p.inhalt a {
  background-image:none;
  margin:0;
  padding:0;
}


#inhalt_zweispaltig p.datum {
  display:block;
  padding:0;
  padding-top:2px;
  margin:0;
  color:#8A8989;
  font-size:0.8em;
  font-weight:bold;  
  float:left;
}

#inhalt_zweispaltig p.mehr {
  clear:both;
  margin:0;
  padding-bottom:14px;
  margin-top:-2px;
  border: 0px solid #D3D1D1;
  border-bottom-width:1px;
  border-bottom-style:dotted;
}

#inhalt_zweispaltig .hintergrund_blau {
  background-color:#F2F2F2;
  padding:10px 10px 20px 10px;
}


#inhalt_zweispaltig_links {
  width:47.5%;  
  float:left;
  padding-right:25px;  
  overflow:hidden;
}

#inhalt_zweispaltig_rechts {
  width:47%;  
  float:left;
  overflow:hidden;  
}



/* Inhalt / Fußzeile
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#inhalt div#fusszeile_inhalt {
  margin-top:20px;
  width:100%;
  border-width: 1px 0;
  border-color:#D3D1D1;
  border-style:solid;
   color: #3B71A3;
  font-size:0.8em;
  height:18px;
  clear:both;
  float:left;
  line-height:1.2em;
}

#inhalt div#fusszeile_inhalt a {
  text-decoration:none;    
  color:#305D8E;
  background-image:none;
  padding-left:5px;
}

#inhalt div#fusszeile_inhalt a:visited {
  color:305D8E;
}

#inhalt div#fusszeile_inhalt a {
  padding:0;
  margin:0;
  text-decoration:none;    
  color:305D8E;
}

#inhalt div#fusszeile_inhalt ul {
  margin:0;
  padding:0.2em 0 0.3em 0em;
  float:left;
  list-style-image:none;  /* Pfeil-nach-oben-Grafik ist als background-image des Listeneintrags realisiert, nicht als Listenaufzählungsbild. Sonst: Schierigkeiten bei der Zentrierung des Bildes */
}

#inhalt div#fusszeile_inhalt li {
  padding:0 310px 0 15px;
  float:left;
  background-image:url(../img/pfeil_blau_nach_oben_liste.gif);  /* Pfeil-nach-oben-Grafik ist als background-image des Listeneintrags realisiert*/
  background-repeat:no-repeat;
  background-position:2px 1px;
  margin:0;
}

#inhalt div#fusszeile_inhalt li#druckversion {
  /*margin:0 0 0 312px;*/
  padding:0 0 0 20px;
  background-image:url(../img/druckversion_liste.gif);  /* Pfeil-nach-oben-Grafik ist als background-image des Listeneintrags realisiert*/
  background-repeat:no-repeat;
  background-position:2px 1px;
}

/*Tabelle im Content-Bereich, 
Vom Inhaltselement "Tabelle" in Typo3 wird unter Angabe des Klassennamens "tabelle_content" darauf verwiesen
*/

table.tabelle_content {
  border-width:1px;
  background-color:#F2F2F2;
  border:1px #999999 solid;
  width:100%;
  margin-top:10px;
}

table.tabelle_content tr {
  padding:2px;
  border:1px #999999 solid;
}

table.tabelle_content td {
  padding:2px;
  border:1px #999999 solid;  
}

table.tabelle_content caption {
  font-weight:bold;
   color: #3B71A3;
  text-align:left;
}

table.tabelle_portraets {
  width:100%;
}

table.tabelle_portraets tr td {
  border:1px #D3D1D1 solid;  
  border-width:1px 0;  
  padding:2px;
  vertical-align:top;
}

/*Tabelle im Content-Bereich
Tabelle für Statistik
*/
table.tabelle_statistik {
  width:100%;
}

table.tabelle_statistik tr td {
  border:1px #D3D1D1 solid;  
  border-width:1px 0;  
  padding:1px;
  vertical-align:top;
}




table.tabelle_statistik tr td.td-1, table.tabelle_statistik tr td.td-2, table.tabelle_statistik tr td.td-3 {
  text-align:right;
}

table.tabelle_statistik tr td.td-0  {
  font-weight:bold;
}

/*table.tabelle_statistik tr {
  padding:2px;
  border:1px #999999 solid;
}

table.tabelle_statistik td {
  padding:2px;
  border:1px #999999 solid;  
}

table.tabelle_statistik caption {
  font-weight:bold;
   color: #3B71A3;
  text-align:left;
}
*/



/* rechte Spalte 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#rechte_spalte {
  float:right;
  width:24.7%; /*bei einem Wert von 25% verhält sich IE 6 nicht nachvollziehbar: Beim Verkleinern der Schriftgröße wird die Spalte plötzlich unterhalb der anderen Spalten angezeigt. Bei weiterem Verkleinern tritt das Phänomen nicht auf*/
  margin:0;  
  padding:0;
  /*font-weight:bold;  */
  font-size:0.9em;    
  font-style:italic;
  color:#2E455C;
  line-height:1.2em;
  overflow:hidden;
  display:none;
}

/* Die Standarddefinitionen beschreiben die rechte Seite in der Fachinformation */ 
#rechte_spalte div {
  margin:0;
  padding:0;
}

#rechte_spalte h1 {
  background-color:#F2F2F2;  
  font-style:normal;
  font-size:1em;  
  margin:0px 0 0 0;    
}

#rechte_spalte h1.erste_ueberschrift {
  margin:0;    
}

#rechte_spalte h2 {
  padding:0 0 0 15px;  
  margin:13px 0 0 0;
  font-style:normal;  
  font-size:1em;    
}

#rechte_spalte p {
  padding:0 0 0 15px;
  margin:0;
}

#rechte_spalte p.typo3 {
  padding:0 0 0 15px;
  margin:0;
  background-color:blue;
}

#rechte_spalte a {
  display:block;
  font-style:normal;  
  margin:14px 0 0 -15px;
  font-weight:bold;
}

#rechte_spalte a {
  display:block;
  font-style:normal;  
  margin:14px 0 0 -15px;
}

/*  Abstand zur konstanten Anszeige */
#rechte_spalte #dynamisch {
  margin:0;
  padding:0;
  margin-bottom:20px;
}

/*  Abstand zur konstanten Anszeige */
#rechte_spalte #konstant {
  margin:0;
  padding:0px;
}

#rechte_spalte #konstant h1 {
  background-color:#EBE6D7;
  margin-bottom:13px;
}




        /* Beginn: Startseite / rechte Spalte 
        *************************************************************
        */
        #rechte_spalte_startseite {
          font-weight:normal;
          font-style:normal;
        }
        
        #rechte_spalte_startseite h1 {
          background-image:none;
          border-width:1px;
          margin-bottom:10px;
        }

        #rechte_spalte_startseite h1.erste_ueberschrift_startseite {
          margin:0 0 10px 0;
        }


        #rechte_spalte_startseite span#ueberschrift { /* "span" statt "div".  "div" innerhalb von "p" nicht möglich. Um trotzdem Abstände definieren zu können: Workaround mit "span" und "display:block;"*/
          display:block;
          margin:5px 5px 3px 0;
          font-weight:bold;
           color: #3B71A3;
        }

        #rechte_spalte_startseite p {
          background: url(../img/rahmen_ueberschrift.gif) 100% 100% no-repeat;
          border-width:1px 0 0 1px;
          border-style:solid;
          border-color:#D3D1D1;
          margin-bottom:20px;
          padding:8px 9px 10px 8px;
          background-color:#F2F2F2;            
        }
            
        #rechte_spalte_startseite img {
          margin-bottom:10px;
          float:none;
        }
        
        #rechte_spalte_startseite a {
          margin:0px 0 0 0px;
        }

        /* Ende: Startseite / rechte Spalte 
        *************************************************************
        */



/* Fußzeile
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#fusszeile {
  clear:both;
  float:left;
  margin:18px 0 10px 0;
  padding:2px 0;
  width:100%;
  height:16px;
  border-width:1px 0 1px 0;
  border-color:#D3D1D1;
  border-style:solid;
  color:#666666;
  font-size:0.8em;
  display:none;
}

#fusszeile_inhalt {
  display:none;
}

#ende {
  clear:both;
  float:left;
  margin:0;
  padding:0;
  height:10px;
  display:none;
}
