/* Styles für Software und alle Unterseiten - Grundfarbe rot */
#neutral {
	color:#e2001a;
	}
	
#active1 {
	color:#b80718;
	}

#active2 {
	color:#8b0e13;
	}

#active3 {
	color:#5b0c0c;
	}

/* Überschriften und Verweise im Contentbereich */
.farbe0 h1, .farbe0 h3, .farbe0 h4, .farbe0 a {
	color:#e2001a;
	}	
.farbe1 h1, .farbe1 h3, .farbe1 h4, .farbe1 a {
	color:#b80718;
	}
.farbe2 h1,.farbe2 h3,.farbe2 h4,.farbe2 a {
	color:#8b0e13;
	}
.farbe3 h1,.farbe3h3,.farbe3h4,.farbe3 a {
	color:#5b0c0c;
	}
	
/* Menü mit Symbol Software und vertikalem Untermenü */
.submenu1 ul li#active1 a {
	color:#b80718;
	font-size:14px;
	font-weight:bold;
	text-decoration:none; 
	padding-left: 20px;
	}

.submenu1 ul li#active1 a:hover, li.current#active1, li.aktiv#active1 a {
	background: url("img/ampel_software1.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}
	
.submenu1 ul li#active2 a {
	color:#8b0e13;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}
	
.submenu1 ul li#active2 a:hover , li.current#active2, li.aktiv#active2a{
	background: url("img/ampel_software2.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	} 
	
.submenu1 ul li#active3 a {
	color:#5b0c0c;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}
	
.submenu1 ul li#active3 a:hover, li.current#active3, li.aktiv#active3 a {
	background: url("img/ampel_software3.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}

/* Horizontales Untermenü mit Menüpunkten der dritten Ebene */	

#submenu2 ul li a:hover {
	color:#e2001a;
	text-decoration:none;
	}
/*	
#submenu2 ul li a#active3 {
	color:#5b0c0c;
	text-decoration:none;
	}
	
#submenu2 ul li a#active2 {
	color:#8b0e13;
	text-decoration:none;
	}
	
#submenu2 ul li a#active1 {
	color:#b80718;
	text-decoration:none;
	}
*/	
#submenu2 ul li#active a {
	color:#e2001a;
	text-decoration:none;
	}
