@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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

@media all
{

  html * 					{ font-size: 100.1%; }
  body 						{ font-size:0.75em; line-height:1.125em; margin:0; padding:0; }   

  a { text-decoration:none;}
  a:focus,
  a:hover,
  a:active { text-decoration:none;}

  /* ### Lists | Listen | Bilder  #### */

  ul, ol, dl 				{ line-height: 1.5em; margin: 0; padding-bottom: 1em; }
  li						{ margin-left: 0px; padding-left: 1.5em; }
  #serviceNav img			{ padding: 3px 0px 0px 0px; }
  img.legal					{ padding: 0px !important; }

  dt 						{ font-weight: bold; }
  dd						{ margin: 0 0 1em 2em; }
  img						{ border: 0; }

  /* ### 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 						{ cursor: help; }



  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 					{ }
  tbody th 					{ }
  tbody th.sub 				{ }
  
  /**
   * Formulare
   */
  
  input 					{  }
  .input_text 				{ height: 1.3em; padding: 0.12em 2px 0.1em 2px; }
  .input_text:focus,
  textarea:focus 			{ } 
  .input_radio 				{ height: 13px; }
  .input_checkbox 			{ }
  .input_button 			{  }
  textarea 					{ }
  label 					{  }
  input.disabled			{ color: #aeaeae !important; } // to style input fields in FF


  hr 						{ color: #fff; background:transparent; margin: 0 0 0.5em 0; padding: 0 0 0.5em 0; border:0; border-bottom: 1px #000 solid; }
  h1						{ font-size: 14px; }
}


