/**
 * "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,
.csc-layout1 a, .csc-layout1 h1,
ul.sf-menu li ul li a,
ul.sf-menu li ul li a:visited {
	color:#bc2c25;
}

#navintern ul.sf-menu li ul li a,
#navintern ul.sf-menu li ul li a:visited {
	color:#779360;

}


#navextern {
	background-color:#bc2c25;
	border: 1px solid #890a0d;
}

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

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

.ym-col3 .powermail_submit {
    background: none repeat scroll 0 0 #bc2c25;
    float: none;
}

.ym-col3 .formError .formErrorContent {
    background: none repeat scroll 0 0 #bc2c25;
}

.ym-col3 .formError .formErrorArrow div {
    background: none repeat scroll 0 0 #bc2c25;
}

.ym-col3 .powermail_legend {
    color: #890a0d;
    float: none;
    font-size: inherit;
    font-weight: bold;
    margin: 3px 10px 10px 0;
    white-space: normal;
}

.ym-col3 input.powermail_confirmation_submit,
.ym-col3 input.powermail_confirmation_form  {
    background: none repeat scroll 0 0 #bc2c25;
}
