/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
}
/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:50%;
	top:50%;
	width:857px;
	height:603px;
	margin-top: -301px;
	margin-left: -428px;
	z-index:1;
}
#Logo {
	position:absolute;
	left:724px;
	top:473px;
	width:83px;
	height:68px;
	z-index:1;
}
#Navigation1 {
	position:absolute;
	left:164px;
	top:51px;
	width:171px;
	height:25px;
	z-index:2;
}
#Navigation2 {
	position:absolute;
	left:344px;
	top:51px;
	width:171px;
	height:25px;
	z-index:3;
}
#Navigation3 {
	position:absolute;
	left:524px;
	top:51px;
	width:171px;
	height:25px;
	z-index:2;
}
#Navigation4 {
	position:absolute;
	left:613px;
	top:51px;
	width:171px;
	height:25px;
	z-index:2;
}
#Image {
	position:absolute;
	left:0px;
	top:320px;
	width:857px;
	height:96px;
	z-index:2;
}
#Text {
	position:absolute;
	left:0px;
	top:193px;
	width:857px;
	height:76px;
	z-index:2;
}
#Flash {
	position:absolute;
	left:228px;
	top:469px;
	width:400px;
	height:65px;
	z-index:2;
	visibility: hidden;
}
