

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

#navi01 {
	position:absolute;
	top:95px;
	right:68px;
	height:270px;
	width:160px;
}

*html #navi01 {
	right:11px;
}
#extra{
	height:30px;
	background:none;
	background:url(../images/navi-bg_extra01.gif) no-repeat 0px 0px;
	color:#ffffff;
	height:37px;
}

#navi01 ul {  list-style:none;}

#navi01 ul li.normal {  
	list-style:none; 
	width:155px;
	background:url(../images/navi-bg01.gif) no-repeat 0px 0px;
}


#navi01 li a { 	
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:3px 0 0 30px;
	height:18px;
	width:155px;
	text-transform:uppercase;
	}
	
*html #navi01 li a { 	
	padding:2px 0 0 10px;
	height:19px;
}

#extra a:hover {color:#224197 !important; background:url(../images/navi-bg_extra02.gif) no-repeat 0px 0px;}	
.normal a:hover {color:#224197 !important; background:url(../images/navi-bg02.gif) no-repeat 0px 0px;}

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



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

a { color:#3366cc;  outline-style:none; text-decoration:underline; font-weight: bold;}
a:hover { color:#224197; text-decoration:underline;}


