.navigationOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #6699CC;
	text-align: center;
}
.navAbstand {
	width: 220px;
}
.navigationLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.navTrennstrich {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	text-align: center;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.navZentriert {
	text-align: center;
}
.navTrennstrichRechts {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
