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

  /**
   * 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: 80.00%; 
    color: #747474;
    line-height: 1.5em;
  }

  h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 1em 0; padding: 0; }
  h1 { font-size: 150%; line-height: 1.25em;} 
  h1.prodDetail { font-size: 100%; margin-top: 0 !important; font-weight: bold !important; }
  h2 { font-size: 150% }                       
  h3 { font-size: 150% }                       
  h4 { font-size: 125% }                
  h5 { font-size: 116.67% }
  h6 { font-size: 116.67%; }


  p { line-height: 1.5em; margin: 0 0 1em 0; padding: 0;  }
  #container-center p { background: red; }
 
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 0; }
  li { margin-left: 0; 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;
  }

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

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}


  .teaser_home { margin: 0; padding: 0;}
  .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;  }
  .light { color: white; }

  .frmd_float_left_wMargR 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: left; margin-right: 19px;  margin-bottom: 0.15em; }
  .frmd_float_right_wMargL 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: right; margin-left: 19px;  margin-bottom: 0.15em; }
  .frmd_float_left_woMargR 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: left; margin-right: 0;  margin-bottom: 0.15em;}
  .frmd_float_right_woMargL 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: right; margin-left: 0; margin-bottom: 0.15em; }

  .nFrmd_float_left_wMarg 		{ float: left; margin-right: 10px; margin-bottom: 0.15em; border: 0; }
  .nFrmd_float_right_wMarg 		{ float: right; margin-left: 10px; margin-bottom: 0.15em; border: 0; }

  .frmd					{ padding: 4px; border: 1px #DDD solid; background-color: white; margin: 0; }
  .max					{ padding: 8px !important; }
  .center 				{ text-align: center; background: #fff; padding: 4px; border:1px #ddd solid; }


  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a, 
  a:focus,
  a:hover,
  a:active,
  a:visited { color: #0072AD; text-decoration: underline;}

  #subfooter1 a,
  #subfooter1 a:focus,
  #subfooter1 a:hover,
  #subfooter1 a:active,
  #subfooter1 a:visited { color: white; text-decoration: none; font-weight: normal; }


  .onScreenNavContainer { width: 100%; margin: 0 0 1em 0; text-align: right; }
  .hidden { color: #5C5C5C !important; text-decoration: none !important; }


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

  table.table1 td { border-right: 1px solid #DDD; padding: 0.5em 1em;  }
  table.table1 td.lastTd { border-right: none; padding-right: 0; }
  table.table1 td.firstTd { padding-left: 0; }


  /* ### Datentabellen Reseller-Adressen ### */

  table.addresses { width: 516px; border-collapse: collapse; border: 0; margin: 0; table-layout:fixed; margin: 0 25px 2em 25px; }
  table.addresses td.l { padding: 0.5em 5px 0.5em 10px; background: white; border-right: 2px solid #f0f3f8; border-bottom: 2px solid #f0f3f8; font-size: 100.00%; vertical-align: top; margin: 1px; }
  table.addresses td.r { padding: 0.5em 0 0.5em 10px; background: white; border-bottom: 2px solid #f0f3f8; font-size: 100.00%; vertical-align: top; }
  table.addresses td.l.kat1 { background: #181820; color: white; }
  table.addresses td.l.kat1 a { color: white !important; }
  table.addresses td.r.kat1 { background: #2d3034; color: #d5d6d6; }
  table.addresses td.r.kat1 a { color: #d5d6d6 !important; }
  table.addresses td h2 {  margin: 0; border-bottom: 1px solid white; }






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

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0em 0;
    border:0;
    border-bottom: 1px #DDD solid;
  }

  /* ### Custom Headlines | Headlines spezial ### */

  #container-center h1,
  #container-right h2 { font-weight: normal; border-bottom: 1px solid #747474; padding: 0 0 6px 0; margin: 1em 25px 1em 25px; }
  #container-center h2,
  #container-center h4 { font-size: 125%; font-weight: bold; margin: 1em 25px 1em 25px; }
  #container-center h2 { font-size: 125%; font-weight: bold; margin: 1em 25px 1em 25px; }
  #container-right h2 { margin: 1em 0 1em 12px; }
  #container-center li { margin-left: 25px; }
  #container-center h5 { font-size: 100%; border-bottom: 1px solid #747474; padding: 0 0 6px 0; font-weight: bold; margin: 1em 25px 1em 25px; }

  #subfooter1 { color: #454545; }
  #subfooter1 p { font-size: 90%; margin: 0; }
  #subfooter1 h2 { float: left; display: inline;font-size: 90%; margin: 0; font-weight: normal;  }

  #container-right p { padding: 0 0 0 12px; }

  /* ### flash ### */

  #container-center #monoSlideshow { margin-left: 25px; }


  /* ### Layoutmöglichkeiten für die Fotos ### */



  /* ### on screen nav */

  div.onScreenNav { text-align: right; margin: 0 25px 3em 25px; }


  /* ### Formulare ### */

  .csc-loginform-field {clear:left; margin: 0 25px 0 0; }
  fieldset.csc-loginform .csc-loginform-field label { width: 10em; float:left; }
  fieldset.csc-loginform .csc-loginform-field input { margin-bottom:0.5em; }
  fieldset.csc-loginform label span { color: red; }

  .csc-mailform-field {clear:left; margin: 0 25px 0 25px; }
  fieldset.csc-mailform .csc-mailform-field label {width:13em; float:left; }
  fieldset.csc-mailform .csc-mailform-field label.large { width: 20em; }
  fieldset.csc-mailform .csc-mailform-field .checkb{ float: left; margin-right: 1em; }
  fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {margin-bottom:0.5em;}
  fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
  fieldset.csc-mailform label span {color:red;}
  input#mailformformtype_mail {margin-left:11.1em;}

  textarea { font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 100.00%; }
  input[type=text], 
  input[type=password], 
  textarea, 
  select { padding: 0 .2em; border: 1px #ccc solid; color: #1B1464 ; }

  input[type=text]:focus, 
  input[type=password]:focus, 
  textarea:focus,
  select:focus { border: 1px #1B1464 solid; background: #eee; color: #1B1464 ; }


  /* ### Suchbox ### */

  #search { margin-top: 80px;  }
  #search input[type=text] { width: 100px; background: white; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 85.00%;}
  #container-right select { width: 126px; background: white; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 85.00%;}

  .int-dealer { font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 85.00%; font-weight: normal; background-color:#fff; width: 250px; height: 18px;  }
  .int-dealer option { }



  /* Absatzlayouts */

  .nFramed { margin: 0 25px 2em 25px; }
  .nFramed ul { }
  .nFramed h2 { }

  .nFramed table { width: auto; border-collapse: collapse; margin-bottom: 0.5em; margin-left: 2px; }
  .nFramed table td { padding: 0.5em; border: 1px solid #ddd; margin: 0; }

  .boxed { margin: 0 23px 2em 22px; padding: 0 10px; float:left; background: #fff; width: 498px; border-bottom: 3px solid #477fbc; display: inline; }
  .boxed h2 { font-size: 100% !important; width: 498px; padding: 2px 10px; margin: 0 -10px 1em -10px !important; color: white; background: #477fbc; }
  .boxed h2 a { color: white; text-decoration: none; }
  .boxed img { margin: 0 -10px 0 -10px; padding: 0; }
  .boxed ul { list-style-type: none; padding:0; margin: 0.75em -10px 1em -10px; } 
  .boxed ul li { background: transparent url(/inc/layout-images/bg_li_arrow.gif) 0px 8px no-repeat; padding: 0 0 0 13px; margin-left: 0; }

  .boxed-2 { margin: 0 23px 2em 22px; padding: 0 10px; float:left; background: #fff; width: 215px; border-bottom: 3px solid #477fbc; overflow: hidden; display: inline; }
  .boxed-2 .r { float: right; margin: 0 0 2em 23px; }
  .boxed-2 h2 { font-size: 100% !important; width: 215px; padding: 2px 10px; margin: 0 -10px 0 -10px !important; color: white; background: #477fbc; text-align: left; }
  .boxed-2 h2 a { color: white; text-decoration: none; }
  .boxed-2 img { margin: 0 -10px 0 -10px; padding: 0; }
  .boxed-2 ul { width: 235px;list-style-type: none; padding: 0; margin: 0.75em -10px 1em -10px; } 
  .boxed-2 ul li { background: transparent url(/inc/layout-images/bg_li_arrow.gif) 0px 8px no-repeat; padding: 0 0 0 13px; margin-left: 0; }



  /* ### Accordion Effect ### */

  #accordion h5 { background: transparent url(/inc/layout-images/icon-plus.gif) 0px 0px no-repeat; padding-left: 25px; cursor: pointer; }



