@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
{


	#header {}   
	#sie_hoerenc {color: black;}
	#topnav, #topnav .skip, .hideme { color: #fff; }
	#teaser p {color: #000;}
	
	/* Level 2 */
	#nav_main ul li ul li a,
	#nav_main ul li.active ul li a {color: black; background-color: #FFDA2F;border-bottom:1px solid #fff; }
	
	/* Level 3 */
	#nav_main ul li ul li ul li a,
	#nav_main ul li.active ul li.active ul li a { color: black; background: #FFDA2F; }
	
    #nav_main ul li ul li.active ul li a:focus,
	#nav_main ul li ul li.active ul li a:hover,
	#nav_main ul li ul li.active ul li a:active {background-color: #c4061c; color: white;}
	
	#nav_main ul li ul li ul li.active a,
	#nav_main ul li ul li.active ul li.active a { color: #fff ; background: #c4061c; }
 
 
 	thead th { background: #C4061C; color:#fff; }
  	tbody th { background: #FFDA2F; color: #333; }
	
	/*.button,.buttonsuche,.submit {color : #ffffff; background-color : #C4061C;}
	a.button:focus,
	a.button:hover,
	a.button:active  {color : #ffffff;background-color: #C4061C;}*/
}

