@charset "iso-8859-1";
/* CSS Document */

#navi{
	float: left;
	height: inherit;
	width: 216px;
	min-height: 600px;
}

.navi-text{
	float: left;
	clear: none;
	text-align: left;
	text-decoration: none;
}

/***** Hauptnavi 1. Ebene *****/

.navfirstoff a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	display: block;
	width: 196px;
	padding: 7px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	background-image: url(../images/navi-first-off.jpg);
	padding: 6px 0 0px 20px;
	height: 26px;
}
	
.navfirstoff a:hover {
	background-image:url(../images/navi-first-open.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFF;
}

.navfirstopen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/navi-first-open.jpg);
	background-repeat: no-repeat;
	padding: 6px 0 0 20px;
	display: block;
	height: 26px;
	width: 196px;
}

.navfirstopen a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

/***** Hauptnavi 2. Ebene *****/

.navsecondon {
	text-decoration: none;
	display: block;
	width: 181px;
	padding: 7px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	background-image: url(../images/navi-first-off.jpg);
	padding: 6px 0 0px 35px;
	height: 26px;
}

.navsecondon a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
	
.navsecondoff {
	text-decoration: none;
	display: block;
	width: 181px;
	padding: 7px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	background-image: url(../images/navi-first-off.jpg);
	padding: 6px 0 0px 35px;
	height: 26px;
}

.navsecondoff a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.navsecondoff a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/***** Hauptnavi 3. Ebene *****/

.navthirdon {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navthirdoff {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navthirdon a {
	text-decoration: underline;
	color: #39378b;
}
	
.navthirdoff a {
	text-decoration: none;
	color: #39378b;
}

/***** Subnavi *****/

.navfirstoff-sub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 25px;
	padding: 0 12px 0 12px;
	display: inline;
}

.navfirstoff-sub a {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}
	
.navfirstopen-sub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 25px;
	padding: 0 8px 0 8px;
	display: inline;
}

.navfirstopen-sub a{
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}
