@charset "UTF-8";

/* ==================================================================================== */
/**
 * Datei:               stylesAISContent.css
 * Erstellt von:        gero.meissner@heinze.de
 * Erstellt am:         14. November 2007
 * Beschreibung:        CSS-Stylesheet mit allen zentralen Angaben zur Gestaltung von
 *                      Elementen innerhalb von AIS-Online
 *                       
 * @link                http://www.heinze.de/stylesheets/
 * @package             XContent
 * @copyright           Copyright 2007-2009 Heinze GmbH, 29219 Celle, DE
 * @version             1.08.00
 * @lastmodified        $Date: 2009-11-24 $
 *
 * Aenderungsprotokoll: 24.11.2009 (GM)
 *                      - Definieren der Gestaltung zur Klasse 'yui-panel'
 *
 *                      10.11.2009 (GM)
 *                      - Anpassen der Schriftgroesse
 *
 *                      14.10.2009 (GM)
 *                      - Modifizieren der Klasse 'titleDocument'
 *                      - Modifizieren der Klasse 'titleLarge'
 *                      - Modifizieren der Klasse 'toplinks'
 *                      - Entfernen der Klasse 'footnotes'
 *                      - Entfernen der Gestaltung zum Element 'table'
 */
/* ==================================================================================== */


@media all {

  /* IDENTIFIKATOREN ================================================================== */
  /* ID 'XContent' ==================================================================== */
  #XContent {
    font-family:        verdana,arial,helvetica,sans-serif;
    font-size:          11px;
    line-height:        15px;
    background-color:   white;
    color:              black;
    margin:             0px;
    padding:            0px;
  }
  
  
  /* ELEMENTE ========================================================================= */
  #XContent SUB {
    font-size:          75%;
    line-height:        100%;
    vertical-align:     -23%;
  }
  
  #XContent SUP {
    font-size:          75%;
    line-height:        100%;
    vertical-align:     44%;
  }
  
  #XContent SMALL {
    font-size:          9px;
    line-height:        13px;
  }
  
  
  /* KLASSEN ========================================================================== */
  /* Klasse 'link' ==================================================================== */
  #XContent .linkSEnabled {
    font-size:          9px;
    line-height:        13px;
    text-decoration:    underline;
    color:              #000000;
  }
  
  #XContent .linkSEnabled:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkSDisabled {
    font-size:          9px;
    line-height:        13px;
    text-decoration:    none;
    color:              #666666;
  }
  
  #XContent .linkEnabled {
    font-size:          11px;
    text-decoration:    underline;
    color:              #000000;
  }
  
  #XContent .linkEnabled:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkDisabled {
    font-size:          11px;
    text-decoration:    none;
    color:              #666666;
  }
  
  #XContent .linkEmpEnabled {
    font-size:          11px;
    font-weight:        bold;
    text-decoration:    underline;
    color:              #000000;
  }
  
  #XContent .linkEmpEnabled:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkEmpDisabled {
    font-size:          11px;
    font-weight:        bold;
    text-decoration:    none;
    color:              #666666;
  }
  
  #XContent .linkSHidden {
    font-size:          9px;
    line-height:        13px;
    text-decoration:    none;
    color:              black;
  }
  
  #XContent .linkSHidden:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkHidden {
    font-size:          11px;
    text-decoration:    none;
    color:              black;
  }
  
  #XContent .linkHidden:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkEmpHidden {
    font-size:          11px;
    font-weight:        bold;
    text-decoration:    none;
    color:              black;
  }
  
  #XContent .linkEmpHidden:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  #XContent .linkSEmpHidden {
    font-size:          9px;
    font-weight:        bold;
    text-decoration:    none;
    color:              black;
  }
  
  #XContent .linkSEmpHidden:hover {
    text-decoration:    underline;
    color:              #666666;
  }
  
  
  /* Klasse 'text' ==================================================================== */
  #XContent .textSmall {
    font-size:          9px;
    line-height:        13px;
  }
  
  #XContent .text {
    font-size:          11px;
  }
  
  #XContent .textSBold {
    font-size:          9px;
    font-weight:        bold;
    line-height:        13px;
  }
  
  
  /* Klasse 'title' =================================================================== */
  #XContent .titleSmall {
    font-size:          9px;
    font-weight:        bold;
    line-height:        13px;
  }
  
  #XContent .title {
    font-size:          11px;
    font-weight:        bold;
  }
  
  #XContent .titleWhite {
    font-size:          11px;
    font-weight:        bold;
    color:              white;
  }
  
  #XContent .titleLarge {
    font-size:          12px;
    font-weight:        bold;
  }
  
  #XContent .titleXLarge {
    font-size:          12px;
    font-weight:        bold;
  }
  
  #XContent .titleImage,
  #XContent .titleObject {
    font-size:          9px;
    margin-top:         2px;
  }
  
  #XContent .titleDocument {
    font-size:          12px;
    font-weight:        bold;
    display:            block;
    margin-bottom:      16px;
  }
  
  
  /* Klasse 'XContentTooltip' ========================================================= */
  .XContentTooltip {
    color:              #000000;
    background-color:   #feffcd;
    padding:            2px;
    border:             1px solid #bbbbbb;
    font:               11px tahoma,helvetica,sans-serif;
    width:              auto;
    text-align:         left;
    max-width:          400px;
  }
  
  .XContentTooltip .titleTooltip {
    font-weight:        bold;
  }
  
  .XContentTooltip .imageTooltip {
    border:             1px solid #eeeeee;
    margin-bottom:      4px;
  }


  /* ================================================================================== */
  /**
   * Textanker
   *
   * @section anchors
   */
  /* ================================================================================== */
  #XContent DIV.toplinks A {
    color: #000000;
    display: block;
    margin: 4px 0;
    text-decoration: underline;
  }

  #XContent DIV.toplinks A:hover {
    color: #000000;
    text-decoration: underline;
  }

  
  /* ================================================================================== */
  /**
   * YahooUI
   *
   * @section YahooUI
   */
  /* ================================================================================== */
	.yui-panel .hd {
		background-color:   #CD251C;
		color:              #ffffff;
		font-size:          100%;
		line-height:        100%;
		border:             1px solid #ffffff;
		border-bottom:      1px solid #000000;
		font-weight:        bold;
		padding:            4px;
		white-space:        nowrap;
	}  

}
