

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

#navi01 {
	left:78px;
	top:39px;
	position:relative;
	height:33px;
	width:400px;
}


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


#navi01  li a {
	color:#ffffff;
	float:left;
	text-decoration:none;
	font-weight:bold;
	height:33px;
	padding:10px 15px 0 15px;
	background:url(../images/navi_strich.gif) right 0 no-repeat;
}


#navi01  li a:hover {
	color:#fbe0c1;

}


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

#navi02 {
	position:absolute;
	left:25px;
	top:436px;
	z-index:20;
	width:198px;
	background:url(../images/navi_bg.jpg) 0 0 no-repeat;
	padding:75px 0 0 30px;
}


#navi02 li  { 
	list-style-type:none;
}


#navi02  li a {
	color:#666666;
	display:block;
	text-decoration:none;
	width:165px;
	margin:0px 0 1px 0;
	height:20px;
	padding:3px 0 0 22px;
	background:url(../images/navi_kreis01.gif) 0 4px no-repeat;
	
}


#navi02  li a:hover {
	color:#f7931d;
	background:url(../images/navi_kreis02.gif) 0 4px no-repeat;
}


#navi02_aktiv  a {
	color:#f7931d !important;
	background:url(../images/navi_kreis02.gif) 0 4px no-repeat !important;
}




/* Navi alt   ---------  

#navi02 {
	position:absolute;
	left:54px;
	top:483px;
	z-index:20;
	width:162px;
}


#navi02 li  { 
	list-style-type:none;
	background:url(../images/h1_strich.gif) repeat-x 0 bottom;
}


#navi02  li a {
	color:#666666;
	display:block;
	text-decoration:none;
	width:165px;
	margin:0px 0 1px 0;
	height:20px;
	padding:3px 0 0 13px;
	
}


#navi02  li a:hover {
	color:#f7931d;
	padding-left:32px;
	background:url(../images/pfeil.gif) 13px 6px no-repeat;
}


#navi02_aktiv  a {
	color:#f7931d !important;
	padding-left:32px !important;
	background:url(../images/pfeil.gif) 13px 6px no-repeat !important;
}
*/



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

a { color:#f7931d; font-weight:regular; text-decoration:underline;}
a:hover { color:#f7931d; text-decoration:underline;}


