@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-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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%; } 



  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  #details h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#222;
    margin: 0 0 0.5em 0;
  }
  

	
  #details h1 { font-size: 180%; margin-bottom: 1.25em;}                       /* 26px */
  #details h2 { font-size: 160%; margin: 2em 0 1.5em 0;}                       /* 20px */
  #details h3 { font-size: 130%; }                    
  #details h4 { font-size: 110%; }                    	
  #details h5 { font-size: 100%; }                    
  #details h6 { font-size: 100%; }                    	*/

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  #details ul {
  	margin: 0;
  	padding: 0;
  }
  
  #details ul li {
  	margin: 0 0 10px 15px;
  	padding:0;
  }
  

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  #ctrl_filter_field_fg_land .active {
  	margin-bottom: 0;
  	font-weight: bold;
  }
  
  #details .fg_bio{
  	clear: both;
  }
  
  #details .bildquelle, .licence {
  	font-size: 85%;
  	color: #444;
  }
  
  
  .fg_autorin {
  	float: right;
  	margin-right: 20px;
  	
  }
  .fg_zitat{
  	clear: both;
  	width: 80%;
  	font-size: 120%;
  	padding-top: 2em;
    	margin: 0 auto;
    	text-align: center;
  }
  
  .fg_zitat_quelle {
  	font-size: 80%;
  	text-align: right;
  	margin: 3em -2em 0 0;
  }
  
  .fg_zitat_quelle:before {
  	content: "(";
  }
  
  .fg_zitat_quelle:after{
  	content: ")";
  }
  
  #details .fg_geburt{
  	margin-top: 1em;
  }
  
  #details .fg_bild {
  	float: left;
  	margin: 0 1em 0.5em 0;
  }
  
  #details .fg_grund{
  	clear: both;
  }
  
  p {
  	text-align: justify;
  }
  

q {
    quotes: "»" "«";
}

cite {
    quotes: "»" "«";
    font-style: italic;
  	font-size: 120%;
}

cite:before {
    content: open-quote;
}

cite:after {
    content: close-quote;
}

	
  
  
  /*--- Links ----------------------------------------------------------------------------------------- */

  #details a.verwandt {
  	display: block;
  	border: 1px solid #efefef;
  	margin: 5px 0;
  	padding: 10px;
  	color: black;
  }
  
  #details a.verwandt:hover {
  	background-color: #f7f7f7;
  	text-decoration: none;
  	
  }
  
  .fg_dokumente {
  	margin-bottom: 15px;
  }
  

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  
  #details .fg_bild img{
  	border: 1px solid #444;
  	padding: 5px;
  	height: 250px;
  }
  
  #details img.verwandt {
  	max-width: 110px;
  	max-height: 110px;
  }
  
  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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
  */

  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  div.verwandt {
  	float: left;
  	margin: 0 10px 0 0;
  	min-width: 130px;
  	height: 210px;
  	text-align: center;
  }
	
}
