
/*----------------------NAVI-----------------------------*/
#navi{
	background-image: url(images/bg_navi.jpg);
	margin:0px;
	padding:0px;
	width:100%;
}

.subnav {
	border: 0px solid red;
  background-repeat: no-repeat;
	background-image: url(images/bg_navi_table.jpg);
	background-position: right top;
	margin-left: 24px;
	margin-top: 0px;
	height: 35px;
}
.subnav_norm, .subnav_norm_end {
  padding:0px;
  padding-left:20px;
  padding-right:20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_navi_norm1.jpg);
	background-position: left top;
	text-align: center;
}
.subnav_act, .subnav_act_end {
  padding:0px;
  padding-left:20px;
  padding-right:20px;
	background-image: url(images/bg_navi_act.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.subnav_norm a, .subnav_norm_end a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.subnav_act a, .subnav_act_end a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.layermenu {
	width: 190px;
	background-color: #bad9d4;
	opacity: 0.8;
	filter:Alpha(0.8);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2);
	progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2);
	text-align: left;
}
.layermenu a {
	color: #000;
	text-decoration: none;
}
.layer_norm {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #00000;
}
.layer_act {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
}
.layer_norm2 {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
}
#navi .layer_norm2 a {
	font-size: 11px;
	font-weight:bold;
}
.layer_act2 {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px;
	border-bottom: 1px solid #00000;
}
#navi .layer_act2 a {
	font-size: 11px;
	font-weight:bold;
}
/*----------------------NAVI---------------------------END--*/

/* fussnavi*/
#fuss_nav_wrap{
text-align:left;
padding:10px 0px 0px 4px;
margin: 0 auto;
margin-top:10px;
margin-bottom:30px;
width:1000px;
}
/*background-color:white;*/
}

#fuss_nav_wrap li{
float:left;
display:block;
}
.fussnav1{
width:1000px;
margin:0 auto;

}
.fussnav1 a{
font-weight:bold;
color:black;
text-decoration:none;
}
.fussnav1link{
width:120px;
float:left;
border-left:1px dotted #00519e;
padding-left:20px;
min-height:80px;
}
.fussnav1linkakt{
width:120px;
float:left;
border-left:1px dotted #00519e;
padding-left:20px;
min-height:80px;
}
.fussnav2{
float:left;

}
.fussnav2 a{
font-weight:normal;
}
.fussnav2link{
width:120px;
float:left;
}
.fussnav2linkakt{
width:120px;
float:left;
}

/*breadcrump*/
#bradcrump a{
color:black;
text-decoration:none;
}
