@charset "iso-8859-1";
#box-navi {
	padding: 0px;
	margin: 0px;
	width: 200px;
	font-size: 120%;
}
#box-navi a {
	background-position: left center;
	display: block;
	padding-left: 15px;
	line-height: 220%;
	font-size: 90%;
	height: 1%;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
	color: #003399;
}
#box-navi li {
	background-position: left top;
	background-image: url('../images/punkt.gif');
	background-repeat: repeat-x;
}
#box-navi ul {
	background-position: bottom;
	padding: 0px;
	list-style-type: none;
	background-image: url('../images/punkt.gif');
	background-repeat: repeat-x;
}
#box-navi ul a {
	text-decoration: none;
}
#box-navi ul li ul {
	background-position: top;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url('../images/punkt.gif');
	background-repeat: repeat-x;
}
#box-navi ul li ul li {
	background-image: none;
}
#box-navi ul li ul li a {
	background-position: left center;
	border-style: none;
	border-width: 0px;
	padding-left: 10px;
	text-transform: none;
	margin-left: 10px;
	background-image: url('../images/button-2.jpg');
	background-repeat: no-repeat;
}
#box-navi ul li a:hover {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
#box-navi ul li ul li a:hover {
	text-decoration: underline!important;
	color: #003399;
	font-weight: normal!important;
}
a.box-navi-active-home {
	font-weight: bold;
	color: #003399;
}
a.box-navi-active {
	font-weight: bold;
	color: #003399;
}
a.box-navi-active-sub {
	font-weight: normal;
	color: #003399;
	text-decoration: underline!important;
}

