@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: #bb0f14; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#bb0f14; text-decoration:underline;}
  #footer a { color: #fff; background:transparent; font-weight: normal;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #bb0f14; background-color: transparent; text-decoration:underline;}
  
  #divisions .aktiv {
  	color: #bb0f14;
  }
  
	#navigation ul li {
	color: #bb0f14;
	}
	#navigation ul li a:hover {
		color: #bb0f14;
	}

  #col3_content ul {
  	list-style: url(../../images/list_rot.gif);
  }

  .catcolor {
  	color: #bb0f14;
  }

}

