#navspalte #naviSv {
    height: 1.8em;
    color: #FFF;
	background-color: #2d3053;
}

#navspalte #naviSv ul {
	list-style-type: none;
	white-space: nowrap;
    margin: 0 6px 0 0;
}

#navspalte #naviSv li {
	float: right;
    width: 2.7em;
    padding: 0;
    line-height: 1.3;
}

#navspalte #naviSv li.keinlink {
	margin: 2px 0 0 8px;
    width: 2.3em;
	padding: 1px 0;
	color: #000;
	background-color: #DEE0F9;
    font-size: 0.8em;
	font-weight: bold;
	border-top: 2px solid #4F4F4F;
	border-right: 2px solid #F4F5FD;
	border-bottom: 2px solid #F4F5FD;
	border-left: 2px solid #4F4F4F;
    text-align: center;
}

#navspalte #naviSv li a {
	display: block;
	margin: 2px 0 0 8px;
    width: 2.3em;
	padding: 1px 0;
	text-decoration: none;
	color: #FFF;
	background-color: #494E83;
    font-size: 0.8em;
	font-weight: bold;
	border-top: 2px solid #9599C4;
	border-right: 2px solid #3E426E;
	border-bottom: 2px solid #3E426E;
	border-left: 2px solid #9599C4;
    text-align: center;
}

#navspalte #naviSv li a:hover {
	color: #FFF;
	background-color: #B82025;
	border-top: 2px solid #4F4F4F;
	border-right: 2px solid #CFD1E5;
	border-bottom: 2px solid #CFD1E5;
	border-left: 2px solid #4F4F4F;
}

