@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 * @appdef          yaml
 */

@media all {
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { 
    font-size: 100.01%; 
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
  }

  h1, h2, h3, h4, h5, h6 { 
    font-weight: bold; 
    margin: 0.75em 0 0.25em 0; 
  }
  h1 { 
    font-size: 200%;
  } /* 24px */
  h2 { 
    font-size: 166.67%;
  } /* 20px */
  h3 { 
    font-size: 150%;
  } /* 18px */
  h4 { 
    font-size: 133.33%; 
  } /* 16px */
  h5 { 
    font-size: 116.67%; 
  } /* 14px */
  h6 { 
    font-size: 116.67%; 
    font-style: italic; 
  } /* 14px */

  p { 
    line-height: 1.5em; 
    margin: 0 0 1em 0; 
  }

  /* ### Lists | Listen  #### */

  ul, ol, dl { 
    line-height: 1.5em; 
    margin: 0 0 1em 1em; 
  }
  li { 
    margin-left: 1.5em; 
    line-height: 1.5em; 
  }

  dt { 
    font-weight: bold; 
  }
  dd { 
    margin: 0 0 1em 2em; 
  }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { 
    font-style: italic; 
  }
  blockquote { 
    margin: 0 0 1em 1.5em; 
  }

  strong, b { 
    font-weight: bold; 
  }
  em, i { 
    font-style: italic; 
  }

  pre, code { 
    font-family: monospace; 
    font-size: 1.1em; 
  }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  sub, sup {
    font-size: 0.5em;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {
    background: #FEFFDB;
    border: 1px solid #F1F3AF;
    background-image: url(/retrobib/images/zierrat/note.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding: 8px 8px 8px 40px; 
    margin: 0px 8px 0px 8px;
  }
  .important {
    background: #FFEDDB; 
    padding: 1em; 
  }
  .warning {
    background: #FFDBDB; 
    padding: 1em; 
  }

  .float_left { 
    float: left; 
    display: inline; 
    margin-right: 1em; 
    margin-bottom: 0.15em;  
  }
  .float_right { 
    float: right; 
    display: inline; 
    margin-left: 1em; 
    margin-bottom: 0.15em;  
  }

  .center { 
    text-align: center; 
    margin: 0.5em auto; 
  }
  .block { 
    text-align: justify; 
    text-indent: 0.75em; 
  }
  .alignright { 
    text-align: right; 
  }
  .big { 
    font-size: 2.0em; 
  }
  .small { 
    font-size: 0.5em; 
  }
  .underline { 
    border-bottom: 1px solid #e0e0e0; 
  }

  /**
   * Werke
   */
  .werk {
    padding: 4px;
    margin: 4px;
  }
  .werk h4 {
    padding: 8px 8px 8px 40px;
    background-image: url(/retrobib/images/zierrat/abschl_l.png);
    background-position: left center;    
    background-repeat: no-repeat;
    border-bottom: 2px solid #e0e0e0;
  }
  .werk .author {
    font-weight: bold;
  }
  .werk .issued {
    font-style: normal;
  }
  .werk .publisher {
    font-style: normal;
    font-variant: small-caps;
  }

 /**
   * Bände
   */
  .band {
    margin: 2px 2px 2px 20px;
    padding: 0px;
  }
  .band h5 {
    padding: 8px 8px 8px 40px;
    background-image: url(/retrobib/images/zierrat/abschl_band.png);
    background-position: left center;    
    background-repeat: no-repeat;
    border-bottom: 2px solid #e0e0e0;
  }
  .band .author {
    font-weight: bold;
  }
  .band .issued {
    font-style: normal;
  }
  .band .publisher {
    font-style: normal;
    font-variant: small-caps;
  }

 /**
   * Teile
   */
  .teil {
    margin: 2px 2px 2px 40px;
    padding: 0px;
  }
  .teil h6 {
    padding: 8px 8px 8px 40px;
    background-image: url(/retrobib/images/zierrat/abschl_teil.png);
    background-position: left center;    
    background-repeat: no-repeat;
    border-bottom: 2px solid #e0e0e0;
  }

 /**
   * Seiten
   */
  .seite {
    margin: 2px 2px 2px 50px;
    padding: 0px;
  } 

  .seite tr {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
  }

  /**
   * Bilder
   */
  .imageborder { 
    width: auto; 
    font-size: 0.8em; 
    padding: 4px; 
    margin: 4px; 
    border: 1px solid #e0e0e0; 
  }

  /**
   * Suchfeld für Schnellsuche
   */
  .eckeol {
    margin: 0;
    padding: 3px 5px 0px 0px;
    background-image: url(/retrobib/images/zierrat/rahmen1_ol.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .eckeur {
    margin: 0;    
    padding: 0px 0px 3px 3px;
    background-image: url(/retrobib/images/zierrat/rahmen1_ur.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .suchfeld { 
    text-align: center; 
    padding: 2px; 
    margin: 2px; 
    border-bottom: 1px solid #e0e0e0;
  }
  .sucheingabe { 
    width: 100px; 
  }

  /**
   * Eingabeformulare
   */
  .boxformular { 
    padding: 4px; 
    margin: 4px 4px 8px 4px; 
  }
  .boxformular table {
    border: 1px solid #e0e0e0;
  }
  .boxformular caption {
    padding: 2px; 
    background-color: #e0e0e0; 
    border: 1px solid #e0e0e0;
  }
  .boxformular .c200px {
    width: 200px;
  }
  .boxformular textarea {
    width: 200px;
    height: 200px;
  }

  /**
   * Hauptmenü links
   */
  .hauptmenue { 
    padding: 4px;   
    margin: 4px; 
  }
  .hauptmenue ul { 
    padding: 0px;   
    margin: 0px; 
    list-style-type: none; 
  }
  .hauptmenue li { 
    padding: 0px; 
    margin: 0px 0px 0px 4px; 
  }
  .hauptmenue .ohnebottom { 
    border-bottom: none; 
  }
  .hauptmenue .hauptmenueheadline { 
    margin: 4px 0px 0px -4px; 
    font-weight: bold; 
    border-bottom: 1px solid #b0b0b0; 
  }

  /**
   * Abkürzungen
   */
   .abkuerzungtable table { 
        width: 100%; 
        margin: 10px 0px 10px 0px; 
   }
   .abkuerzungtable .abktablehead {
        text-align: center;
        border-bottom: 2px solid #b0b0b0;
   }
   .abkuerzungtable .c20pc { 
        width: 15%; 
   }
  
  /**
   * Autorennamen
   */
   .autorentable table { 
        width: 100%; 
        border-top: 2px solid #e0e0e0; 
        margin: 10px 0px 10px 0px; 
   }
   .autorentable caption {
        width: 100%;
   }
   .autorentable em { 
        font-style: italic; 
   }
   .autorentable .c20pc { 
        width: 15%; 
   }

  /**
   * Tabelle bei Rundgang
   */
  .n87 {
        width: 50%;
        background-image: url(/retrobib/images/1887.gif);
        background-repeat: repeat-y;
        padding-left: 23px;
  }

  .n97 {
        width: 50%;
        background-image: url(/retrobib/images/1897.gif);
        background-repeat: repeat-y;
        padding-left: 23px;
  }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { 
    color: #900; 
    text-decoration: none;
  }
  a:focus,
  a:hover,
  a:active {
    background: transparent; 
    text-decoration: underline;
  }
  
  #topnav a { 
    color: #909090; 
    background: transparent; 
  }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { 
    background-color: transparent;  
    text-decoration: underline;
  }
  
  #footer a { 
    color: #909090; 
    background: transparent; 
  }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { 
    background-color: transparent; 
    text-decoration: underline;
  }

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"] {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { 
    width: auto; 
    border-collapse: collapse; 
    margin-bottom: 0.5em; 
  }
  table.full { 
    width: 100%; 
  }
  table.fixed { 
    table-layout: fixed;
  }
  caption { 
    text-align: center; 
  }

  th, td { 
    padding: 0.5em; 
    vertical-align: top; 
  }
  th { 
    text-align: left; 
    border-bottom: 1px solid #e0e0e0; 
  }
  thead th {  
  }
  tbody th {  
  }
  tbody th.sub {  
  }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #000 solid;
  }
}
