@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @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) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial, sans-serif;
    font-size: 70.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200%; color: #000; margin-left: 5px; white-space: nowrap;}                    /* 24px */
  .unten_links h1 { color: #000; margin-bottom: -4px; margin-left: 5px; white-space: nowrap; }
  h2 { font-size: 183.33%, margin: 0;}                     					                    /* 20px */
  h3 { font-size: 150%; }       					                                           /* 18px */

/* Anpassungen für image replacement dr. Typo3 */
  h3 {
     position: relative;
     display: block;
     width: 100%;
     margin: 0;
  }

  h3 span {
     display: block;
     margin: 1px;
     width: 1px;
     font-size: 75.00%;
     line-height: 14px;
     overflow: hidden;
  }

  h3 span span {
     display: block;
     width: 1000px;
  }
  
  #infotext1 h3, #infotext2 h3, #unten h2 { margin-bottom: 15px; }

  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.2em; margin: 0; }
  p.footer { font-size: 60.00%; color: #999; margin-top: -10px; }
	
  /* ### 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;
  }

  /**
  * Images
  */
  
  /*Ausrichtung der Pfeil-Grafiken am Text*/  
  .arrow { vertical-align: -10%; }
   
  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note { vertical-align: top; background: transparent; padding-top: 5px; padding-bottom: 5px;font-weight: bold; color: #E70006; font-size: 116.76%; /* 14px */ }
    .note .subcl {text-align: left; }
    .note .subc {text-align: center;}
    .note .subcr {text-align: right; }
    
    .note img { vertical-align: middle; }
    
  .news { margin-top: 0; text-align: left;}  
   
  .important { background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted; }
  .warning { background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted; }

  .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; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #000; text-decoration:none; }
  a:focus,
  a:hover,
  a:active { color: #E70006; border: none; outline:none;}
  
  #topnav a { color: #000; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ color: #E70006; background-color: transparent; border: none;}
  
  #footer a { color: #999; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #E70006; background-color: transparent; border: none;}

  /**
   * (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; }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff; }
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }

  /**
   * 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;
  }
  
  /* Online Shop Link */
 
 #shop_button a {
 	display: inline-block;
	height: 90px;
	width: 63px;
 }
 
 #shop_button a:link,
 #shop_button a:visited {
 	background: url(../../images/startmenu_balken/shop_button.gif) 0 0 no-repeat;
 }
 
  #shop_button a:hover,
 #shop_button a:active {
 	background: url(../../images/startmenu_balken/shop_button_active.gif) 0 0 no-repeat;
 }
 
 #shop_button a:focus {
 	outline:none;
 }
}

