@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-2009, 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
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body { color:#000;
  		 background: #fff url(../../../../fileadmin/graphic_naturpark/bg_main.gif) top left repeat-x; }
		 
  #header { background: blue url(../../../../fileadmin/graphic_naturpark/bg_head.gif) top left no-repeat; }
  #header .image { color: #f18e07; } 	
  .skip, .hideme, .print { color: #fff; background: #000; }
  	 
  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    color:#2F009F;
  }

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

  a { color:#0B872B; background:transparent;  }
  a:visited  { color:#0B872B;  }

  a:focus,
  a:hover,
  a:active { color:#94B310; background: none;  }

  /**
  * (de) Klassen für die Formularfelder
  *
  * @section Formulare
  */
	

	.button { color : #ffffff; border : 1px outset; border-color : #838383; background-color : #94B310;}
	a.button:focus,
	a.button:hover,
	a.button:active  {color : #ffffff;background-color:#0e79c3;}
	
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  #nav_tools { color: #fff; }
  #nav_top ul li a:focus,
  #nav_top ul li a:hover,
  #nav_top ul li a:active,
  #nav_tools ul li a:focus,
  #nav_tools ul li a:hover,
  #nav_tools ul li a:active { background: none; color: #F1C02F; }
  
  #breadcrumb { border-bottom: 1px dotted #000;}
  #breadcrumb a { color: #000; }

  #footer a { color: #000; } 
  #footer a:focus, #footer a:hover, #footer a:active { background: #fff; color: #000; }
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Main-Content-Bereich
  *
  * @section content-main
  */
  
  #col3_content h1 { color: green; }
  
  
   /* Teaser */
  #teaser_1 a,
  #teaser_2 a { color: #000; }
   /* Teaser_1 Projekt */  
  #teaser_1 h2 { color: blue; }
  #teaser_1 hr { color: #fff; background: transparent; border:0; border-bottom: 1px blue solid; }
  #teaser_1 a:focus,
  #teaser_1 a:hover,
  #teaser_1 a:active {  background: blue; color: #fff; }  
   /* Teaser_2 Verein */
  #teaser_2 h2 { color: red; }
  #teaser_2 hr { color: #fff; background: transparent; border:0; border-bottom: 1px red solid; }
  #teaser_2 a:focus,
  #teaser_2 a:hover,
  #teaser_2 a:active {  background: red; color: #fff; }  
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Navigation-Bereich
  *
  * @section content-nav_main
  */  
  	
  #nav_main { background: none; }
  #nav_main ul { border-left: 1px solid #94b310; }
  #nav_main a { border: 0px solid; border-right: 1px solid #94b310; background-color: #0b872b; color: #fff; }
  
 /*   Level 1*/
  #nav_main ul li a:focus, 
  #nav_main ul li a:hover, 
  #nav_main ul li a:active,
  #nav_main ul li.active,
  #nav_main ul li.active strong, 
  #nav_main ul li.active a:focus, 
  #nav_main ul li.active a:hover, 
  #nav_main ul li.active a:active  {
	background:#f18e07;
	color: #fff;
	}
	 
    /* Level 2 Klappmenu */
   #nav_main ul li ul { border: 0px solid; }
   #nav_main ul li ul li a,
   #nav_main ul li.active ul li a { background: #fec16e; color: #000; border: 0px solid; border-bottom: 1px solid #fff; }
   #nav_main ul li ul li.active a { background: #F1C06F; }
   
    /* Level 3 Klappmenu*/
   #nav_main ul li ul li ul li a,
   #nav_main ul li ul li.active ul li a { background: #FED08F; border: 0px solid; border-bottom: 1px solid #fff;  }
   #nav_main ul li ul li ul li.active a { background: #F1C06F; } 
  
	
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Sub-Navigation-Bereich
  *
  * @section content-nav_sub
  */ 
  
  	/* Level 2 */
  #nav_sub li a { background: #fff; border-bottom: #1a96d0 1px solid; }
  
  #nav_sub li a:focus,
  #nav_sub li a:hover,
  #nav_sub li a:active { color: red; background: none; }
  
  #nav_sub li.active a { color: red; background: none; }
  
   /* Level 3 */
  #nav_sub li ul li a,
  #nav_sub li.active ul li a { background: #fff; color: green; }
  
  #nav_sub li ul li a:focus,
  #nav_sub li ul li a:hover,
  #nav_sub li ul li a:active { color: red; background: none; }
  
  #nav_sub li ul li.active a { color: red; background: none; }  
  
  legend{color:blue;}

    }
