#navi{
            margin: 0;
            padding: 0;
            letter-spacing: 0.06em;
            line-height:1em;
}
span a {
            margin: 2px;
}
#navi span a {
            display: block;
            color: #333333;
            text-decoration: none;
}

span.e1 a {
            border: 1px solid #ffcc00;
            background-color: #ffffff;
            padding: 5px 0 4px 12px;
}
span.e2 a {
            border: 1px solid #ffcc00;
            background-color: #eeeeee;
            padding: 4px 0 4px 24px;
	     margin-left:10px;
}
span.e3 a {
            /*background-color: #e3e3e3;*/
            padding: 4px 0 4px 36px;
}
span.e1 a:hover {
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;   
            background-color: #fff1a5;
            background-position: 4px 9px;
}
span.e2 a:hover {
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;
            background-color: #fff1a5;           
            background-position: 16px 9px;
}
span.e3 a:hover {
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;           
            background-position: 26px 9px;
}

/*css für Aktive Links*/
span.a1 a {

            border: 1px solid #ffcc00;
            background-color: #ffd200;
            padding: 5px 0 4px 12px;
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;
            background-position: 4px 9px;
}
span.a2 a {

            border: 1px solid #ffcc00;
            background-color: #eeeeee;
            padding: 4px 0 4px 24px;
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;
            background-position: 16px 9px;
	     margin-left:10px;
}
span.a3 a {

            /*background-color: #e3e3e3;*/
            padding: 4px 0 4px 36px;
            background-image: url(../img/marker.gif);
            background-repeat: no-repeat;
            background-position: 26px 9px;
}

a.id {
	background-color: #ff0000;
}
.quickNavi
{
	position: absolute;
	left:396px;
	top:98px;
	width:180px;
	background-color:#fff1a5;
	padding: 4px;
	border: 1px solid #000;
	z-index: 50;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-variant: normal;
}

