@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #359319 url(../../../tpl_images/bg_body_wohngruppe.jpg) repeat-x top left; }

  #header {
    color: #359319;
  }

  #col3_content { background: #359319; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    color: #359319;
  }
  
  #box_right { background: #6db856 !important; }
  
  #nav .hlist ul li a,
  #nav .hlist ul li strong {
    color: #359319;
  }
  
  #nav .hlist ul li a:visited {
    color: #359319;
  }

  #nav .hlist ul li a:focus,
  #nav .hlist ul li a:hover,
  #nav .hlist ul li a:active  { color:#F8B322; }

  #nav .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
	background: #FBD990;
  }
  
  #nav .hlist ul li.active a,
  #nav .hlist ul li.active a:visited {
	color:#FFF;
  }

  #nav .hlist ul li.active strong,
  #nav .hlist ul li.active a:focus,
  #nav .hlist ul li.active a:hover,
  #nav .hlist ul li.active a:active { background:#FBD990; color:#FFF; }
  
  
  #subnav .hlist ul li a,
  #subnav .hlist ul li strong {
    background: #FBD990;
    color: #FFF;
  }
  
  #subnav .hlist ul li a:visited {
    color: #FFF;
  }

  #subnav .hlist ul li a:focus,
  #subnav .hlist ul li a:hover,
  #subnav .hlist ul li a:active  { background: #FBD990; color:#f8b322; }

  #subnav .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
	background: #FBD990;
  }
  
  #subnav .hlist ul li.active a,
  #subnav .hlist ul li.active a:visited {
	background: #FBD990;
	color:#F8B322;
  }

  #subnav .hlist ul li.active strong,
  #subnav .hlist ul li.active a:focus,
  #subnav .hlist ul li.active a:hover,
  #subnav .hlist ul li.active a:active { background: #FBD990; color:#f8b322; }
  
  .yform fieldset {
    border:1px #6db856 solid;
    background:#6db856;
  }
  
  .yform legend {
   background-color:#6db856;
  }
  
  .yform .type-text input,
  .yform .type-text textarea,
  .yform .type-select select {
    border:1px solid #359319;
  }

  .yform .type-button input {
    border-top:1px #6db856 solid;
    border-left:1px #6db856 solid;
    border-right:1px #6db856 solid;
    border-bottom:1px #6db856 solid;
    color:#FFF;
    background:#6db856;
  }

  .yform .type-button input[type=reset] {  }
  .yform .type-button input[type=submit] { background:#6db856; }

  /* optional button styling for IE6 using classes */
  .yform .type-button input.reset {  }
  .yform .type-button input.submit { background:#6db856; }

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    border-top:1px #6db856 solid;
    border-left:1px #6db856 solid;
    border-right:1px #6db856 solid;
    border-bottom:1px #6db856 solid;
    color:#6db856;
    background:#359319; 
  }

  .yform div.type-button input.reset:focus,
  .yform div.type-button input.reset:hover,
  .yform div.type-button input.reset:active {
    
  }

  .yform div.type-button input.submit:focus,
  .yform div.type-button input.submit:hover,
  .yform div.type-button input.submit:active {
    background:#359319; color:#6db856;
  }
  
}

