#navspalte #naviSv {
	margin-top: 20px;
	height: 1.8em;
}

#navspalte #naviSv ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 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;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #696969;
	border-top: 2px solid #4F4F4F;
	border-right: 2px solid Silver;
	border-bottom: 2px solid Silver;
	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;
    font-size: 0.8em;
	font-weight: bold;
	color: #003366;
	background-color: #EFEFEF;
	border-top: 2px solid Silver;
	border-right: 2px solid #4F4F4F;
	border-bottom: 2px solid #4F4F4F;
	border-left: 2px solid Silver;
    text-align: center;
}

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