#Nav {
	position: absolute;
	top: 10px;
	width: 1045px;
	z-index: 2;
	background-image:url(../img/navi.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 24px;
 
}

#NavIntro {
	width: 1000px;
	background-image:url(../img/navi.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 24px;
	margin-top: 200px;
	height: 50px;
 
}


#Navigation {
	text-align:center;
	height: 250px;
	z-index: 5;
}

.button {
	width: 150px;
	padding: 0px 10px;
}

.button1 {
	width: 150px;
	padding: 0px 10px 0 30px;
}
#Navigation a {
	color: #ccc;
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
}
#Navigation a:hover {
	color: #ff750f;
}
#navi1 {
	margin-left: 105px;
	margin-top: 6px;
	position: absolute;
	display: none;
	width: 220px;
	height: 200px;
	z-index: 6;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi2 {
	margin-left: 200px;
	position: absolute;
	display: none;
	margin-top: 6px;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi3 {
	margin-left: 305px;
	margin-top: 6px;
	display: none;
	position: absolute;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi4 {
	margin-left: 410px;
	margin-top: 6px;
	display: none;
	position: absolute;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi5 {
	margin-left: 520px;
	margin-top: 6px;
	position: absolute;
	display: none;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi6 {
	margin-left: 645px;
	margin-top: 6px;
	position: absolute;
	display: none;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
#navi7 {
	margin-left: 765px;
	margin-top: 6px;
	position: absolute;
	display: none;
	width: 220px;
	height: 200px;
	z-index: 7;
	background-image: url(../img/subnavi.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 6px;
}
ul#subnavi {
	width: 200px;
	margin: 0;
	padding: 5px 10px;
}
* html ul#subnavi {  /* Korrekturen fuer IE 5.x */
	width: 200px;
	w\idth: 200px;
	padding-left: 0;
	padd\ing-left: 10px;
}
ul#subnavi li {
	list-style: none;
	font-size: 12px;
	margin: 2px;
	padding: 8px 15px;
	/* border: 1px solid gray;*/
	background-image: url(../img/subnavili1.png);
	background-repeat:repeat-y;
}
ul#subnavi a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}
ul#subnavi a:hover {
	color: #ff750f;
}
