

/* ----------------------------------------------------- navi 01 ----------------------------------------------------- */

#navi01 {
	width:780px;
	height:20px;
	position:absolute;
	top:154px;
	left:26px;
	padding:13px 0 20px 0;
	background:url(../images/navi-streifen.jpg) 0 35px no-repeat;
}


#navi01 ul li { float:left; list-style:none;}


#navi01 li a {
	color:#ffffff;
	margin:0 15px 0 0;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	background: none;
	padding:0 0 0 10px;
	text-transform:uppercase;
	}
	
#navi01 li a:hover { color:#fd8936; background: url(../images/navi-pfeil.gif) 0 3px no-repeat;}

#navi01_aktiv a { color:#fd8936 !important; background: url(../images/navi-pfeil.gif) 0 3px no-repeat !important;}

/* ----------------------------------------------------- navi 02 ----------------------------------------------------- */

#navi02 {
	padding:57px 0 0 148px;
	background:url(../images/navi-balken02.gif) 26px 61px no-repeat;
	height:20px;
	widht:200px;
}


#navi02  a {
	color:#ffffff;
	margin:0 15px 0 0;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	background: none;
	padding:0 0 0 10px;
	text-transform:uppercase;
	}
	
#navi02  a:hover { color:#fd8936;}


#navi02_aktiv { color:#fd8936 !important;}


#navi03_aktiv { color:#fd8936 !important; text-decoration:underline !important;}




/*  ---------------------------------------- Navi allgemein ---------------------------------------- */


a { color:#fd8936; text-decoration:none;}
a:hover { color:#fd8936; text-decoration:underline; }


