@CHARSET "ISO-8859-1";
/* VERTICAL MENU AS LIST */
#submenuwrap {
	width_11em;
	padding: 20px 0 0 10px;
}
/* Liste in Ebene 1 */
#submenuwrap ul{
	border-bottom: 1px solid #8c8c8c;
}
#submenuwrap li{
	list-style-type: none;
	margin:0;
}
/* Liste in Ebene 2 */
#submenuwrap li ul{
	font-size: 90%;
	border-top: none;
	border-bottom: none;
	margin: 0;
}
#submenuwrap li li{
	padding: 0;
	margin: 0;
}
/* Gestaltung der Navigation: Hyperlinks und Strong */
#submenuwrap a,
#submenuwrap strong{
	display: block;
	font-weight: normal;
	text-decoration: none;
	background-color: #e2e2e2;
	color: black;
	padding: 8px;
	padding-left: 18px;
	border-top: 1px solid #8c8c8c;
}
/* Hover und Focus (je 211 Punkte) */
#leftcol #submenuwrap a:hover,
#leftcol #submenuwrap a:focus{
	background-color: #893769;
	color: white;
	border-bottom: none;
	border-top: 1px solid #893769;
}
/* Gestaltung der Links fuer Ebene 2 */
#submenuwrap li li a,
#submenuwrap li li strong{
	background-color: white;
	padding-left: 18px;
	border-top:  1px solid #8c8c8c;
	margin-left: 9px;
}
/* Aktive Menuepunkte hervorheben */
#projekte #navi_1 strong,
#projekte_1 #navi_1_1 strong,	
#projekte_2 #navi_1_2 strong,	
#projekte_3 #navi_1_3 strong,	
#projekte_4 #navi_1_4 strong,	
#projekte_5 #navi_1_5 strong,	
#projekte_6 #navi_1_6 strong,	
#projekte_7 #navi_1_7 strong,	
#projekte_8 #navi_1_8 strong,	
#projekte_9 #navi_1_9 strong,	
#projekte_10 #navi_1_10 strong,	
#projekte_11 #navi_1_11 strong,	
#projekte_12 #navi_1_12 strong,	
#tuning #navi_2 strong,
#news #navi_3 strong{
	background: white url(bullet_red.gif) no-repeat left 50%;
	color: black;
	border-bottom: none;
}
/* Hauptmenuepunkt auch hervorheben (je 201 Punkte) */
#projekte_1 #navi_1 a,
#projekte_2 #navi_1 a,
#projekte_3 #navi_1 a,
#projekte_4 #navi_1 a,
#projekte_5 #navi_1 a,
#projekte_6 #navi_1 a,
#projekte_7 #navi_1 a,
#projekte_8 #navi_1 a,
#projekte_9 #navi_1 a,
#projekte_10 #navi_1 a,
#projekte_11 #navi_1 a,
#projekte_12 #navi_1 a{
	background-color: white;
	color: black;
}
/* Patches fuer IE 5+6 */
/* IE5 und 6 : hasLayout fuer Hyperlinks */
* html #submenuwrap ul,
* html #submenuwrap a,
* html #submenuwrap strong{
	height: 1%;
}
/* Fuer IE 5 */
* html #submenuwrap li{
	float: left;
	width: 100%;
}

/* Ende Portalnavi */

