#box {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	padding: 20px 0px 5px 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
#banner {
	position: absolute;
	left: 435px;
	top: 40px;
	width: 224px;
	height: 80px;
	z-index: 2;
}
#banner2 {
	position: absolute;
	left: 800px;
	top: 140px;
	width: 121px;
	height: 35px;
	z-index: 2;
}
#pfeil_links {
	position: absolute;
	left: 870px;
	top: 200px;
	width: 44px;
	height: 26px;
	z-index: 3;
}
#pfeil_rechts {
	position: absolute;
	left: 921px;
	top: 200px;
	width: 39px;
	height: 26px;
	z-index: 3;
}
#navigation1 {
	position: absolute;
	left: 0px;
	top: 290px;
	width: 220px;
	height: auto;
	z-index: 3;
}
#navigation1 ul, #navigation1 li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type:none;
}
#navigation1 a {
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
#navigation1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.aktiv {
	color: #CCCCCC;
}
.inaktiv {
/*	color: #FF9900; */
	color: #FFCC00;
}
.aktiv2 {
	color: #FFCC00;
}
.inaktiv2 {
	color: #CCCCCC;
}

