/* Navigation */
#navi {
	left: 42px;
	top: 144px;
	position: absolute;
}

#navi li {
	margin-top: 28px;
	width: 173px;
	height: 22px;
	list-style: none;
}

.navi_link {
	width: 173px;
	height: 22px;
	color: #7a7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 38px;
	text-transform: uppercase;
	text-decoration: none;
	background: url("img/cell_underline_2px.png");
	background-position: 0 18px;
	background-repeat: no-repeat;
	display: block;
	}

.navi_link:hover {
	width: 173px;
	height: 22px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 38px;
	text-transform: uppercase;
	text-decoration: none;
	background: url("img/cell_underline_2px.png");
	background-position: 0 18px;
	background-repeat: no-repeat;
	display: block;
	}

.navi_link_aktiv {
	width: 173px;
	height: 22px;
	color: orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 38px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	background: url("img/cell_underline_2px.png");
	background-position: 0 18px;
	background-repeat: no-repeat;
	display: block;
	}
	
/* Navi-Bottom */


#navi_bottom {
	left: 430px;
	top: 475px;
	position: absolute;
	width: 200px;
	text-align:right
}

#navi_bottom li {
	padding: 0 1px;
	display: inline;
	vertical-align: middel;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navi_bottom img {
	padding-top: 2px;
}

.navi_bottom_link {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.navi_bottom_link:hover {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.navi_bottom_link_aktiv {
	color: orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

