/* Navigation 1. Ebene */

.navi-on {
	font-family: Tahoma, Verdana;
	font-size: 1.05em;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-image: url(../images/linie-navi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	font-weight: bold;
}

.navi-off {
	font-family: Tahoma, Verdana;
	font-size: 1.05em;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background-image: url(../images/linie-navi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	font-weight: bold;
}

.navi-off-passiv:hover {
    color: #f68b1f;
    text-decoration: none;
}

.navi-active {
    color:#f68b1f;
    text-decoration: none;
}

.navi-off-passiv {
	color: #0060af;
	text-decoration: none;
}


/* Navigation 2. Ebene */

.navi-sec-on {
	font-family: Tahoma, Verdana;
	font-size: 1em;
	display: block;
	text-decoration: none;
	margin: 5px 0 5px 10px;
	background-image: url(../images/linie-sec-navi-on.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 8px 15px;
	font-weight: bold;
}

.navi-sec-off {
	font-family: Tahoma, Verdana;
	font-size: 1em;
	display: block;
	text-decoration: none;
	margin: 5px 0 5px 10px;
	background-image: url(../images/linie-sec-navi.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 8px 15px;
}

.navi-sec-off:hover {
	background-image: url(../images/linie-sec-navi-on.jpg);
}

.navi-sec-active {
    color:#f68b1f;
    text-decoration: none;
}

.navi-sec-offline {
    color:#f68b1f;
    text-decoration: none;
}

.navi-sec-open {
    color:#f68b1f;
    text-decoration: none;
}

/* Navigation 3. Ebene */

.navi-third-on {
	font-family: Tahoma, Verdana;
	font-size: 1em;
	display: block;
	text-decoration: none;
	margin: 0px 0 0px 15px;
	height: 20px;
	padding: 0 0 0 15px;
	background-image: url(../images/linie-third-navi.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}

.navi-third-off {
	font-family: Tahoma, Verdana;
	font-size: 1em;
	display: block;
	text-decoration: none;
	margin: 0px 0 0px 15px;
	height: 20px;
	padding: 0 0 0 15px;
	background-image: url(../images/linie-third-navi.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.navi-third-active {
    color:#000000;
    text-decoration: none;
}

.navi-third-offline {
    color:#000000;
    text-decoration: none;
}
