/* Styles für Vernetzung und alle Unterseiten - Grundfarbe orange */
#neutral {
	color:#f29400;
	}
	
#active1 {
	color:#c47900;
	}

#active2 {
	color:#945c06;
	}

#active3 {
	color:#603c07;
	}

/* Überschriften und Verweise im Contentbereich */
.farbe0 h1, .farbe0 h3, .farbe0 h4, .farbe0 a {
	color:#f29400;
	}	
.farbe1 h1, .farbe1 h3, .farbe1 h4, .farbe1 a {
	color:#c47900;
	}
.farbe2 h1,.farbe2 h3,.farbe2 h4,.farbe2 a {
	color:#945c06;
	}
.farbe3 h1,.farbe3 h3,.farbe3 h4,.farbe3 a {
	color:#603c07;
	}
	
/* Menü mit Symbol Vernetzung und vertikalem Untermenü (2.Ebene) */	
.submenu1 ul li#active1 a {
	color:#c47900;
	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_vernetzung1.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}
	
.submenu1 ul li#active2 a {
	color:#945c06;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}
	
.submenu1 ul li#active2 a:hover, li.current#active2, li.aktiv#active2 a {
	background: url("img/ampel_vernetzung2.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_vernetzung3.gif") no-repeat 0 4px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
	}

/* Horizontales Untermenü (3.Ebene) */ 
#submenu2 ul li a:hover {
	color:#f29400;
	text-decoration:none;
	}
/* 	
#submenu2 ul li a#active3 {
	color:#603c07;
	text-decoration:none;
	}
	
#submenu2 ul li a#active2 {
	color:#945c06;
	text-decoration:none;
	}
	
#submenu2 ul li a#active1 {
	color:#c47900;
	text-decoration:none;
	}
	 */
#submenu2 ul li#active a {
	color:#f29400;
	text-decoration:none;
	}
