/*----------- Background ----------*/
body {
	margin: 0px;
	background-image: url(../images/background/background.gif);
	background-repeat: repeat-y;
}
/*----------- Layers --------------*/
#Background {
	position:absolute;
	width:887px;
	height:550px;
	z-index:1;
	background-color: #FFFFFF;
	left: 76px;
	top: 25px;
}
#Logo {
	position:absolute;
	left:26px;
	top:22px;
	width:740px;
	height:auto;
	z-index:2;
}
#TextLogo {
	position:absolute;
	left:26px;
	top:43px;
	width:auto;
	height:auto;
	z-index:2;
}
#Content {
	position:absolute;
	left:26px;
	top:164px;
	width:740px;
	height:auto;
	z-index:2;
}
#Titel {
	position:absolute;
	left:26px;
	top:304px;
	width:740px;
	height:auto;
	z-index:2;
}
#Navigation1 {
	position:absolute;
	left:26px;
	top:92px;
	width:740px;
	height:auto;
	z-index:2;
}
#Navigation2 {
	position:absolute;
	left:26px;
	top:107px;
	width:740px;
	height:auto;
	z-index:2;
}
#Navigation3 {
	position:absolute;
	left:26px;
	top:122px;
	width:740px;
	height:auto;
	z-index:2;
}
#Flash {
	position:absolute;
	left:26px;
	top:347px;
	width:245px;
	height:202px;
	text-align: left;
	z-index:3;
}
#Referenz {
	position:absolute;
	left:26px;
	top:304px;
	width:740px;
	height:219px;
	z-index:2;
	visibility: hidden;
}
#ReferenzText {
	position:absolute;
	left:490px;
	top:164px;
	width:282px;
	height:auto;
	z-index:2;
	visibility: hidden;
}
.image {
	padding-right: 30px;
	float: left;
}

