#navi {
	position: absolute;
	top: 188px;
	margin-left: 10px;
	width: 200px;
	}

#navi span {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 12px;
	left: 16px;
	}

.inaktiv {
	display: block;
	background-image: url('../images/layout/bg_navi_inaktiv.gif');
	background-position: 0px 0px;
	height: 40px;
	margin: 0px;
	color: #08f;
	text-decoration: none;
	}
.inaktiv:hover {
	background-position: 0px 40px;
	color: #123;
	}
.aktiv {
	display: block;
	background-image: url('../images/layout/bg_navi_aktiv.gif');
	background-position: 0px 0px;
	height: 40px;
	margin: 0px;
	color: #acf;
	text-decoration: none;
	}
.aktiv:hover {
	background-position: 0px 40px;
	color: #bdf;
	}

#home {
	position: absolute;
	top: 15px;
	margin-left: 902px;
	text-align: center;
	}
#home a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}