/* - - - - - - - - - - NAVIGATION STARTSEITE - - - - - - - - - - */


.navi-start {
	float: right;
	text-transform: uppercase;
      
}

.navi-start ul {
	margin: 0;
	padding: 0;
}

.navi-start li {
	list-style: none;
	display: inline;
}

.navi-start a:link, .navi-start a:visited {
	display: block;
	float: left;
	color: #004B6A;
	font-weight: bold;
	border-right: 1px solid #fff;
	height: 73px;
	padding: 5px 6px;
}

.navi-start a:hover {
	background: url(images/bg-navi.gif)
					repeat-x
					0 20px;
}
