/* 
    Document   : navi 
    Created on : 10.08.2012
    Description: Head Navigation dient nur zur Darstellung des Projektes der Applikation
*/

#navi_head {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
        height: 66px;
}

#navi_head ul {
    overflow: hidden;
    background: url(/images/layout/00_navi_trenner_40x1px.jpg) scroll no-repeat 0px 0px;
}

#navi_head ul li {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
    background: url(/images/layout/00_navi_trenner_40x1px.jpg) scroll no-repeat right 0px;
}

#navi_head ul li a {
	display: block;
}

#navi_head ul li ul.level2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/images/layout/00_navi_trenner_20x1px.jpg) scroll no-repeat 0px center;
}

#navi_head ul li ul.level2 li {
	background: url(/images/layout/00_navi_trenner_20x1px.jpg) scroll no-repeat right center;
	line-height: 26px;
	font-size: 12px;
	padding: 0px 8px;
}

#navi_head ul li ul.level2 li a {
}