/*-----------------------------------------------------*/
/* 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;
	background-image: url(../images/backgrounds/background.gif);
	background-repeat: repeat-x;
}
#Logo {
	position:absolute;
	left:724px;
	top:473px;
	width:83px;
	height:68px;
	z-index:2;
}
#Claim {
	position:absolute;
	left:836px;
	top:51px;
	width:21px;
	height:128px;
	z-index:10;
}
#Navigation {
	position:absolute;
	left:0px;
	top:588px;
	height:auto;
	z-index:10;
	width: 550px;
}
#Titel {
	position:absolute;
	left:0px;
	top:50px;
	width:auto;
	height:auto;
	z-index:2;
}
#Text {
	position:absolute;
	left:612px;
	top:307px;
	width:auto;
	height:auto;
	z-index:2;
}
#Image {
	position:absolute;
	left:0px;
	top:144px;
	width:auto;
	height:auto;
	z-index:2;
}
