/*Navi Allgemein*/
#navi {
	top: 295px;
	position: absolute;
	height: 441px;
	width: 100%;
	left: 0;

}

#navi ul {
	width: 667px;
	list-style:  none;
	padding: 0;
	}


#navi ul li {
	height: 24px;

	padding-bottom: 16px;
	padding-top: 16px;
}


#navi ul li a {
	display: block;
	text-decoration: none;

}

/*Erste Ebene*/
ul.rex-navi1 {

}

ul.rex-navi1 li a.rex-current,
ul.rex-navi1 li a.rex-active {
	color: #000000;
	background-image: url(nav_balken.png);
}



ul.rex-navi1 li a, ul.navi-fb li a{
	padding: 2px 5px 0 43px;
}

ul.rex-navi1 a, ul.navi-fb a {
	color: rgb(255, 255, 255);
}

ul.rex-navi1 li:nth-of-type(6) {
	top: 317px;
}

ul.rex-navi1 li:nth-of-type(7) {
	top: 353px;
}

ul.rex-navi1 li:nth-of-type(8) {
	top: 425px;
}

ul.navi-fb li {

	top: 389px;

}

ul.navi-fb a{
	outline: none;
}

ul.rex-navi1 li:nth-of-type(6),
ul.rex-navi1 li:nth-of-type(7),
ul.rex-navi1 li:nth-of-type(8),
ul.navi-fb li {
	position: absolute;
	width: 667px;
	font: italic 14px Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
}

ul.rex-navi1 li:nth-of-type(1),
ul.rex-navi1 li:nth-of-type(2),
ul.rex-navi1 li:nth-of-type(3),
ul.rex-navi1 li:nth-of-type(4),
ul.rex-navi1 li:nth-of-type(5) {
	text-transform: uppercase;
	font: normal 18px "Accord SF", Times, Georgia, serif;
	letter-spacing: 2px;
}


/*Zweite Ebene*/
ul.rex-navi2 {
	position: absolute;
	left: 282px;
}

ul.rex-navi2 li {
	float: left;
	position: relative;
	bottom: 40px;
}

ul.rex-navi2 li a {
	text-transform: none;
	padding-left: 8px;
	margin-right: 21px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 2px;
	letter-spacing: 0px;
}

ul.rex-navi2 li a.rex-current,
ul.rex-navi2 li a.rex-active,
ul.rex-navi2 li a:hover {
	opacity: 1;
	color: #000000;
	background: url(empty.png);
}
