#NaviBar {
	position:absolute;
	width:650px;
	height:120px;
	z-index:5;
	left: 300px;
	top: 0;
	color: #000;
	text-align: center;
}
div.home {
	position: relativ;
	}
div.products {
	position: relativ;
	} 
div.racenetwork {
	position: relativ;
	}
div.support {
	position: relativ;
	} 
div.news {
	position: relativ;
	}
div.impressum {
	position: relativ;
	} 
img.a_home {
	position: absolute;
	left: 0px;
	z-index: 10;
	top: 0px;
        }
img.b_home {
	position: absolute;
	left: 0px;
	top: 0px;
	}
img.a_products {
	position: absolute;
	left: 100px;
	z-index: 10;
        }
img.b_products {
	position: absolute;
	left: 100px;
	} 
img.a_racenetwork {
	position: absolute;
	left: 200px;
	z-index: 10;
        }
img.b_racenetwork {
	position: absolute;
	left: 200px;
	} 
img.a_support {
	position: absolute;
	left: 300px;
	z-index: 10;
        }
img.b_support {
	position: absolute;
	left: 300px;
	}
img.a_news {
	position: absolute;
	left: 400px;
	z-index: 10;
        }
img.b_news {
	position: absolute;
	left: 400px;
	}
img.a_impressum {
	position: absolute;
	left: 500px;
	z-index: 10;
        }
img.b_impressum{
	position: absolute;
	left: 500px;
	}

