@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.1
* @revision        $Revision: 92 $
* @lastmodified    $Date: 2007-07-15 10:26:40 +0200 (So, 15 Jul 2007) $
* @appdef yaml
*/

@media all
{
  /**
  * External Links
  *
  * (en) Formatting of hyperlinks
  * (de) Gestaltung von Hyperlinks
  *
  */

  a {color: #007ed0; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#007ed0; text-decoration:underline;}
	

  #footer a { color: #fff; background:transparent; font-weight: normal;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #ffd100; background-color: transparent; text-decoration:underline;}
  
  #divisions .aktiv {
  	color: #ffd100;
  }
	#navigation ul li {
	color: #ffd100;
	}
	#navigation ul li a:hover {
		color: #ffd100;
	}

	#navigation ul li.lastnav {
		border-top: #ffd100 1px solid;
		border-bottom: #ffd100 1px solid;
		margin-top: 32px;
		margin-bottom: 25px;
		line-height: 2.5em;
	}
	#navigation ul li.lastnav a {
		background-color: #ffd100;
		color: #333333;
	}
	#navigation ul li.lastnav a:hover {
		color: #ffd100;
		background-color: #999999;
	}


  #col3_content ul {
  	list-style: url(../../images/list_gelb.gif);
  }
  .catcolor {
  	color: #ffd100;
  }

}

