/*--------------------Hintergrund--------------------*/
*
div#branding {
	z-index: 1;
	position: fixed;
	width: 800px;
	height: 850px;
	background-color: transparent;
	color: inherit;
	overflow: auto;
}

/*--------------------Image auf der Startseite--------------------*/
div#startfoto {
	position: absolute;
	right: 0px;
	top: 40px;
}

/*--------------------Image--------------------*/
div#foto {
	position: absolute;
	right: 0px;
	top: 40px;
	opacity: 0.2;
}
