@charset "utf-8";
/************
* Main Navi *
************/
.navi_element_no {
	float: left;
	font-size: 13px;
	height: 23px;
	width:93px;
padding-top:3px;
  	font-weight:bold;
	color: #FFFFFF;
		background-image: url(../images/bg_navi_no.gif);
	background-repeat: no-repeat;
	text-align:center;
	}

.navi_element_no a {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_element_no a:hover {
	color: #999999;
	text-decoration: none;
}

.navi_element_act {
	float: left;
	height: 23px;
	width:93px;
padding-top:3px;
	font-size: 13px;
	font-weight:bold;
	color: #003366;
			background-image: url(../images/bg_navi_act.gif);
	background-repeat: no-repeat;
		text-align:center;
}

.navi_element_act a {
	color: #003366;
	text-decoration: none;
}

.navi_element_act a:hover {
	color: #333333;
	text-decoration: none;
}

/************
* Rechts Navi *
************/

.subnavi_element_no {
	float: right;
	font-size: 13px;
	height: 20px;
	width:255px;
  	font-weight:bold;
	color: #FFFFFF;
	text-align:left;
	padding-left:25px;
	padding-top:10px;
				background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	border-bottom: 2px dotted #003366;
	}

.subnavi_element_no a {
	color: #FFFFFF;
	text-decoration: none;
}

.subnavi_element_no a:hover {
	color: #999999;
	text-decoration: none;
}

.subnavi_element_act {
	float: right;
	height: 20px;
	width:255px;
	font-size: 13px;
	font-weight:bold;
		padding-left:25px;
			padding-top:10px;
	color: #003366;
		text-align:left;
					background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
		border-bottom: 2px dotted #003366;
}

.subnavi_element_act a {
	color: #003366;
	text-decoration: none;
}

.subnavi_element_act a:hover {
	color: #333333;
	text-decoration: none;
}

