@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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @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
   */

  h1 {color:#3c6f00; }  	     /* 14px */
	
	                       
  h2 {color:#003D5F }          /* 14px */

  
  legend { color:#575757; }
  
 
 	/* ### Layer text */
	#col1 .teaser {color: #777777;}
	
	
	#header_schriftzug {color:#325b00;}
   	
	#breadcrumbc {color:#000;} /* 11px */
  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

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


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

	a {color: #23435F;}
	
	#topnav a { color: #000; }
	#topnav a:focus,
	#topnav a:hover,
	#topnav a:active{ background-color: transparent;}
	
	#footer_sub a {color: #003B6F; } /*11px*/
	#footer_sub a:focus,
	#footer_sub a:hover,
	#footer_sub a:active { background-color: transparent; }
		
		
	/*Hauptnavigation 1. Ebene */	
	#nav_sub ul a:focus,
    #nav_sub ul a:hover,
    #nav_sub ul a:active {color: #37B633}
	#nav_sub ul li.active a {color: #2B9F27}
	
	#nav_main ul a {color:#fff;background:transparent;}
    #nav_main ul a:focus,
    #nav_main ul a:hover,
    #nav_main ul a:active {color:#8cdd8a;background: transparent;}
	
	#nav_main ul li.active a {color:#fff;background: transparent; text-decoration: underline}
	
	
	/*Hauptnavigation 2. Ebene*/
	#nav_main ul li ul {background-color: #d7efd7;}
	#nav_main ul li ul li a {border-bottom:1px solid #a2cfa1; color: #047f00; background-color: #d7efd7; }
	#nav_main ul li ul li a:focus,
	#nav_main ul li ul li a:hover,
	#nav_main ul li ul li a:active {color:#fff; background-color: #37b633;}
	
	#nav_main ul li ul li.active a {color:#fff;background:#2B9F27}
	
	
	#nav_main .active{
		color:#8cdd8a;background: transparent;}
		
		
	/*Subnavigation*/
	#nav_sub a {color: #110c08; }
	#nav_sub a:focus,
	#nav_sub a:hover,
	#nav_sub a:active {color:#37b633;}
	
	#nav_sub .active {
		color:#37b633;	}
	
	/*Breadcrumb*/
	#breadcrumbc a{color:#000;}	

	
	/*Nav Top*/
	#nav_top ul li a { color: #fff;}
	#nav_top ul li a:focus,
	#nav_top ul li a:hover,
	#nav_top ul li a:active  {color: #000; background-color: transparent; }

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

  thead th { background: #1FA71C; }
  thead th { color: #fff;}
  tbody th { background: #fff;}
  tbody th.sub { background: #ddd; color: #333 }
  tfoot { background: #bd0000; color: #fff;}	
  tbody th, tbody td {border-bottom:1px dotted #999; }
  
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    background:transparent url(../../../../fileadmin/graphic/trenner.gif) repeat-x top left;
    border:0px solid;
    }
  
  /**
  * @section Formulare
  * 
  */

	
	.button { color : #ffffff; border : 1px outset; border-color : #838383; background-color : #3C6F00;}
	a.button:hover  {background-color:#3C6F00;}
	/**
	* @section Eingabe-Formulare
	* 
	*/
	.error input, .error select, .error textarea { 
		color : #000;
		border : 1px solid #ff0137;
		background : #fff;
	} 
	.error { 
		color : #ff0137 !important;
	} 
	
	/**
  * @section EDITH
  * 
  */	
  
  }
  

