/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * central stylesheet - layout example "flexible-grids"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.1
 * @lastmodified    $Date: 2012-03-03 11:45:41 +0100 (Sa, 03 Mrz 2012) $
 */
a,h1,ul.sf-menu li ul li a,ul.sf-menu li ul li a:visited {
	color: #779360;
}

#navextern ul.sf-menu li ul li a,navextern ul.sf-menu li ul li a:visited
	{
	color: #bc2c25;
}

#navextern {
	background-color: #e1a188;
	border: 1px solid #b56a65;
}

#navintern {
	background-color: #779360;
	border: 1px solid #5e764d;
}

.ym-col3 ul li {
	background-image: url(../images/global/content_bullet_arrow_green.png);
}